/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/ |
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()
|
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()
|
/frameworks/base/core/java/android/preference/ |
D | CheckBoxPreference.java | 70 protected void onBindView(View view) { in onBindView() method in CheckBoxPreference 71 super.onBindView(view); in onBindView()
|
D | SwitchPreference.java | 131 protected void onBindView(View view) { in onBindView() method in SwitchPreference 132 super.onBindView(view); in onBindView()
|
D | SeekBarPreference.java | 82 protected void onBindView(View view) { in onBindView() method in SeekBarPreference 83 super.onBindView(view); in onBindView()
|
D | Preference.java | 585 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/ |
D | SwitchItem.java | 100 public void onBindView(View view) { in onBindView() method in SwitchItem 101 super.onBindView(view); in onBindView()
|
D | ExpandableSwitchItem.java | 120 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/ |
D | ButtonBarItemTest.java | 77 item.onBindView(layout); in testBindEmpty() 95 item.onBindView(layout); in testBind()
|
D | ItemTest.java | 79 item.onBindView(view); in testOnBindView() 95 item.onBindView(view); in testSingleLineItem()
|
D | ItemLayoutTest.java | 84 mItem.onBindView(mParent); in testInflateLayoutHasBasicViews()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
D | IItem.java | 40 void onBindView(View view); in onBindView() method
|
D | ButtonBarItem.java | 91 public void onBindView(View view) { in onBindView() method in ButtonBarItem
|
D | ItemAdapter.java | 82 item.onBindView(convertView); in getView()
|
D | ButtonItem.java | 110 public final void onBindView(View view) { in onBindView() method in ButtonItem
|
D | Item.java | 136 public void onBindView(View view) { in onBindView() method in Item
|
/frameworks/base/core/tests/coretests/src/android/preference/ |
D | PreferenceIconSpaceTest.java | 97 onBindView(view); in bindView()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/ |
D | RecyclerItemAdapter.java | 151 item.onBindView(holder.itemView); in onBindViewHolder()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/ |
D | ButtonItemTest.java | 73 item.onBindView(new View(context)); in testOnBindView()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 2065 onBindView(view, getItem(position)); 2082 onBindView(view, getItem(position)); 2085 protected void onBindView(View view, TargetInfo info) {
|
D | ChooserActivity.java | 2738 protected void onBindView(View view, TargetInfo info) { 2739 super.onBindView(view, info);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 22593 method protected void onBindView(android.view.View);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 36107 method @Deprecated @CallSuper protected void onBindView(android.view.View);
|
/frameworks/base/api/ |
D | current.txt | 36251 method @Deprecated @CallSuper protected void onBindView(android.view.View);
|