Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A 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()
H A 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()
H A 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()
H A 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()
/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarDialogPreference.java74 protected void onBindDialogView(View view) { in onBindDialogView() method in SeekBarDialogPreference
75 super.onBindDialogView(view); in onBindDialogView()
H A DEditTextPreference.java123 protected void onBindDialogView(View view) { in onBindDialogView() method in EditTextPreference
124 super.onBindDialogView(view); in onBindDialogView()
H A DVolumePreference.java78 protected void onBindDialogView(View view) { in onBindDialogView() method in VolumePreference
79 super.onBindDialogView(view); in onBindDialogView()
H A DDialogPreference.java323 onBindDialogView(contentView); in showDialog()
402 protected void onBindDialogView(View view) { in onBindDialogView() method in DialogPreference
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DCustomEditTextPreferenceComaptTest.java58 mPreference.onBindDialogView(mView); in bindDialogView_shouldRequestFocus()
H A DCustomEditTextPreferenceTest.java58 mPreference.onBindDialogView(mView); in bindDialogView_shouldRequestFocus()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34425 method @Deprecated @CallSuper protected void onBindDialogView(android.view.View);