HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 926 - 950 of 1340) sorted by null

<<31323334353637383940>>

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
Espresso.java 60 * an AdapterView (e.g. ListView). If this is the case, use Espresso.onData to load the view
74 * method to load (into the view hierarchy) items from AdapterView widgets (e.g. ListView).
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapEmailSettingsAdapter.java 68 ExpandableListView listView,
78 listView.setOnGroupExpandListener(new OnGroupExpandListener() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 28 import android.widget.ListView;
155 * {@link ListView} position.
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 41 import android.widget.ListView;
132 ListView list = getListView();
  /packages/apps/Music/src/com/android/music/
MediaPickerActivity.java 33 import android.widget.ListView;
96 protected void onListItemClick(ListView l, View v, int position, long id)
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 36 import android.widget.ListView;
341 @Override public void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/Settings/src/com/android/settings/notification/
ManagedServiceSettings.java 47 import android.widget.ListView;
257 public void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
BookmarkPicker.java 33 import android.widget.ListView;
240 protected void onListItemClick(ListView l, View v, int position, long id) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 34 import android.widget.ListView;
150 return ListView.CHOICE_MODE_NONE;
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 51 import android.widget.ListView;
333 public void onListItemClick(ListView l, View v, int position, long id) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 242 class="android.widget.ListView"
249 relatedTo="ListView"
rendering-configs.xml 245 <ListView
252 </ListView>
  /frameworks/base/core/res/res/values/
styles_material.xml 588 <style name="Widget.Material.ExpandableListView" parent="Widget.Material.ListView">
676 <style name="Widget.Material.ListView" parent="Widget.ListView">
681 <style name="Widget.Material.ListView.DropDown"
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
menus.jd 397 android.widget.ListView}, {@link android.widget.GridView}, or other view collections in which
426 <p>If your activity uses a {@link android.widget.ListView} or {@link android.widget.GridView} and
428 passing the {@link android.widget.ListView} or {@link android.widget.GridView} to {@link
528 android.widget.ListView} or {@link android.widget.GridView} (allowing the user to select multiple
635 <h4 id="CABforListView">Enabling batch contextual actions in a ListView or GridView</h4>
637 <p>If you have a collection of items in a {@link android.widget.ListView} or {@link
655 ListView listView = getListView();
656 listView.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE_MODAL)
    [all...]
  /frameworks/base/core/java/android/transition/
Transition.java 40 import android.widget.ListView;
480 * by its item ID if it is in a direct child of ListView. The caller can
1493 ListView listview = (ListView) view.getParent(); local
    [all...]
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/timer/
SetTimerActivity.java 170 /** Model class for the listview. */
  /development/apps/Development/res/layout/
permission_details.xml 130 <ListView android:id="@android:id/list"
  /development/apps/Development/src/com/android/development/
AppHwPref.java 38 import android.widget.ListView;
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 126 // The custom ListView added extra context to the event by adding an
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List14.java 104 // by ListView is null.
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java 62 new UiSelector().className(android.widget.ListView.class.getName());
  /development/samples/wearable/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
SetTimerActivity.java 170 /** Model class for the listview. */
  /external/chromium-trace/trace-viewer/src/cc/
layer_picker.js 33 this.layerList_ = new ui.ListView();
picture_ops_list_view.js 33 this.opsList_ = new ui.ListView();
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 36 this.listViewCounters = new System.Windows.Forms.ListView();
57 this.listViewRates = new System.Windows.Forms.ListView();
364 private System.Windows.Forms.ListView listViewCounters;
385 private System.Windows.Forms.ListView listViewRates;

Completed in 342 milliseconds

<<31323334353637383940>>