/frameworks/base/core/java/android/widget/ |
Filterable.java | 22 * {@link android.widget.Adapter} implementations.</p> 31 * <p>This method is usually implemented by {@link android.widget.Adapter}
|
ResourceCursorAdapter.java | 29 * An easy adapter that creates views defined in an XML file. You can specify 48 * @param context The context where the ListView associated with this adapter is running 68 * @param context The context where the ListView associated with this adapter is running 73 * @param autoRequery If true the adapter will call requery() on the 87 * @param context The context where the ListView associated with this adapter is running 92 * @param flags Flags used to determine the behavior of the adapter, 107 * {@link Context} passed to the adapter's constructor. 110 * {@code null} to use the theme from the adapter's context
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListWithHeaders.java | 54 final ListAdapter adapter = listView.getAdapter(); local 55 listView.setAdapter(adapter);
|
/frameworks/base/docs/html/training/load-data-background/ |
handle-results.jd | 54 provide the view with an adapter that implements 59 You can set up the linkage between the view and adapter before you have any data to display, 60 and then move a {@link android.database.Cursor} into the adapter in the 62 method. As soon as you move the {@link android.database.Cursor} into the adapter, the 91 // Sets the adapter for the view 102 * Moves the query results into the adapter, causing the 103 * ListView fronting this adapter to re-display 132 * Clears out the adapter's reference to the Cursor.
|
/frameworks/support/compat/ics/android/support/v4/view/ |
ViewPropertyAnimatorListenerAdapter.java | 22 * This adapter class provides empty implementations of the methods from 24 * the methods of this listener can simply subclass this adapter class instead of implementing
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteDialogHelper.java | 105 * @param adapter An array adapter which contains an array of items. 109 ArrayAdapter<E> adapter) { 114 E item = adapter.getItem(position); 128 * @param adapter An array adapter which contains an array of items. 132 ListView listView, ArrayAdapter<E> adapter) { 137 E item = adapter.getItem(position);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerWrapContentTest.java | 69 WrapContentAdapter adapter = new WrapContentAdapter( local 81 layoutAndCheck(lp, adapter, expected, 60, 20); 89 WrapContentAdapter adapter = new WrapContentAdapter( local 101 layoutAndCheck(lp, adapter, expected, 20, 60); 109 WrapContentAdapter adapter = new WrapContentAdapter( local 121 layoutAndCheck(lp, adapter, expected, 6000, 20); 129 WrapContentAdapter adapter = new WrapContentAdapter( local 141 layoutAndCheck(lp, adapter, expected, 60, 5500);
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 62 LocEngPositionMode(LocEngAdapter* adapter, LocPosMode &mode); 71 LocEngStartFix(LocEngAdapter* adapter); 80 LocEngStopFix(LocEngAdapter* adapter); 94 LocEngReportPosition(LocAdapterBase* adapter, 111 LocEngReportSv(LocAdapterBase* adapter, 124 LocEngReportStatus(LocAdapterBase* adapter, 285 LocEngGetZpp(LocEngAdapter* adapter); 304 LocEngShutdown(LocEngAdapter* adapter);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
PanelTrack.java | 22 import android.widget.Adapter; 32 public Adapter getAdapter();
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/ |
FakeListViewHolder.java | 27 public FakeListViewHolder(final Context context, final CursorAdapter adapter) { 28 super(context, adapter);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/ |
PermissionsFrameFragment.java | 145 protected RecyclerView.Adapter<?> onCreateAdapter(PreferenceScreen preferenceScreen) { 146 final RecyclerView.Adapter<?> adapter = super.onCreateAdapter(preferenceScreen); local 148 if (adapter != null) { 152 adapter.registerAdapterDataObserver(new RecyclerView.AdapterDataObserver() { 171 recyclerView.setVisibility(isEmpty && adapter.getItemCount() == 0 ? 181 recyclerView.setVisibility(isEmpty && adapter.getItemCount() == 0 ? 188 return adapter;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
MockSyncAdapter.java | 24 * A mock sync adapter. 31 // If the system complains about it, we need to return a real sync adapter class here,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10misc.h | 35 HRESULT WINAPI D3D10CreateDevice(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type, 38 HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE driver_type,
|
/system/bt/service/common/bluetooth/ |
adapter_state.h | 23 // Possible Adapter states. The values for each enumration have been copied 40 // Returns a string for the given Adapter state |state|.
|
/system/bt/service/ipc/binder/ |
ipc_handler_binder.h | 29 IPCHandlerBinder(bluetooth::Adapter* adapter,
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 276 final GesturesAdapter adapter = mAdapter; local 277 final int count = adapter.getCount(); 282 final NamedGesture gesture = adapter.getItem(i); 291 adapter.notifyDataSetChanged(); 308 final GesturesAdapter adapter = mAdapter; local 309 adapter.setNotifyOnChange(false); 310 adapter.remove(gesture); 311 adapter.sort(mSorter); 313 adapter.notifyDataSetChanged(); 374 final GesturesAdapter adapter = mAdapter local [all...] |
/frameworks/base/docs/html/training/wearables/ui/ |
2d-picker.jd | 10 <li><a href="#implement-adapter">Implement a Page Adapter</a></li> 31 element to the layout of your activity and implement an adapter that provides a set of pages by 56 <h2 id="implement-adapter">Implement a Page Adapter</h2> 58 <p>A page adapter provides a set of pages to populate a 60 component. To implement this adapter, you extend the 100 <p>The adapter calls 154 method tells the adapter how many rows of content are 157 method tells the adapter how many columns of content are available for each of the rows.</p [all...] |
/system/bt/tools/bdtool/ |
bdtool.c | 95 fprintf(stdout, "Bringing up bluetooth adapter\n"); 103 fprintf(stdout, "BT adapter is up\n"); 118 fprintf(stdout, "BT adapter is up\n"); 137 fprintf(stdout, "BT adapter is up\n"); 147 fprintf(stdout, "BT adapter is up\n"); 155 fprintf(stdout, "BT adapter is up\n"); 159 fprintf(stderr, "Unable to get adapter property\n"); 172 fprintf(stdout, "BT adapter is up\n"); 179 fprintf(stderr, "Unable to set adapter property\n"); 184 fprintf(stderr, "Unable to get adapter property\n") [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
DeviceOwnerNegativeTestActivity.java | 56 final ArrayTestListAdapter adapter = new ArrayTestListAdapter(this); local 57 adapter.add(TestListItem.newCategory(this, R.string.device_owner_provisioning_category)); 69 adapter.add(TestListItem.newTest(this, deviceOwnerNegativeTestInfo.getTitle(), 72 adapter.registerDataSetObserver(new DataSetObserver() { 79 setTestListAdapter(adapter);
|
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/ |
DexmakerMockMaker.java | 74 InvocationHandlerAdapter adapter = getInvocationHandlerAdapter(mock); local 75 adapter.setHandler(newHandler); 79 InvocationHandlerAdapter adapter = getInvocationHandlerAdapter(mock); local 80 return adapter != null ? adapter.getHandler() : null;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
ComplexProperty.java | 143 // Adapter 147 public <T> T getAdapter(Class<T> adapter) { 148 if (adapter == PropertyTooltipProvider.class && m_tooltip != null) { 149 return adapter.cast(new PropertyTooltipTextProvider() { 156 return super.getAdapter(adapter);
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/ |
polowireadapter.h | 26 // adapter is responsible for serializing and deserializing messages sent and 30 // Creates a new adapter on the given interface. The interface should only 31 // exist in the context of this adapter and will be freed when this adapter is 38 // must be set before using this adapter.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
TreeTraverserTest.java | 62 private static final TreeTraverser<Tree> ADAPTER = new TreeTraverser<Tree>() { 131 assertThat(iterationOrder(ADAPTER.preOrderTraversal(h))).isEqualTo("hdabcegf"); 136 assertThat(iterationOrder(ADAPTER.postOrderTraversal(h))).isEqualTo("abcdefgh"); 141 assertThat(iterationOrder(ADAPTER.breadthFirstTraversal(h))).isEqualTo("hdegabcf"); 152 tester.testAllPublicInstanceMethods(ADAPTER);
|
/frameworks/base/core/java/com/android/internal/widget/ |
PagerAdapter.java | 26 * Base class providing the adapter to populate pages inside of 51 * independent of its position in the adapter. A call to the PagerAdapter method 75 * ViewPager will keep the current page active provided the adapter implements 91 * @param container The containing View which is displaying this adapter's 99 * Create the page for the given position. The adapter is responsible 114 * Remove a page for the given position. The adapter is responsible 128 * Called to inform the adapter of which item is currently considered to 144 * @param container The containing View which is displaying this adapter's 153 * @param container The containing View which is displaying this adapter's 162 * Create the page for the given position. The adapter is responsibl [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
binding.jd | 22 ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource( 24 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 25 s1.setAdapter(adapter); 39 cur, // Give the cursor to the list adapter 52 <p>If, during the course of your application's life, you change the underlying data that is read by your Adapter,
|