Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DCustomDialogPreferenceCompat.java73 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreferenceCompat
111 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreferenceCompat.CustomPreferenceDialogFragment
112 super.onBindDialogView(view); in onBindDialogView()
113 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
DCustomDialogPreference.java79 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreference
117 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreference.CustomPreferenceDialogFragment
118 super.onBindDialogView(view); in onBindDialogView()
119 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
DCustomEditTextPreferenceCompat.java84 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreferenceCompat
112 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreferenceCompat.CustomPreferenceDialogFragment
113 super.onBindDialogView(view); in onBindDialogView()
114 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
DCustomEditTextPreference.java90 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreference
117 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreference.CustomPreferenceDialogFragment
118 super.onBindDialogView(view); in onBindDialogView()
119 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
/frameworks/base/core/java/android/preference/
DSeekBarDialogPreference.java74 protected void onBindDialogView(View view) { in onBindDialogView() method in SeekBarDialogPreference
75 super.onBindDialogView(view); in onBindDialogView()
DEditTextPreference.java123 protected void onBindDialogView(View view) { in onBindDialogView() method in EditTextPreference
124 super.onBindDialogView(view); in onBindDialogView()
DVolumePreference.java78 protected void onBindDialogView(View view) { in onBindDialogView() method in VolumePreference
79 super.onBindDialogView(view); in onBindDialogView()
DDialogPreference.java323 onBindDialogView(contentView); in showDialog()
402 protected void onBindDialogView(View view) { in onBindDialogView() method in DialogPreference
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DCustomEditTextPreferenceTest.java58 mPreference.onBindDialogView(mView); in bindDialogView_shouldRequestFocus()
DCustomEditTextPreferenceComaptTest.java58 mPreference.onBindDialogView(mView); in bindDialogView_shouldRequestFocus()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22486 method protected void onBindDialogView(android.view.View);
/frameworks/base/core/api/
Dcurrent.txt34577 method @Deprecated @CallSuper protected void onBindDialogView(android.view.View);