Skip navigation links
A C D E G I N O P R S 

A

android.support.v7.preference - package android.support.v7.preference
 
AutoSummaryEditTextPreference - Class in com.takisoft.fix.support.v7.preference
 
AutoSummaryEditTextPreference(Context) - Constructor for class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
 
AutoSummaryEditTextPreference(Context, AttributeSet) - Constructor for class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
 
AutoSummaryEditTextPreference(Context, AttributeSet, int) - Constructor for class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
 
AutoSummaryEditTextPreference(Context, AttributeSet, int, int) - Constructor for class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
 

C

color - Variable in class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
com.takisoft.fix.support.v7.preference - package com.takisoft.fix.support.v7.preference
 

D

dialogPreferences - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
displayPreferenceDialog(Fragment, String) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
displayPreferenceDialog(Fragment, String, Bundle) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
DIVIDER_CATEGORY_AFTER_LAST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws a divider after the last item in a category group.
DIVIDER_CATEGORY_BEFORE_FIRST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws a divider before the first item in a category group.
DIVIDER_CATEGORY_BETWEEN - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws a divider between adjacent categories.
DIVIDER_DEFAULT - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws the material guidelines compatible divider implementation.
DIVIDER_NO_AFTER_LAST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Won't draw a divider after the very last item.
DIVIDER_NO_BEFORE_FIRST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Won't draw a divider before the very first item.
DIVIDER_NONE - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws no dividers.
DIVIDER_OFFICIAL - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws the divider implementation of the official support library.
DIVIDER_PADDING_CHILD - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws the divider according to the preferences' padding.
DIVIDER_PADDING_PARENT - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws a divider using the parent's (RecyclerView) padding.
DIVIDER_PREFERENCE_AFTER_LAST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws a divider after the last item in a preference group.
DIVIDER_PREFERENCE_BEFORE_FIRST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws a divider before the first item in a preference group.
DIVIDER_PREFERENCE_BETWEEN - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Draws a divider between adjacent preferences.

E

EditTextPreference - Class in com.takisoft.fix.support.v7.preference
 
EditTextPreference(Context) - Constructor for class com.takisoft.fix.support.v7.preference.EditTextPreference
 
EditTextPreference(Context, AttributeSet) - Constructor for class com.takisoft.fix.support.v7.preference.EditTextPreference
 
EditTextPreference(Context, AttributeSet, int) - Constructor for class com.takisoft.fix.support.v7.preference.EditTextPreference
 
EditTextPreference(Context, AttributeSet, int, int) - Constructor for class com.takisoft.fix.support.v7.preference.EditTextPreference
 
EditTextPreferenceDialogFragmentCompat - Class in com.takisoft.fix.support.v7.preference
 
EditTextPreferenceDialogFragmentCompat() - Constructor for class com.takisoft.fix.support.v7.preference.EditTextPreferenceDialogFragmentCompat
 

G

getEditText() - Method in class com.takisoft.fix.support.v7.preference.EditTextPreference
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers.DividerItemDecoration
 
getPasswordSubstitute() - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Returns the substitute characters to be used for displaying passwords in the summary.
getPasswordSubstituteLength() - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Returns the length of the substitute password value in the summary.
getSummary() - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Returns the summary of this Preference.
getSummaryHasText() - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Returns the summary for this Preference.

I

inflateFromResource(Context, int, PreferenceScreen) - Method in class android.support.v7.preference.PreferenceManagerFix
 
itemView - Variable in class com.takisoft.fix.support.v7.preference.PreferenceCategory
 

N

needInputMethod() - Method in class com.takisoft.fix.support.v7.preference.EditTextPreferenceDialogFragmentCompat
 
newInstance(String) - Static method in class com.takisoft.fix.support.v7.preference.EditTextPreferenceDialogFragmentCompat
 

O

onActivityResult(int, int, Intent) - Method in interface com.takisoft.fix.support.v7.preference.PreferenceActivityResultListener
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode it returned, and any additional data from it.
onActivityResult(int, int, Intent) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
onActivityResult(PreferenceGroup, int, int, Intent) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
Traverses a PreferenceGroup to notify all eligible preferences about the results of a returning activity.
onAddEditTextToDialogView(View, EditText) - Method in class com.takisoft.fix.support.v7.preference.EditTextPreferenceDialogFragmentCompat
 
onBindDialogView(View) - Method in class com.takisoft.fix.support.v7.preference.EditTextPreferenceDialogFragmentCompat
 
onBindViewHolder(PreferenceViewHolder) - Method in class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
onCreate(Bundle) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
onCreateAdapter(PreferenceScreen) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
onCreatePreferences(Bundle, String) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
onCreatePreferencesFix(Bundle, String) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
Called during onCreate(Bundle) to supply the preferences for this fragment.
onDestroyView() - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
 
onDialogClosed(boolean) - Method in class com.takisoft.fix.support.v7.preference.EditTextPreferenceDialogFragmentCompat
 
onDisplayPreferenceDialog(Preference) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
onDrawOver(Canvas, RecyclerView, RecyclerView.State) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers.DividerItemDecoration
 
onPreferenceClick(PreferenceFragmentCompat, Preference) - Method in interface com.takisoft.fix.support.v7.preference.PreferenceActivityResultListener
Called when the user clicks on the preference.
onPreferenceTreeClick(Preference) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
onViewCreated(View, Bundle) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
 

P

PreferenceActivityResultListener - Interface in com.takisoft.fix.support.v7.preference
An interface for custom preferences that want to handle click events by either starting an Activity for results calling Fragment#startActivityForResult(Intent, int) or using the supplied PreferenceFragmentCompat fragment manually (e.g.
PreferenceCategory - Class in com.takisoft.fix.support.v7.preference
PreferenceCategory fix which allows one to use multiple themes.
PreferenceCategory(Context, AttributeSet, int, int) - Constructor for class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
PreferenceCategory(Context, AttributeSet, int) - Constructor for class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
PreferenceCategory(Context, AttributeSet) - Constructor for class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
PreferenceCategory(Context) - Constructor for class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
PreferenceFragmentCompat - Class in com.takisoft.fix.support.v7.preference
 
PreferenceFragmentCompat() - Constructor for class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
 
PreferenceFragmentCompatDividers - Class in com.takisoft.fix.support.v7.preference
As a user requested, here's a variant of PreferenceFragmentCompatFix that allows one to fully customize the dividers between categories and items.
PreferenceFragmentCompatDividers() - Constructor for class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
 
PreferenceFragmentCompatDividers.DividerItemDecoration - Class in com.takisoft.fix.support.v7.preference
 
PreferenceFragmentCompatDividers.DividerPrefFlags - Annotation Type in com.takisoft.fix.support.v7.preference
 
PreferenceManagerFix - Class in android.support.v7.preference
 
PreferenceManagerFix(Context) - Constructor for class android.support.v7.preference.PreferenceManagerFix
 
PreferenceViewHolderProxy - Class in android.support.v7.preference
A class used for proxying the package private PreferenceViewHolder constructor for com.takisoft.fix.support.v7.preference.PreferenceGroupAdapter.
PreferenceViewHolderProxy(View) - Constructor for class android.support.v7.preference.PreferenceViewHolderProxy
 

R

registerPreferenceFragment(Class<? extends Preference>, Class<? extends Fragment>) - Static method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
Sets a Preference to use the supplied Fragment as a dialog.

S

setColor(int) - Method in class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
setColorResource(int) - Method in class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
setDivider(Drawable) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers.DividerItemDecoration
 
setDivider(Drawable) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
 
setDividerHeight(int) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers.DividerItemDecoration
 
setDividerHeight(int) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
 
setDividerPreferences(int) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Sets the divider decoration flags.
setPasswordSubstitute(int) - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Sets the substitute characters to be used for displaying passwords in the summary.
setPasswordSubstitute(String) - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Sets the substitute characters to be used for displaying passwords in the summary.
setPasswordSubstituteLength(int) - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Sets the length of the substitute password value in the summary.
setSummary(CharSequence) - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Sets the summary for this Preference with a CharSequence.
setSummaryHasText(int) - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Sets the summary for this Preference with a resource ID.
setSummaryHasText(CharSequence) - Method in class com.takisoft.fix.support.v7.preference.AutoSummaryEditTextPreference
Sets the summary for this Preference with a CharSequence.
setText(String) - Method in class com.takisoft.fix.support.v7.preference.EditTextPreference
 
setTitle(CharSequence) - Method in class com.takisoft.fix.support.v7.preference.PreferenceCategory
 
A C D E G I N O P R S 
Skip navigation links