/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/ |
D | ChooserListAdapterTest.kt | 90 testSubject.onBindView(view, targetInfo, 0) in testDirectShareTargetLoadingIconIsStarted() 106 testSubject.onBindView(view, targetInfo, 0) in testOnlyOneTaskPerTarget() 112 testSubject.onBindView(view, targetInfo, 0) in testOnlyOneTaskPerTarget()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | MultiLineTitleEditTextPreference.java | 65 protected void onBindView(View view) { in onBindView() method in MultiLineTitleEditTextPreference 66 super.onBindView(view); in onBindView()
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | TextViewPreference.java | 104 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/ |
D | RadioButtonPreference.java | 75 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/ |
D | TextViewPreference.java | 108 protected void onBindView(View view) { in onBindView() method in TextViewPreference 109 super.onBindView(view); in onBindView()
|
/packages/apps/Dialer/java/com/android/dialer/common/preference/ |
D | SwitchPreferenceWithClickableSummary.java | 89 protected void onBindView(View view) { in onBindView() method in SwitchPreferenceWithClickableSummary 90 super.onBindView(view); in onBindView()
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | PhoneNumberPreference.java | 55 protected void onBindView(final View view) { in onBindView() method in PhoneNumberPreference 70 super.onBindView(view); in onBindView()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | WordListPreference.java | 214 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/ |
D | ChooseSimActivity.java | 317 public void onBindView(View view) { in onBindView() method in ChooseSimActivity.DisableableItem 318 super.onBindView(view); in onBindView()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallBarringEditPreference.java | 132 protected void onBindView(View view) { in onBindView() method in CallBarringEditPreference 133 super.onBindView(view); in onBindView()
|
D | EditPhoneNumberPreference.java | 161 protected void onBindView(View view) { in onBindView() method in EditPhoneNumberPreference 162 super.onBindView(view); in onBindView()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | SearchAdapterProvider.java | 70 public abstract void onBindView(AllAppsGridAdapter.ViewHolder holder, int position); in onBindView() method in SearchAdapterProvider
|
D | DefaultSearchAdapterProvider.java | 43 public void onBindView(AllAppsGridAdapter.ViewHolder holder, int position) { in onBindView() method in DefaultSearchAdapterProvider
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ResolverListAdapter.java | 652 onBindView(view, getItem(position), position); 669 onBindView(view, getItem(position), position); 672 protected void onBindView(View view, TargetInfo info, int position) {
|
D | ChooserListAdapter.java | 257 public void onBindView(View view, TargetInfo info, int position) { in onBindView() method in ChooserListAdapter
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | BaseAllAppsAdapter.java | 252 mAdapterProvider.onBindView(holder, position); in onBindViewHolder()
|