A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes All Packages

P

padding - Static variable in class com.cheetahdigital.uikit.widget.list.IndexedRecyclerView
 
PagerAdapter - Class in com.cheetahdigital.uikit.widget.pager
Generic adapter for displaying fragments in a ViewPager
PagerAdapter(FragmentManager, List<Fragment>) - Constructor for class com.cheetahdigital.uikit.widget.pager.PagerAdapter
Default constructor
PagerAdapter(FragmentManager, List<Fragment>, List<String>) - Constructor for class com.cheetahdigital.uikit.widget.pager.PagerAdapter
Default constructor
PagerFragment - Class in com.cheetahdigital.uikit.widget.pager
Fragment for showing multiple fragments as pages in a view pager via PagerAdapter
PagerFragment - Class in com.cheetahdigital.uikit.widget
PagerFragment for attaching custom fragments to view pagers.
PagerFragment() - Constructor for class com.cheetahdigital.uikit.widget.pager.PagerFragment
 
PagerFragment() - Constructor for class com.cheetahdigital.uikit.widget.PagerFragment
 
PAGES_MANAGE_CTA - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PAGES_MANAGE_INSTANT_ARTICLES - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PAGES_MESSAGING - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PAGES_MESSAGING_PAYMENTS - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PAGES_MESSAGING_PHONENUMBER - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PAGES_MESSAGING_SUBSCRIPTIONS - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PAGES_SHOW_LIST - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
pageScroll(int) - Method in class com.cheetahdigital.uikit.widget.NestedScrollView
Handles scrolling in response to a "page up/down" shortcut press.
parseGmtDate(String) - Static method in class com.cheetahdigital.uikit.helper.DateHelper
Parse String from the GMT Date following the format "EEE, dd MMM yyyy HH:mm:ss 'GMT'".
parseMediaUris(String[]) - Static method in class com.cheetahdigital.uikit.helper.MediaFileHelper
Parses array of string uris
parseServerDate(String) - Static method in class com.cheetahdigital.uikit.helper.DateHelper
Parse String from the Server following the format DateHelper.SLDateFormat_Numeric_Dashed.
PDT_TimeZone - Static variable in class com.cheetahdigital.uikit.helper.DateHelper
 
performClick() - Method in class com.cheetahdigital.uikit.widget.DelayButton
Handle multi-click using threshold
performFiltering(CharSequence) - Method in class com.cheetahdigital.uikit.widget.search.PlacesAdapter.PlaceFilter
 
Permissions() - Constructor for class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PhoneNumberFormattingTextWatcher - Class in com.cheetahdigital.uikit.widget
A TextWatcher used for formatting the phone number.
PhoneNumberFormattingTextWatcher(EditText) - Constructor for class com.cheetahdigital.uikit.widget.PhoneNumberFormattingTextWatcher
PlaceAutocompleteWidget - Class in com.cheetahdigital.uikit.widget.search
PlaceAutocompleteWidget contains views that are populated using InputAutocompleteTextView.
PlaceAutocompleteWidget(Context, AttributeSet) - Constructor for class com.cheetahdigital.uikit.widget.search.PlaceAutocompleteWidget
 
PlaceAutocompleteWidget.PlaceDetailListener - Interface in com.cheetahdigital.uikit.widget.search
Interface to be implemented in order to handle the on click items of the autocomplete prediction list.
PlaceAutocompleteWidget.PlaceTextListener - Interface in com.cheetahdigital.uikit.widget.search
Callback for after text changed.
PlaceAutoFillWidget - Class in com.cheetahdigital.uikit.widget
PlaceAutoFillWidget contains views for displaying the Address, City, State, Country, and ZipCode.
PlaceAutoFillWidget(Context, AttributeSet) - Constructor for class com.cheetahdigital.uikit.widget.PlaceAutoFillWidget
Constructor for PlaceAutoFillWidget
PlaceFilter() - Constructor for class com.cheetahdigital.uikit.widget.search.PlacesAdapter.PlaceFilter
 
placeholder(int) - Method in class com.cheetahdigital.uikit.helper.GlideHelper.GlideManager
 
placeholder(ColorDrawable) - Method in class com.cheetahdigital.uikit.helper.GlideHelper.GlideManager
 
placeholder(Drawable) - Method in class com.cheetahdigital.uikit.helper.GlideHelper.GlideManager
 
PlacesAdapter - Class in com.cheetahdigital.uikit.widget.search
 
PlacesAdapter(Context, int, List<AutocompletePrediction>) - Constructor for class com.cheetahdigital.uikit.widget.search.PlacesAdapter
 
PlacesAdapter.PlaceFilter - Class in com.cheetahdigital.uikit.widget.search
 
PlayServicesUtils - Class in com.cheetahdigital.uikit.helper
Util class for Google Play Services
PlayServicesUtils() - Constructor for class com.cheetahdigital.uikit.helper.PlayServicesUtils
 
populatePlace(double, double) - Method in class com.cheetahdigital.uikit.widget.PlaceAutoFillWidget
Get an Address object using the native Androids Geocoder and populate expected fields with existing/available values
populatePlace(String, AutocompleteSessionToken) - Method in class com.cheetahdigital.uikit.widget.search.GooglePlaceAutoFillWidget
Call Place details API from google maps to populate available fields
POSITION_BOTTOM_LEFT - Static variable in class com.cheetahdigital.uikit.widget.BadgeView
 
POSITION_BOTTOM_RIGHT - Static variable in class com.cheetahdigital.uikit.widget.BadgeView
 
POSITION_CENTER - Static variable in class com.cheetahdigital.uikit.widget.BadgeView
 
POSITION_TOP_LEFT - Static variable in class com.cheetahdigital.uikit.widget.BadgeView
 
POSITION_TOP_RIGHT - Static variable in class com.cheetahdigital.uikit.widget.BadgeView
 
postPhoto(Activity, Bitmap) - Static method in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper
Post a photo on facebook Call FacebookHelper.initializeShareToFacebook() first on your activity/fragment
postSplash() - Method in class com.cheetahdigital.uikit.application.SplashActivity
This abstract method is called after the splash screen has finished displaying.
postViaShareApi(SharePhotoContent) - Static method in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper
Share a photocontent on facebook
Presenter<V extends MvpView> - Class in com.cheetahdigital.uikit.architecture.mvp
Base MvpNullObjectBasePresenter for apps that use Sdk.
Presenter() - Constructor for class com.cheetahdigital.uikit.architecture.mvp.Presenter
 
preSplash() - Method in class com.cheetahdigital.uikit.application.SplashActivity
This abstract method is called before the splash screen is initialized.
ProgressViewHolder(View) - Constructor for class com.cheetahdigital.uikit.widget.list.EndlessListAdapter.ProgressViewHolder
 
ProgressViewHolder(View) - Constructor for class com.cheetahdigital.uikit.widget.list.EndlessListAndGridAdapter.ProgressViewHolder
 
PUBLIC_PROFILE - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PUBLISH_ACTIONS - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
PUBLISH_PAGES - Static variable in class com.cheetahdigital.uikit.helper.socialmedia.FacebookHelper.Permissions
 
publishResults(CharSequence, Filter.FilterResults) - Method in class com.cheetahdigital.uikit.widget.search.PlacesAdapter.PlaceFilter
 
A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes All Packages