/frameworks/base/core/java/android/widget/ |
AbsListView.java | 269 * and the value holds the last known position in the adapter for that id. 284 * The adapter containing the data to be displayed by this view 289 * The remote adapter containing the data to be displayed by this view to be set 294 * If mAdapter != null, whenever this is true the adapter has stable IDs. 588 * The select child's view (from the adapter's getView) is enabled. 682 * the top of the first position in the adapter, based on the last time 689 * the bottom of the last position in the adapter, based on the last time 763 * {@link Adapter#getView(int, View, ViewGroup)}. 899 public void setAdapter(ListAdapter adapter) { 900 if (adapter != null) 4504 final ListAdapter adapter = mAdapter; local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AutoCompleteTextViewTest.java | 178 ArrayAdapter<String> adapter = null; local 179 autoCompleteTextView.setAdapter(adapter); 189 // Re-set adapter to null 190 autoCompleteTextView.setAdapter(adapter); 477 final MockAdapter<String> adapter = new MockAdapter<String>(mActivity, local 483 mAutoCompleteTextView.setAdapter(adapter); 490 final MockFilter filter = (MockFilter) adapter.getFilter();
|
GalleryTest.java | 262 ImageAdapter adapter = new ImageAdapter(mActivity); local 263 gallery.setAdapter(adapter); 266 assertEquals(adapter.getCount(), gallery.computeHorizontalScrollRange());
|
/external/webrtc/talk/media/base/ |
videoadapter.cc | 148 // There are several frame sizes used by Adapter. This explains them 157 // out_frame - actual frame output by adapter. Should be a direct scale of 289 // TODO(fbarchard): Reduce to LS_VERBOSE when adapter info is not needed 328 // TODO(fbarchard): Reduce to LS_VERBOSE when adapter info is not needed 353 LOG(LS_INFO) << "Video Adapter third scaling is now " 569 // TODO(fbarchard): Move outside adapter. 599 // Called by cpu adapter on up requests.
|
/external/webrtc/webrtc/base/ |
stream.h | 114 // seeking, it will not do so. Instead, a buffering stream adapter should 221 // readline object or adapter 238 // In the meantime, use the owned flag to indicate whether the adapter should 300 // Note that the adapter presents itself as the origin of the stream events, 301 // since users of the adapter may not recognize the adapted object. 312 // StreamTap is a non-modifying, pass-through adapter, which copies all data 625 // StreamReference - A reference counting stream adapter
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 506 if (!PacketRequest(drv->adapter, FALSE, o)) { 575 if (!PacketRequest(drv->adapter, TRUE, o)) { [all...] |
/frameworks/base/core/java/android/nfc/cardemulation/ |
CardEmulation.java | 142 * @param adapter A reference to an NfcAdapter object. 145 public static synchronized CardEmulation getInstance(NfcAdapter adapter) { 146 if (adapter == null) throw new NullPointerException("NfcAdapter is null"); 147 Context context = adapter.getContext(); 172 INfcCardEmulation service = adapter.getCardEmulationService(); 639 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(mContext); local 640 sService = adapter.getCardEmulationService();
|
/frameworks/base/core/java/android/provider/ |
CalendarContract.java | 73 * {@link Calendars#MAX_REMINDERS} which is set by the Sync Adapter that owns 77 * sync adapter. The provider takes no action with items in this table except to 167 * to specify that it is a sync adapter. The default value is false. If set 197 * columns are private to the sync adapter. Other clients of the API should 269 * sync adapter. 324 * expanded in the instances table and will only show up in sync adapter 326 * originating event has its dirty flag cleared by the sync adapter. 338 * adapter, not other apps, as changing a calendar's color can adversely 588 * either as an app or as a sync adapter. To perform an operation as a sync 589 * adapter {@link #CALLER_IS_SYNCADAPTER} should be set to true an [all...] |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
GridLayoutManagerTest.java | 220 "adapter range. pos:" + position + ", adapter size:" + 230 "adapter range. pos:" + position + ", adapter size:" + 578 GridTestAdapter adapter = new GridTestAdapter(adapterSize) { local 613 RecyclerView recyclerView = setupBasic(config, adapter); 634 adapter.deleteAndNotify(removePos, 1); [all...] |
/hardware/ti/omap4-aah/camera/ |
ANativeWindowDisplayAdapter.cpp | 73 * Display Adapter class STARTS here.. 194 ///Note that Display Adapter cannot work without a valid window object 406 // Clear the frames with camera adapter map 441 CAMHAL_LOGDA("WARNING: Calling destroy of Display adapter when display enabled. Disabling display.."); 802 ///Clear the frames with camera adapter map 889 ///If display adapter is not started, continue 904 // We dequeue and return the frame back to Camera adapter [all...] |
/hardware/ti/omap4xxx/camera/ |
ANativeWindowDisplayAdapter.cpp | 142 * Display Adapter class STARTS here.. 264 ///Note that Display Adapter cannot work without a valid window object 478 // Clear the frames with camera adapter map 513 CAMHAL_LOGDA("WARNING: Calling destroy of Display adapter when display enabled. Disabling display.."); 835 ///Clear the frames with camera adapter map 926 ///If display adapter is not started, continue 941 // We dequeue and return the frame back to Camera adapter [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiManagerFacade.java | 651 @Rpc(description = "true if this adapter supports 5 GHz band.") 656 @Rpc(description = "true if this adapter supports multiple simultaneous connections.") 681 @Rpc(description = "Check if this adapter supports advanced power/performance counters.") 691 @Rpc(description = "true if this adapter supports Neighbour Awareness Network APIs.") 696 @Rpc(description = "true if this adapter supports Off Channel Tunnel Directed Link Setup.") 701 @Rpc(description = "true if this adapter supports WifiP2pManager (Wi-Fi Direct).") 706 @Rpc(description = "true if this adapter supports passpoint.") 711 @Rpc(description = "true if this adapter supports portable Wi-Fi hotspot.") 716 @Rpc(description = "true if this adapter supports offloaded connectivity scan.") [all...] |
/frameworks/base/docs/html-intl/intl/id/guide/topics/ui/ |
declaring-layout.jd | 372 Subkelas dari kelas {@link android.widget.AdapterView} menggunakan {@link android.widget.Adapter} untuk 373 mengikat data ke layoutnya. {@link android.widget.Adapter} berfungsi sebagai penghubung antara sumber data 374 dan layout{@link android.widget.AdapterView}—{@link android.widget.Adapter} 398 {@link android.widget.Adapter}, yang akan mengambil data dari sumber eksternal dan membuat {@link 401 <p>Android menyediakan beberapa subkelas {@link android.widget.Adapter} yang berguna untuk 415 ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, 428 listView.setAdapter(adapter); 458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this, 461 listView.setAdapter(adapter);
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/ |
declaring-layout.jd | 372 Subkelas dari kelas {@link android.widget.AdapterView} menggunakan {@link android.widget.Adapter} untuk 373 mengikat data ke layoutnya. {@link android.widget.Adapter} berfungsi sebagai penghubung antara sumber data 374 dan layout{@link android.widget.AdapterView}—{@link android.widget.Adapter} 398 {@link android.widget.Adapter}, yang akan mengambil data dari sumber eksternal dan membuat {@link 401 <p>Android menyediakan beberapa subkelas {@link android.widget.Adapter} yang berguna untuk 415 ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, 428 listView.setAdapter(adapter); 458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this, 461 listView.setAdapter(adapter);
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/ |
declaring-layout.jd | 372 Uma subclasse da classe {@link android.widget.AdapterView} usa um {@link android.widget.Adapter} 373 para agrupar dados ao seu layout. O {@link android.widget.Adapter} se comporta como um intermediário entre a fonte 374 dos dados e o layout do {@link android.widget.AdapterView} — o {@link android.widget.Adapter} 398 a um {@link android.widget.Adapter}, o que recupera dados de uma fonte externa e cria uma {@link 401 <p>O Android oferece diversas subclasses de {@link android.widget.Adapter} que são úteis para 415 ArrayAdapter<String> adapter = new ArrayAdapter<String>(this, 428 listView.setAdapter(adapter); 458 SimpleCursorAdapter adapter = new SimpleCursorAdapter(this, 461 listView.setAdapter(adapter);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
GridLayoutManager.java | 255 * Sets the source to get the number of spans occupied by each item in the adapter. 477 + " not cached, not in the adapter. Pos:" + pos); 480 + " not cached, not in the adapter. Pos:" + pos); 498 + " not cached, not in the adapter. Pos:" + pos); 501 + " not cached, not in the adapter. Pos:" + pos); [all...] |
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/ |
Main.java | 129 ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource( local 131 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 132 spinner.setAdapter(adapter);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
AuthenticationBoundKeyTestActivity.java | 151 protected void setupTests(ArrayTestListAdapter adapter) { 164 adapter.add(mLockScreenBoundKeyTest); 186 adapter.add(mFingerprintBoundKeyTest);
|
PolicyTransparencyTestActivity.java | 204 ArrayAdapter<String> adapter = new ArrayAdapter(this, local 206 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 207 spinner.setAdapter(adapter);
|
/cts/tests/tests/print/src/android/print/cts/ |
CustomPrintOptionsTest.java | 167 PrintDocumentAdapter adapter = createMockPrintDocumentAdapter( local 283 makeDefaultPrinter(adapter, PRINTER_NAME); 310 print(adapter);
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 368 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); local 369 if (adapter == null) { 373 return adapter.getAddress();
|
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 198 final PagerAdapter adapter = mViewPager.getAdapter(); local 201 for (int i = 0; i < adapter.getCount(); i++) { 220 tabTitleView.setText(adapter.getPageTitle(i));
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 198 final PagerAdapter adapter = mViewPager.getAdapter(); local 201 for (int i = 0; i < adapter.getCount(); i++) { 220 tabTitleView.setText(adapter.getPageTitle(i));
|
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 198 final PagerAdapter adapter = mViewPager.getAdapter(); local 201 for (int i = 0; i < adapter.getCount(); i++) { 220 tabTitleView.setText(adapter.getPageTitle(i));
|
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 198 final PagerAdapter adapter = mViewPager.getAdapter(); local 201 for (int i = 0; i < adapter.getCount(); i++) { 220 tabTitleView.setText(adapter.getPageTitle(i));
|