Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
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()
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()
/frameworks/base/core/java/android/preference/
DCheckBoxPreference.java70 protected void onBindView(View view) { in onBindView() method in CheckBoxPreference
71 super.onBindView(view); in onBindView()
DSwitchPreference.java131 protected void onBindView(View view) { in onBindView() method in SwitchPreference
132 super.onBindView(view); in onBindView()
DSeekBarPreference.java82 protected void onBindView(View view) { in onBindView() method in SeekBarPreference
83 super.onBindView(view); in onBindView()
DPreference.java585 onBindView(convertView); in getView()
633 protected void onBindView(View view) { in onBindView() method in Preference
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
DSwitchItem.java100 public void onBindView(View view) { in onBindView() method in SwitchItem
101 super.onBindView(view); in onBindView()
DExpandableSwitchItem.java120 public void onBindView(View view) { in onBindView() method in ExpandableSwitchItem
122 super.onBindView(view); in onBindView()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DButtonBarItemTest.java77 item.onBindView(layout); in testBindEmpty()
95 item.onBindView(layout); in testBind()
DItemTest.java79 item.onBindView(view); in testOnBindView()
95 item.onBindView(view); in testSingleLineItem()
DItemLayoutTest.java84 mItem.onBindView(mParent); in testInflateLayoutHasBasicViews()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DIItem.java40 void onBindView(View view); in onBindView() method
DButtonBarItem.java91 public void onBindView(View view) { in onBindView() method in ButtonBarItem
DItemAdapter.java82 item.onBindView(convertView); in getView()
DButtonItem.java110 public final void onBindView(View view) { in onBindView() method in ButtonItem
DItem.java136 public void onBindView(View view) { in onBindView() method in Item
/frameworks/base/core/tests/coretests/src/android/preference/
DPreferenceIconSpaceTest.java97 onBindView(view); in bindView()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DRecyclerItemAdapter.java151 item.onBindView(holder.itemView); in onBindViewHolder()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
DButtonItemTest.java73 item.onBindView(new View(context)); in testOnBindView()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java2065 onBindView(view, getItem(position));
2082 onBindView(view, getItem(position));
2085 protected void onBindView(View view, TargetInfo info) {
DChooserActivity.java2738 protected void onBindView(View view, TargetInfo info) {
2739 super.onBindView(view, info);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22593 method protected void onBindView(android.view.View);
/frameworks/base/non-updatable-api/
Dcurrent.txt36107 method @Deprecated @CallSuper protected void onBindView(android.view.View);
/frameworks/base/api/
Dcurrent.txt36251 method @Deprecated @CallSuper protected void onBindView(android.view.View);