/frameworks/base/docs/html/guide/topics/ui/controls/ |
text.jd | 266 auto-complete, you must specify an {@link android.widget.Adapter} that provides the text 310 code to specify the adapter that supplies the suggestions: 316 // Create the adapter and set it to the AutoCompleteTextView 317 ArrayAdapter<String> adapter = 319 textView.setAdapter(adapter); 327 <p>Then assign the adapter to the {@link android.widget.AutoCompleteTextView} by
|
/frameworks/base/docs/html/training/articles/ |
security-gms-provider.jd | 140 <p>For example, here's an implementation of a <a href="{@docRoot}training/sync-adapters">sync adapter</a> that updates the security provider. Since a sync 141 adapter runs in the background, it's okay if the thread blocks while waiting 142 for the security provider to be updated. The sync adapter calls 144 update the security provider. If the method returns normally, the sync adapter 146 the sync adapter can take appropriate action (such as prompting the user to 150 * Sample sync adapter using {@link ProviderInstaller}.
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
LinearLayoutManagerTest.java | 115 config.adapter(new TestAdapter(adapterSize) { 364 final TestAdapter adapter = new TestAdapter(300) { local 377 .adapter(adapter), true); 407 adapter.addAndNotify(15, 1); 417 adapter.addAndNotify(5 + (i % 3) * 3, 1);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 68 inline LocEngInformNiResponse(LocEngAdapter* adapter, 71 LocMsg(), mAdapter(adapter), 224 LocEngAdapter* adapter = loc_eng_data_p->adapter; local 228 msg = new LocEngInformNiResponse(adapter, 239 adapter->sendMsg(msg);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PinnedHeaderListView.java | 42 * Adapter interface. The list adapter must implement this interface. 58 * adapter should call {@link PinnedHeaderListView#setHeaderPinnedAtTop}, 136 public void setAdapter(ListAdapter adapter) { 137 mAdapter = (PinnedHeaderAdapter)adapter; 138 super.setAdapter(adapter);
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
ConferenceParticipantListAdapter.java | 55 * Adapter for a ListView containing conference call participant information. 246 * Updates the adapter with the new conference participant information provided. 274 * @param position Position of the item whose data we want within the adapter's 284 * Retreives the adapter-specific item id for an item at a specified position. 286 * @param position The position of the item within the adapter's data set whose row id we want. 332 * @param position The position of the item within the adapter's data set of the item whose view
|
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/ |
testng-6.9.10-sources.jar | |
/art/compiler/optimizing/ |
instruction_builder.h | 54 locals_for_(arena_->Adapter(kArenaAllocGraphBuilder)), 63 arena_->Adapter(kArenaAllocGraphBuilder)), 66 loop_headers_(graph->GetArena()->Adapter(kArenaAllocGraphBuilder)) {
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
ScanFilterTest.java | 58 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); local 59 if (adapter == null) { 66 BluetoothDevice device = adapter.getRemoteDevice(DEVICE_MAC);
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
DeviceScanActivity.java | 67 // Initializes a Bluetooth adapter. For API level 18 and above, get a reference to 124 // Initializes list view adapter. 182 // Adapter for holding devices found through scanning.
|
/developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/ |
MainActivity.java | 62 // Create the adapter that will return a fragment for each of the three primary sections 66 // Set up the ViewPager with the sections adapter. 85 // Create a tab with text corresponding to the page title defined by the adapter. Also
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
DeviceScanActivity.java | 67 // Initializes a Bluetooth adapter. For API level 18 and above, get a reference to 124 // Initializes list view adapter. 182 // Adapter for holding devices found through scanning.
|
/developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/ |
MainActivity.java | 62 // Create the adapter that will return a fragment for each of the three primary sections 66 // Set up the ViewPager with the sections adapter. 85 // Create a tab with text corresponding to the page title defined by the adapter. Also
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchInvoke.java | 72 ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource( local 74 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 75 mMenuMode.setAdapter(adapter);
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiServiceDiscoveryActivity.java | 184 WiFiDevicesAdapter adapter = ((WiFiDevicesAdapter) fragment 190 adapter.add(service); 191 adapter.notifyDataSetChanged();
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
DeviceScanActivity.java | 67 // Initializes a Bluetooth adapter. For API level 18 and above, get a reference to 124 // Initializes list view adapter. 182 // Adapter for holding devices found through scanning.
|
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/ |
MainActivity.java | 62 // Create the adapter that will return a fragment for each of the three primary sections 66 // Set up the ViewPager with the sections adapter. 85 // Create a tab with text corresponding to the page title defined by the adapter. Also
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
PolicySetupActivity.java | 123 ArrayAdapter<CharSequence> adapter = ArrayAdapter.createFromResource(this, local 125 adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 126 mPasswordQualityInputField.setAdapter(adapter);
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
TestSuiteFactory.java | 165 final TestSuiteAdapter adapter = new TestSuiteAdapter(result); local 166 parser.adapter = adapter;
|
/external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/ |
audio_AudioBasicBluetoothRecord.py | 42 @param link: binder link to control BT adapter 60 @param link: binder link to control BT adapter 152 # Create link to control BT adapter.
|
/external/libpcap/ |
pcap.3pcap.in | 108 the adapter is connected to a "mirror port" on a switch to which all 109 packets passing through the switch are sent, a network adapter receives 111 to a network address that the network adapter isn't configured to 114 Normally, the adapter will discard those packets; however, many network 116 packets, even if they are not sent to an address that the adapter 121 adapter could well be in promiscuous mode for some other reason. 129 On IEEE 802.11 wireless LANs, even if an adapter is in promiscuous mode, 136 Frequency MONitor"), the adapter will supply all frames that it 140 Note that in monitor mode the adapter might disassociate from the 142 any wireless networks with that adapter. This could prevent accessin [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
package.html | 35 classes it visits. This class adapter can be useful to implement "complex"
42 However, this class adapter has a cost: it makes ASM bigger and slower. Indeed
49 not to use this class adapter when it is possible</font></i>.
|
/frameworks/base/core/java/android/widget/ |
AdapterViewFlipper.java | 140 public void setAdapter(Adapter adapter) { 141 super.setAdapter(adapter);
|
AlphabetIndexer.java | 25 * If the items in the adapter are sorted by simple alphabet-based sorting, then 30 * Your adapter is responsible for updating the cursor by calling {@link #setCursor} if the 37 * Cursor that is used by the adapter of the list view.
|
/frameworks/base/core/java/com/android/internal/app/ |
LocalePicker.java | 166 * Constructs an Adapter object containing Locale information. Content is sorted by 227 final ArrayAdapter<LocaleInfo> adapter = constructAdapter(getActivity()); 228 setListAdapter(adapter);
|