Home
last modified time | relevance | path

Searched refs:onBindDialogView (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DCustomDialogPreference.java72 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreference
110 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreference.CustomPreferenceDialogFragment
111 super.onBindDialogView(view); in onBindDialogView()
112 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
DCustomEditTextPreference.java83 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreference
110 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreference.CustomPreferenceDialogFragment
111 super.onBindDialogView(view); in onBindDialogView()
112 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
/frameworks/base/core/java/android/preference/
DSeekBarDialogPreference.java65 protected void onBindDialogView(View view) { in onBindDialogView() method in SeekBarDialogPreference
66 super.onBindDialogView(view); in onBindDialogView()
DEditTextPreference.java112 protected void onBindDialogView(View view) { in onBindDialogView() method in EditTextPreference
113 super.onBindDialogView(view); in onBindDialogView()
DVolumePreference.java68 protected void onBindDialogView(View view) { in onBindDialogView() method in VolumePreference
69 super.onBindDialogView(view); in onBindDialogView()
DDialogPreference.java300 onBindDialogView(contentView); in showDialog()
365 protected void onBindDialogView(View view) { in onBindDialogView() method in DialogPreference
/frameworks/support/preference/src/main/java/androidx/preference/
DEditTextPreferenceDialogFragmentCompat.java62 protected void onBindDialogView(View view) { in onBindDialogView() method in EditTextPreferenceDialogFragmentCompat
63 super.onBindDialogView(view); in onBindDialogView()
DEditTextPreferenceDialogFragment.java62 protected void onBindDialogView(View view) { in onBindDialogView() method in EditTextPreferenceDialogFragment
63 super.onBindDialogView(view); in onBindDialogView()
DPreferenceDialogFragment.java149 onBindDialogView(contentView); in onCreateDialog()
241 protected void onBindDialogView(View view) { in onBindDialogView() method in PreferenceDialogFragment
DPreferenceDialogFragmentCompat.java149 onBindDialogView(contentView); in onCreateDialog()
241 protected void onBindDialogView(View view) { in onBindDialogView() method in PreferenceDialogFragmentCompat
/frameworks/support/preference/
DNOTICES.md9 be moved to onBindDialogView.
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DCustomEditTextPreferenceTest.java57 mPreference.onBindDialogView(mView); in bindDialogView_shouldRequestFocus()
/frameworks/support/legacy/preference-v14/api_legacy/
Dcurrent.txt41 method protected void onBindDialogView(android.view.View);
D26.1.0.txt41 method protected void onBindDialogView(android.view.View);
D27.0.0.txt41 method protected void onBindDialogView(android.view.View);
D28.0.0-alpha1.txt41 method protected void onBindDialogView(android.view.View);
D26.0.0.txt41 method protected void onBindDialogView(android.view.View);
/frameworks/support/preference/api/
Dcurrent.txt261 method protected void onBindDialogView(android.view.View);
272 method protected void onBindDialogView(android.view.View);
/frameworks/support/preference/api_legacy/
Dcurrent.txt41 method protected void onBindDialogView(android.view.View);
324 method protected void onBindDialogView(android.view.View);
D28.0.0-alpha1.txt41 method protected void onBindDialogView(android.view.View);
324 method protected void onBindDialogView(android.view.View);
D27.1.0.txt41 method protected void onBindDialogView(android.view.View);
324 method protected void onBindDialogView(android.view.View);
D26.0.0.txt226 method protected void onBindDialogView(android.view.View);
D26.1.0.txt226 method protected void onBindDialogView(android.view.View);
D27.0.0.txt226 method protected void onBindDialogView(android.view.View);
/frameworks/support/api/
D25.1.0.txt1345 method protected void onBindDialogView(android.view.View);
9120 method protected void onBindDialogView(android.view.View);

12