HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 776 - 800 of 1393) sorted by null

<<31323334353637383940>>

  /packages/apps/Settings/res/layout-sw600dp-land/
setup_preference.xml 65 <ListView
  /packages/apps/UnifiedEmail/res/values-v21/
styles.xml 34 <style name="ConversationListFadeBase" parent="android:Widget.Material.Light.ListView" />
  /prebuilts/sdk/current/support/v7/appcompat/res/values-v21/
styles_base.xml 107 <style name="Base.Widget.AppCompat.ListView.DropDown"
108 parent="android:Widget.Material.ListView.DropDown"/>
123 <style name="Base.Widget.AppCompat.ListView.Menu"
124 parent="android:Widget.Material.ListView" />
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 40 import android.widget.ListView;
92 /** Key used to save the ListView choice mode, since ListView doesn't save it automatically! */
168 // Tracks if a onKey event was initiated from the listview (received ACTION_DOWN before
169 // ACTION_UP). If not, the listview only receives ACTION_UP.
450 return isTablet ? ListView.CHOICE_MODE_SINGLE : ListView.CHOICE_MODE_NONE;
569 setChoiceMode(ListView.CHOICE_MODE_NONE);
812 if (currentChecked != ListView.INVALID_POSITION) {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 26 import android.widget.ListView;
183 mockTabWidget.addView(new ListView(mActivity));
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/res/layout/
sample_media_router.xml 48 <ListView android:id="@+id/media"
59 <ListView android:id="@+id/playlist"
  /developers/samples/android/media/MediaRouter/Application/src/main/res/layout/
sample_media_router.xml 48 <ListView android:id="@+id/media"
59 <ListView android:id="@+id/playlist"
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 36 import android.widget.ListView;
147 protected void onListItemClick(ListView l, View v, int position, long id)
PackageBrowser.java 36 import android.widget.ListView;
189 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/ApiDemos/res/layout/
keystore_usage.xml 44 <ListView
54 </ListView>
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 25 import android.widget.ListView;
143 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 37 import android.widget.ListView;
51 * rss data in the background and post the results to a ListView in the UI.
52 * It also shows how to display custom data in a ListView
56 * <li>We own a ListView
57 * <li>The ListView uses our custom RSSListAdapter which
59 * <li>The adapter feeds data to the ListView
152 * ListView. This subclass specializes it to hold RssItems and display
215 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 25 import android.widget.ListView;
143 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 33 import android.widget.ListView;
98 @Override public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 25 import android.widget.ListView;
143 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 42 import android.widget.ListView;
143 @Override public void onListItemClick(ListView l, View v, int position, long id) {
LoaderRetainedSupport.java 41 import android.widget.ListView;
134 @Override public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/Support7Demos/res/layout/
sample_media_router.xml 48 <ListView android:id="@+id/media"
58 <ListView android:id="@+id/playlist"
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 25 import android.widget.ListView;
145 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 33 import android.widget.ListView;
93 public void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/browseable/MediaRouter/res/layout/
sample_media_router.xml 48 <ListView android:id="@+id/media"
59 <ListView android:id="@+id/playlist"
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 28 import android.widget.ListView;
113 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 28 import android.widget.ListView;
113 protected void onListItemClick(ListView l, View v, int position, long id) {
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
ViewTarget.java 11 import android.widget.ListView;
23 * To detect {@link View} reuse in {@link ListView} or any {@link ViewGroup} that reuses views, this class uses the
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuPresenter.java 110 * Call this instead of getMenuView if you want to manage your own ListView.
111 * For proper operation, the ListView hosting this adapter should add

Completed in 943 milliseconds

<<31323334353637383940>>