HomeSort by relevance Sort by last modified time
    Searched full:adapter (Results 401 - 425 of 2956) sorted by null

<<11121314151617181920>>

  /development/samples/XmlAdapters/res/xml/
rss_feed.xml 17 <cursor-adapter xmlns:android="http://schemas.android.com/apk/res/android"
30 </cursor-adapter>
  /development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
PlanetAdapter.java 28 * Adapter for the planet data used in our drawer menu,
30 public class PlanetAdapter extends RecyclerView.Adapter<PlanetAdapter.ViewHolder> {
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
ListViewDraggingAnimation.java 45 StableArrayAdapter adapter = new StableArrayAdapter(this, R.layout.text_view, mCheeseList); local
49 listView.setAdapter(adapter);
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 14 """Checks whether the Bluetooth adapter is present and working."""
53 # Enable then disable adapter.
  /external/libchrome/base/containers/
adapters.h 18 // Internal adapter class for implementing base::Reversed.
57 // Reversed returns a container adapter usable in a range-based "for" statement
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/custom/
UIAccelerometerDelegate.java 62 /*<adapter>*/
63 /*</adapter>*/
  /frameworks/base/core/java/android/widget/
BaseAdapter.java 25 * Common base class of common implementation for an {@link Adapter} that can be
55 * or available. Once invoked this adapter is no longer valid and should
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabelsTest.java 60 assertEquals("expected list adapter to have 1 item",
62 assertEquals("expected list view to have 2 items (1 in adapter, plus "
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursor.java 42 ListAdapter adapter = new SimpleCursorAdapter(this, local
51 setListAdapter(adapter);
  /frameworks/base/docs/html/guide/topics/ui/layout/
listview.jd 14 <li>{@link android.widget.Adapter}</li>
27 android.widget.Adapter} that pulls content from a source such as an array or database query and
30 <p>For an introduction to how you can dynamically insert views using an adapter, read
32 an Adapter</a>.</p>
46 android.widget.Adapter} with the new {@link android.database.Cursor} and the list view then
75 // This is the Adapter being used to display the list's data
102 // For the cursor adapter, specify which columns go into which views
106 // Create an empty adapter we will use to display the loaded data.
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 34 void addConnectionServiceAdapter(in IConnectionServiceAdapter adapter);
36 void removeConnectionServiceAdapter(in IConnectionServiceAdapter adapter);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
multi_arg_adapter_evaluation_test.xml 21 type="android.databinding.testapp.adapter.MultiArgTestAdapter.MultiBindingClass1" />
25 type="android.databinding.testapp.adapter.MultiArgTestAdapter.MultiBindingClass2" />
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
AppCompatWidgetsTextInput.java 39 // Fetch the AutoCompleteTextView and set an adapter
45 // Fetch the MultiAutoCompleteTextView and set an adapter and Tokenizer
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/utils/
CardListRow.java 33 public CardListRow(HeaderItem header, ObjectAdapter adapter, CardRow cardRow) {
34 super(header, adapter);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewAccessibilityTest.java 87 final TestAdapter adapter = new TestAdapter(10); local
92 recyclerView.setAdapter(adapter);
157 assertEquals(adapter.getItemCount(), collectionInfo.getRowCount());
160 assertEquals(adapter.getItemCount(), collectionInfo.getColumnCount());
174 assertEquals(record.getItemCount(), adapter.getItemCount());
246 final TestAdapter adapter = new TestAdapter(10); local
247 recyclerView.setAdapter(adapter);
268 adapter.deleteAndNotify(1, 1);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 38 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) :
39 LocAdapterBase(adapter->getMsgTask()),
40 mLocEngAdapter(adapter)
89 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) :
90 LocMsg(), mAdapter(adapter), mUlp(ulp) {
93 LOC_LOGV("%s] ulp %p adapter %p", __func__,
134 inline LocEngAdapterGpsLock(LocEngAdapter* adapter, LOC_GPS_LOCK_MASK lockMask) :
135 LocMsg(), mAdapter(adapter), mLockMask(lockMask)
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
LocEngAdapter.cpp 38 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) :
39 LocAdapterBase(adapter->getMsgTask()),
40 mLocEngAdapter(adapter)
91 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) :
92 LocMsg(), mAdapter(adapter), mUlp(ulp) {
95 LOC_LOGV("%s] ulp %p adapter %p", __func__,
136 inline LocEngAdapterGpsLock(LocEngAdapter* adapter, LOC_GPS_LOCK_MASK lockMask) :
137 LocMsg(), mAdapter(adapter), mLockMask(lockMask)
  /hardware/qcom/gps/msm8960/core/
ContextBase.h 59 inline void requestUlp(LocAdapterBase* adapter,
61 mIzatProxy->requestUlp(adapter, capabilities);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
LocEngAdapter.cpp 38 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) :
39 LocAdapterBase(adapter->getMsgTask()),
40 mLocEngAdapter(adapter)
89 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) :
90 LocMsg(), mAdapter(adapter), mUlp(ulp) {
93 LOC_LOGV("%s] ulp %p adapter %p", __func__,
134 inline LocEngAdapterGpsLock(LocEngAdapter* adapter, LOC_GPS_LOCK_MASK lockMask) :
135 LocMsg(), mAdapter(adapter), mLockMask(lockMask)
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
LocEngAdapter.cpp 39 LocInternalAdapter::LocInternalAdapter(LocEngAdapter* adapter) :
40 LocAdapterBase(adapter->getMsgTask()),
41 mLocEngAdapter(adapter)
92 inline LocSetUlpProxy(LocAdapterBase* adapter, UlpProxyBase* ulp) :
93 LocMsg(), mAdapter(adapter), mUlp(ulp) {
96 LOC_LOGV("%s] ulp %p adapter %p", __func__,
137 inline LocEngAdapterGpsLock(LocEngAdapter* adapter, LOC_GPS_LOCK_MASK lockMask) :
138 LocMsg(), mAdapter(adapter), mLockMask(lockMask)
  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 45 ///Initialzes the camera adapter creates any resources required
57 //APIs to configure Camera adapter and get the current parameter set
68 //Retrieves the current Adapter state
70 //Retrieves the next Adapter state
79 //The first two methods will try to switch the adapter state.
87 // Retrieves the current Adapter state - for internal use (not locked)
89 // Retrieves the next Adapter state - for internal use (not locked)
223 //Lock protecting the Adapter state
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 34 ///Initialzes the camera adapter creates any resources required
46 //APIs to configure Camera adapter and get the current parameter set
57 //Retrieves the current Adapter state
59 //Retrieves the next Adapter state
66 //The first two methods will try to switch the adapter state.
74 // Retrieves the current Adapter state - for internal use (not locked)
76 // Retrieves the next Adapter state - for internal use (not locked)
203 //Lock protecting the Adapter state
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettings.java 52 BluetoothMapSettingsAdapter adapter = new BluetoothMapSettingsAdapter(this, local
54 listView.setAdapter(adapter);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ScrollAdapterFragment.java 59 public void setAdapter(ScrollAdapter adapter) {
60 mBase.setAdapter(adapter);
  /system/bt/service/hal/
fake_bluetooth_interface.h 47 // Notifies the observers that the adapter state changed to |state|.
50 // Triggers an adapter property change event.

Completed in 1113 milliseconds

<<11121314151617181920>>