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

<<31323334353637383940>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseScrollAdapterFragment.java 88 public void setAdapter(ScrollAdapter adapter) {
89 mAdapter = adapter;
121 throw new IllegalStateException("No scroll adapter view exists.");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationOverlayItem.java 25 import android.widget.Adapter;
45 * @see Adapter#getItemViewType(int)
186 * but that makes the entire screen flicker since the entire adapter performs
SubjectAndFolderView.java 154 final ConversationViewAdapter adapter = mHeaderItem != null local
156 if (adapter == null) {
159 mBidiFormatter = adapter.getBidiFormatter();
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinner.java 126 FromAddressSpinnerAdapter adapter = local
133 adapter.addAccounts(mReplyFromAccounts);
135 setAdapter(adapter);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordFragment.java 137 final ArrayAdapter<LocaleRenderer> adapter = new ArrayAdapter<>( local
139 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
140 localeSpinner.setAdapter(adapter);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 160 ListAdapter adapter = new SimpleAdapter(mActivity, items, local
164 // Bind to our new adapter.
165 setListAdapter(adapter);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_system.h 46 /* Returns the D3D9 adapter index that matches the specified display index.
47 This adapter index can be passed to IDirect3D9::CreateDevice and controls
58 /* Returns the DXGI Adapter and Output indices for the specified display index.
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_system.h 46 /* Returns the D3D9 adapter index that matches the specified display index.
47 This adapter index can be passed to IDirect3D9::CreateDevice and controls
58 /* Returns the DXGI Adapter and Output indices for the specified display index.
  /prebuilts/misc/windows/sdl2/include/
SDL_system.h 46 /* Returns the D3D9 adapter index that matches the specified display index.
47 This adapter index can be passed to IDirect3D9::CreateDevice and controls
58 /* Returns the DXGI Adapter and Output indices for the specified display index.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_system.h 46 /* Returns the D3D9 adapter index that matches the specified display index.
47 This adapter index can be passed to IDirect3D9::CreateDevice and controls
58 /* Returns the DXGI Adapter and Output indices for the specified display index.
  /system/bt/service/test/
ipc_linux_unittest.cpp 29 #include "service/adapter.h"
64 adapter_ = bluetooth::Adapter::Create();
106 std::unique_ptr<bluetooth::Adapter> adapter_;
  /system/bt/tools/bdtool/
adapter.c 22 #include "support/adapter.h"
34 // Returns the current adapter state.
39 // Returns the number of adapter properties.
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 64 * Like ListView, SGV populates from an adapter and recycles views that fall out
67 * - mFirstPosition is the adapter position of the View returned by getChildAt(0).
68 * - Any child index can be translated to an adapter position by adding mFirstPosition.
69 * - Any adapter position can be translated to a child index by subtracting mFirstPosition.
71 * currently attached to the grid as children. All other adapter positions do not have
269 * Return the first adapter position with a view currently attached as
272 * @return the adapter position represented by the view at getChildAt(0).
743 * @param queryAdapter true to requery the adapter for view data
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/util/
ExpandableListScenario.java 228 throw new IllegalStateException("position out of range for adapter!");
278 final ExpandableListAdapter adapter = mAdapter; local
280 for (int i = adapter.getGroupCount() - 1; i >= 0; i--) {
281 final int curNumChildren = adapter.getChildrenCount(i);
300 * Simple expandable list adapter.
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 70 * Array adapter for the conversation thread
80 * Local Bluetooth adapter
93 // Get local Bluetooth adapter
96 // If the adapter is null, then Bluetooth is not supported
162 // Initialize the array adapter for the conversation thread
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 70 * Array adapter for the conversation thread
80 * Local Bluetooth adapter
93 // Get local Bluetooth adapter
96 // If the adapter is null, then Bluetooth is not supported
162 // Initialize the array adapter for the conversation thread
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 105 ArrayAdapter<String> adapter = local
108 mSyncAdapterSpinner.setAdapter(adapter);
144 ArrayAdapter<String> adapter = local
147 mAccountPickerView.setAdapter(adapter);
344 private static final String ATTRIBUTES_NAME = "sync-adapter";
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 74 // Array adapter for the conversation thread
78 // Local Bluetooth adapter
92 // Get local Bluetooth adapter
95 // If the adapter is null, then Bluetooth is not supported
139 // Initialize the array adapter for the conversation thread
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 70 * Array adapter for the conversation thread
80 * Local Bluetooth adapter
93 // Get local Bluetooth adapter
96 // If the adapter is null, then Bluetooth is not supported
162 // Initialize the array adapter for the conversation thread
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_treewalkers.py 51 "adapter": PullDOMAdapter,
139 "adapter": GenshiAdapter,
170 document = treeCls.get("adapter", lambda x: x)(document)
189 document = treeClass.get("adapter", lambda x: x)(document)
248 document = treeClass.get("adapter", lambda x: x)(document)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorAdapter.java 39 * Adapter that exposes data from a {@link android.database.Cursor Cursor} to a
119 * Constructor. The adapter will call requery() on the cursor whenever
134 * @param autoRequery If true the adapter will call requery() on the
332 * by the filter attached to this adapter.
388 * this adapter.
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 92 * for each row. This adapter has separate methods for providing the group
239 * Provide the adapter for the expandable list.
241 public void setListAdapter(ExpandableListAdapter adapter) {
244 mAdapter = adapter;
245 mList.setAdapter(adapter);
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceGroup.java 224 // in the adapter by RecyclerView, to make it appear as if it has only been
410 * Return the adapter position of the first {@link Preference} with the specified key
412 * @return Adapter position of the {@link Preference} or
418 * Return the adapter position of the specified {@link Preference} object
420 * @return Adapter position of the {@link Preference} or
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
SnapHelper.java 70 RecyclerView.Adapter adapter = mRecyclerView.getAdapter(); local
71 if (adapter == null) {
272 * Override to provide a particular adapter target position for snapping.
279 * @return the target adapter position to you want to snap or {@link RecyclerView#NO_POSITION}
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DefaultItemAnimatorTest.java 53 Adapter mAdapter;
112 mAdapter = new Adapter(20);
399 private class Adapter extends RecyclerView.Adapter<ViewHolder> {
403 private Adapter(int count) {

Completed in 1486 milliseconds

<<31323334353637383940>>