Home
last modified time | relevance | path

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

12

/aosp12/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItemTest.java55 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 DSwitchItemTest.java82 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 DMultiLineTitleEditTextPreference.java65 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 DCheckBoxPreference.java70 protected void onBindView(View view) { in onBindView() method in CheckBoxPreference
71 super.onBindView(view); in onBindView()
H A DSwitchPreference.java132 protected void onBindView(View view) { in onBindView() method in SwitchPreference
133 super.onBindView(view); in onBindView()
H A DSeekBarPreference.java83 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 DRadioButtonPreference.java75 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 DTextViewPreference.java104 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 DTextViewPreference.java108 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 DSwitchItem.java100 public void onBindView(View view) { in onBindView() method in SwitchItem
101 super.onBindView(view); in onBindView()
H A DExpandableSwitchItem.java120 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 DPhoneNumberPreference.java55 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 DSwitchPreferenceWithClickableSummary.java89 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 DButtonBarItemTest.java77 item.onBindView(layout); in testBindEmpty()
95 item.onBindView(layout); in testBind()
H A DItemTest.java79 item.onBindView(view); in testOnBindView()
95 item.onBindView(view); in testSingleLineItem()
H A DItemLayoutTest.java84 mItem.onBindView(mParent); in testInflateLayoutHasBasicViews()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DIItem.java40 void onBindView(View view); in onBindView() method
H A DButtonBarItem.java91 public void onBindView(View view) { in onBindView() method in ButtonBarItem
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DBaseAdapterProvider.java34 public abstract void onBindView(AllAppsGridAdapter.ViewHolder holder, int position); in onBindView() method in BaseAdapterProvider
H A DWorkAdapterProvider.java45 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 DWordListPreference.java214 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 DDefaultSearchAdapterProvider.java53 public void onBindView(AllAppsGridAdapter.ViewHolder holder, int position) { in onBindView() method in DefaultSearchAdapterProvider
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallBarringEditPreference.java133 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 DChooseSimActivity.java316 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 DPreferenceIconSpaceTest.java97 onBindView(view); in bindView()

12