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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 33 import android.widget.ListView;
93 private ListView mListView;
136 * Binds a {@link ListView} to the preferences contained in this {@link PreferenceScreen} via
140 * @param listView The list view to attach to.
142 public void bind(ListView listView) {
143 listView.setOnItemClickListener(this);
144 listView.setAdapter(getRootAdapter());
168 mListView = (ListView) childPrefScreen.findViewById(android.R.id.list);
207 if (parent instanceof ListView) {
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
android.widget.ListView.html 10 android.widget.ListView
74 Class android.widget.<A HREF="../../../../reference/android/widget/ListView.html" target="_top"><font size="+2"><code>ListView</code></font></A>
86 <A NAME="android.widget.ListView.getOverscrollFooter_added()"></A>
87 <nobr><code>Drawable</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#getOverscrollFooter()" target="_top"><code>getOverscrollFooter</code></A>()</nobr>
93 <A NAME="android.widget.ListView.getOverscrollHeader_added()"></A>
94 <nobr><code>Drawable</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#getOverscrollHeader()" target="_top"><code>getOverscrollHeader</code></A>()</nobr>
100 <A NAME="android.widget.ListView.setOverscrollFooter_added(android.graphics.drawable.Drawable)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/widget/ListView.html#setOverscrollFooter(android.graphics.drawable.Drawable)" target="_top"><code>setOverscrollFooter</code></A>(<code>Drawable</code>)</nobr>
107 <A NAME="android.widget.ListView.setOverscrollHeader_added(android.graphics.drawable.Drawable)"></A
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
RowsFragment.java 198 VerticalGridView listView = getVerticalGridView();
199 if (listView != null) {
201 final int count = listView.getChildCount();
204 View view = listView.getChildAt(i);
205 ItemBridgeAdapter.ViewHolder vh = (ItemBridgeAdapter.ViewHolder) listView.getChildViewHolder(view);
217 VerticalGridView listView = getVerticalGridView();
218 if (listView != null) {
219 final int count = listView.getChildCount();
221 View view = listView.getChildAt(i);
223 listView.getChildViewHolder(view)
    [all...]
RowsSupportFragment.java 200 VerticalGridView listView = getVerticalGridView();
201 if (listView != null) {
203 final int count = listView.getChildCount();
206 View view = listView.getChildAt(i);
207 ItemBridgeAdapter.ViewHolder vh = (ItemBridgeAdapter.ViewHolder) listView.getChildViewHolder(view);
219 VerticalGridView listView = getVerticalGridView();
220 if (listView != null) {
221 final int count = listView.getChildCount();
223 View view = listView.getChildAt(i);
225 listView.getChildViewHolder(view)
    [all...]
  /cts/apps/CtsVerifier/res/layout/
pla_list.xml 21 <ListView
25 </ListView>
  /cts/tests/app/src/android/app/cts/
LauncherActivityStub.java 23 import android.widget.ListView;
60 public void onListItemClick(ListView l, View v, int position, long id) {
  /cts/tests/tests/content/res/layout/
abslistview_layout.xml 26 <ListView>
36 </ListView>
  /cts/tests/tests/view/res/layout/
abslistview_layout.xml 26 <ListView>
36 </ListView>
  /cts/tests/tests/widget/res/layout/
abslistview_layout.xml 26 <ListView>
36 </ListView>
checkedtextview_layout.xml 21 <ListView android:id="@+id/checkedtextview_listview"
25 </ListView>
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
MainActivity.java 24 import android.widget.ListView;
32 protected void onListItemClick(ListView l, View v, int position, long id) {
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
MainActivity.java 24 import android.widget.ListView;
32 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/ApiDemos/res/layout/
rotating_list.xml 26 <ListView
31 <ListView
split_touch_view.xml 33 <ListView android:id="@+id/list1"
37 <ListView android:id="@+id/list2"
  /development/samples/WiFiDirectServiceDiscovery/res/layout/
fragment_chat.xml 7 <ListView
16 </ListView>
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
MainActivity.java 24 import android.widget.ListView;
32 protected void onListItemClick(ListView l, View v, int position, long id) {
  /development/samples/devbytes/animation/ListViewAnimations/res/layout/
activity_list_view_animations.xml 38 <ListView
39 android:id="@+id/listview"
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
ListItemObject.java 20 * The data model for every cell in the ListView for this application. This model stores
21 * a title, an image resource and a default cell height for every item in the ListView.
  /development/samples/devbytes/animation/ListViewItemAnimations/res/layout/
activity_list_view_item_animations.xml 28 <ListView
29 android:id="@+id/listview"
  /development/samples/devbytes/animation/ListViewItemAnimations/res/layout-v9/
activity_list_view_item_animations.xml 28 <ListView
29 android:id="@+id/listview"
  /development/samples/devbytes/animation/ListViewRemovalAnimation/res/layout/
activity_list_view_deletion.xml 28 <ListView
29 android:id="@+id/listview"
  /development/samples/devbytes/ui/ListViewDeletion/res/layout/
activity_list_view_deletion.xml 34 <ListView
35 android:id="@+id/listview"
  /external/chromium_org/content/test/data/accessibility/
ol-expected-android.txt 2 android.widget.ListView collection hierarchical item_count=3 row_count=3
12 android.widget.ListView collection hierarchical item_count=3 row_count=3
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceActivityTest.java 15 import android.widget.ListView;
35 shadow.setListView( new ListView( new Activity() ) );
  /frameworks/base/docs/html/design/building-blocks/
lists.jd 2 page.tags=listview,layout
5 <a class="notice-developers" href="{@docRoot}guide/topics/ui/layout/listview.html">

Completed in 607 milliseconds

1 2 3 4 5 67 8 91011>>