/frameworks/base/docs/html/reference/android/support/test/espresso/action/ |
AdapterViewProtocol.html | 269 descendant of the adapter view. 342 <a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.html#getDataInAdapterView(android.widget.AdapterView<? extends android.widget.Adapter>)">getDataInAdapterView</a>(AdapterView<? extends Adapter> adapterView) 369 <a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.html#getDataRenderedByView(android.widget.AdapterView<? extends android.widget.Adapter>, android.view.View)">getDataRenderedByView</a>(AdapterView<? extends Adapter> adapterView, View descendantView) 396 <a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.html#isDataRenderedWithinAdapterView(android.widget.AdapterView<? extends android.widget.Adapter>, android.support.test.espresso.action.AdapterViewProtocol.AdaptedData)">isDataRenderedWithinAdapterView</a>(AdapterView<? extends Adapter> adapterView, <a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.html">AdapterViewProtocol.AdaptedData</a> adaptedData) 424 <a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.html#makeDataRenderedWithinAdapterView(android.widget.AdapterView<? extends android.widget.Adapter>, android.support.test.espresso.action.AdapterViewProtocol.AdaptedData)">makeDataRenderedWithinAdapterView</a>(AdapterView<? extends Adapter> adapterView, <a href="/reference/android/support/test/espresso/action/AdapterViewProtocol.AdaptedData.html">AdapterViewProtocol.AdaptedData</a> data) 474 <A NAME="getDataInAdapterView(android.widget.AdapterView<? extends android.widget.Adapter>)"></A [all...] |
/art/compiler/optimizing/ |
ssa_builder.h | 57 ambiguous_agets_(graph->GetArena()->Adapter(kArenaAllocGraphBuilder)), 58 ambiguous_asets_(graph->GetArena()->Adapter(kArenaAllocGraphBuilder)), 59 uninitialized_strings_(graph->GetArena()->Adapter(kArenaAllocGraphBuilder)) {
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/ |
README.md | 18 This sample implements all the required elements of a sync adapter. 19 - Creates a sync adapter class. 21 - Defines the sync adapter properties in an XML resource file.
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/ |
README.md | 18 This sample implements all the required elements of a sync adapter. 19 - Creates a sync adapter class. 21 - Defines the sync adapter properties in an XML resource file.
|
template-params.xml | 72 This sample implements all the required elements of a sync adapter. 73 - Creates a sync adapter class. 75 - Defines the sync adapter properties in an XML resource file.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintCustomContent.java | 222 // Create an adapter with the stats and an inflater 224 MotoGpStatAdapter adapter = new MotoGpStatAdapter(items, 235 final int itemCount = adapter.getCount(); 243 final int nextViewType = adapter.getItemViewType(i); 245 view = adapter.getView(i, view, dummyParent); 247 view = adapter.getView(i, null, dummyParent); 334 // Create an adapter with the stats and an inflater 336 MotoGpStatAdapter adapter = new MotoGpStatAdapter(items, 358 final int itemCount = adapter.getCount(); 366 final int nextViewType = adapter.getItemViewType(i) [all...] |
PrintHtmlOffScreen.java | 96 PrintDocumentAdapter adapter = new PrintDocumentAdapter() { local 129 // Pass in the ViewView's document adapter. 130 printManager.print("MotoGP stats", adapter, null);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation3.java | 46 ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, local 48 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 49 s.setAdapter(adapter);
|
ExpandableList2.java | 53 public QueryHandler(Context context, CursorTreeAdapter adapter) { 55 this.mAdapter = adapter; 110 // Set up our adapter
|
List7.java | 67 ListAdapter adapter = new SimpleCursorAdapter(this, local 70 // Give the cursor to the list adapter 76 setListAdapter(adapter);
|
List8.java | 53 // Set up our adapter 75 * A simple adapter which maintains an ArrayList of photo resource Ids. 76 * Each photo is displayed as an image. This adapter supports clearing the
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactManager.java | 86 // Build adapter with contact entries 91 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this, R.layout.contact_entry, cursor, local 93 mContactList.setAdapter(adapter);
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
CustomArrayAdapter.java | 41 * This custom array adapter is used to populate the ListView in this application. 42 * This adapter also maintains a map of unique stable ids for each object in the data set. 43 * Since this adapter has to support the addition of a new cell to the 1ist index, it also
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
bluetooth_SDP_ServiceSearchRequestBasic.py | 33 self.tester.connect(self.adapter['Address']) 76 # Reset the adapter to the powered on, discoverable state. 81 self.adapter = self.device.get_adapter_properties()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TimeZoneAdapter.java | 43 * Given a java.util.TimeZone, wrap it in the appropriate adapter 44 * subclass of android.icu.util.TimeZone and return the adapter. 58 * Constructs an adapter for a android.icu.util.TimeZone object.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneAdapter.java | 42 * Given a java.util.TimeZone, wrap it in the appropriate adapter 43 * subclass of com.ibm.icu.util.TimeZone and return the adapter. 57 * Constructs an adapter for a com.ibm.icu.util.TimeZone object.
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassAdapter.java | 35 * adapter classes, just by overriding the necessary methods.
42 * The {@link ClassVisitor} to which this adapter delegates calls.
49 * @param cv the class visitor to which this adapter must delegate calls.
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 38 * Similarly the framework will attempt to determine whether or not an adapter is making progress 48 * your adapter supports syncing of multiple accounts in parallel). If your adapter does not 52 * In order to be a sync adapter one must extend this class, provide implementations for the 66 * <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" 78 * indicate which content authority and for which account types this sync adapter serves. 80 * adapter shows up in the Sync Settings screen. 87 * the sync adapter can handle syncs for multiple accounts at the same time. Otherwise 88 * the SyncManager will wait until the sync adapter is not in use before requesting that 91 * to intialize the isSyncable state to 1 for that sync adapter for each account that is added [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeight.java | 66 // enable list adapter 82 // enable list adapter 89 // Clicking this button will remove the list adapter and hide the outer enclosing view.
|
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/ |
UsageStatsActivity.java | 43 private Adapter mAdapter; 55 mAdapter = new Adapter(); 92 private class Adapter extends BaseAdapter {
|
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/ |
RecyclerItemAdapter.java | 31 * An adapter used with RecyclerView to display an {@link ItemHierarchy}. The item hierarchy used to 32 * create this adapter can be inflated by {@link com.android.setupwizardlib.items.ItemInflater} from 35 public class RecyclerItemAdapter extends RecyclerView.Adapter<ItemViewHolder>
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
PagerTitleStrip.java | 43 * {@link PagerAdapter#getPageTitle(int)} in the adapter supplied to 257 final PagerAdapter adapter = pager.getAdapter(); local 262 updateAdapter(mWatchingAdapter != null ? mWatchingAdapter.get() : null, adapter); 276 void updateText(int currentItem, PagerAdapter adapter) { 277 final int itemCount = adapter != null ? adapter.getCount() : 0; 281 if (currentItem >= 1 && adapter != null) { 282 text = adapter.getPageTitle(currentItem - 1); 286 mCurrText.setText(adapter != null && currentItem < itemCount 287 ? adapter.getPageTitle(currentItem) : null) [all...] |
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
NestedRecyclerViewActivity.java | 48 static class InnerAdapter extends RecyclerView.Adapter<InnerAdapter.ViewHolder> { 86 static class OuterAdapter extends RecyclerView.Adapter<OuterAdapter.ViewHolder> { 133 protected RecyclerView.Adapter createAdapter() {
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
GridLayoutManagerNoOpUpdateTest.java | 120 GridTestAdapter adapter = new GridTestAdapter(mConfig.mItemCount); local 121 adapter.setHasStableIds(true); 122 return setupBasic(mConfig, adapter);
|
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/ |
nunchuck.h | 51 * Wii Nunchuk connected to I2C via a Grove Wii Nunchuk adapter. 57 * A warning for the Grove Wii Nunchuk adapter: it has 2 traces on one 61 * adapter.
|