Home
last modified time | relevance | path

Searched refs:onBindView (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DMultiLineTitleEditTextPreference.java65 protected void onBindView(View view) { in onBindView() method in MultiLineTitleEditTextPreference
66 super.onBindView(view); in onBindView()
/packages/apps/Dialer/java/com/android/dialer/widget/
DTextViewPreference.java104 protected void onBindView(View view) { in onBindView() method in TextViewPreference
105 super.onBindView(view); in onBindView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DRadioButtonPreference.java75 protected void onBindView(final View view) { in onBindView() method in RadioButtonPreference
76 super.onBindView(view); in onBindView()
/packages/services/Telephony/src/com/android/phone/settings/
DTextViewPreference.java108 protected void onBindView(View view) { in onBindView() method in TextViewPreference
109 super.onBindView(view); in onBindView()
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DPhoneNumberPreference.java55 protected void onBindView(final View view) { in onBindView() method in PhoneNumberPreference
70 super.onBindView(view); in onBindView()
/packages/apps/Dialer/java/com/android/dialer/common/preference/
DSwitchPreferenceWithClickableSummary.java89 protected void onBindView(View view) { in onBindView() method in SwitchPreferenceWithClickableSummary
90 super.onBindView(view); in onBindView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DWordListPreference.java214 protected void onBindView(final View view) { in onBindView() method in WordListPreference
215 super.onBindView(view); in onBindView()
/packages/apps/Settings/src/com/android/settings/sim/
DChooseSimActivity.java316 public void onBindView(View view) { in onBindView() method in ChooseSimActivity.DisableableItem
317 super.onBindView(view); in onBindView()
/packages/services/Telephony/src/com/android/phone/
DCallBarringEditPreference.java133 protected void onBindView(View view) { in onBindView() method in CallBarringEditPreference
134 super.onBindView(view); in onBindView()
DEditPhoneNumberPreference.java161 protected void onBindView(View view) { in onBindView() method in EditPhoneNumberPreference
162 super.onBindView(view); in onBindView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DBaseAdapterProvider.java34 public abstract void onBindView(AllAppsGridAdapter.ViewHolder holder, int position); in onBindView() method in BaseAdapterProvider
DWorkAdapterProvider.java46 public void onBindView(AllAppsGridAdapter.ViewHolder holder, int position) { in onBindView() method in WorkAdapterProvider
DAllAppsGridAdapter.java410 adapterProvider.onBindView(holder, position); in onBindViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DDefaultSearchAdapterProvider.java53 public void onBindView(AllAppsGridAdapter.ViewHolder holder, int position) { in onBindView() method in DefaultSearchAdapterProvider