/aosp12/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/ |
H A D | ExpandableSwitchItemTest.java | 55 mItem.onBindView(view); in testInitialState() 78 mItem.onBindView(view); in testExpanded() 97 mItem.onBindView(view); in testCollapsed() 118 mItem.onBindView(view); in testClick() 133 mItem.onBindView(view); in testDrawableState() 142 mItem.onBindView(view); in testDrawableState() 149 mItem.onBindView(view); in testDrawableState()
|
H A D | SwitchItemTest.java | 82 item.onBindView(view); in testChecked() 96 item.onBindView(view); in testNotChecked() 113 item.onBindView(view); in testListener() 141 item1.onBindView(view); in testRebind() 142 item2.onBindView(view); in testRebind() 172 item.onBindView(view); in testListenerSetChecked() 194 item.onBindView(view); in testToggle() 212 item.onBindView(view); in testAccessibility()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | MultiLineTitleEditTextPreference.java | 65 protected void onBindView(View view) { in onBindView() method in MultiLineTitleEditTextPreference 66 super.onBindView(view); in onBindView()
|
/aosp12/frameworks/base/core/java/android/preference/ |
H A D | CheckBoxPreference.java | 70 protected void onBindView(View view) { in onBindView() method in CheckBoxPreference 71 super.onBindView(view); in onBindView()
|
H A D | SwitchPreference.java | 132 protected void onBindView(View view) { in onBindView() method in SwitchPreference 133 super.onBindView(view); in onBindView()
|
H A D | SeekBarPreference.java | 83 protected void onBindView(View view) { in onBindView() method in SeekBarPreference 84 super.onBindView(view); in onBindView()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
H A D | RadioButtonPreference.java | 75 protected void onBindView(final View view) { in onBindView() method in RadioButtonPreference 76 super.onBindView(view); in onBindView()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/ |
H A D | TextViewPreference.java | 104 protected void onBindView(View view) { in onBindView() method in TextViewPreference 105 super.onBindView(view); in onBindView()
|
/aosp12/packages/services/Telephony/src/com/android/phone/settings/ |
H A D | TextViewPreference.java | 108 protected void onBindView(View view) { in onBindView() method in TextViewPreference 109 super.onBindView(view); in onBindView()
|
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/ |
H A D | SwitchItem.java | 100 public void onBindView(View view) { in onBindView() method in SwitchItem 101 super.onBindView(view); in onBindView()
|
H A D | ExpandableSwitchItem.java | 120 public void onBindView(View view) { in onBindView() method in ExpandableSwitchItem 122 super.onBindView(view); in onBindView()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
H A D | PhoneNumberPreference.java | 55 protected void onBindView(final View view) { in onBindView() method in PhoneNumberPreference 70 super.onBindView(view); in onBindView()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/preference/ |
H A D | SwitchPreferenceWithClickableSummary.java | 89 protected void onBindView(View view) { in onBindView() method in SwitchPreferenceWithClickableSummary 90 super.onBindView(view); in onBindView()
|
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
H A D | ButtonBarItemTest.java | 77 item.onBindView(layout); in testBindEmpty() 95 item.onBindView(layout); in testBind()
|
H A D | ItemTest.java | 79 item.onBindView(view); in testOnBindView() 95 item.onBindView(view); in testSingleLineItem()
|
H A D | ItemLayoutTest.java | 84 mItem.onBindView(mParent); in testInflateLayoutHasBasicViews()
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
H A D | IItem.java | 40 void onBindView(View view); in onBindView() method
|
H A D | ButtonBarItem.java | 91 public void onBindView(View view) { in onBindView() method in ButtonBarItem
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | BaseAdapterProvider.java | 34 public abstract void onBindView(AllAppsGridAdapter.ViewHolder holder, int position); in onBindView() method in BaseAdapterProvider
|
H A D | WorkAdapterProvider.java | 45 public void onBindView(AllAppsGridAdapter.ViewHolder holder, int position) { in onBindView() method in WorkAdapterProvider
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
H A D | WordListPreference.java | 214 protected void onBindView(final View view) { in onBindView() method in WordListPreference 215 super.onBindView(view); in onBindView()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
H A D | DefaultSearchAdapterProvider.java | 53 public void onBindView(AllAppsGridAdapter.ViewHolder holder, int position) { in onBindView() method in DefaultSearchAdapterProvider
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CallBarringEditPreference.java | 133 protected void onBindView(View view) { in onBindView() method in CallBarringEditPreference 134 super.onBindView(view); in onBindView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/sim/ |
H A D | ChooseSimActivity.java | 316 public void onBindView(View view) { in onBindView() method in ChooseSimActivity.DisableableItem 317 super.onBindView(view); in onBindView()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/preference/ |
H A D | PreferenceIconSpaceTest.java | 97 onBindView(view); in bindView()
|