HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 176 - 200 of 1727) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceActivityTest.java 15 import android.widget.ListView;
35 shadow.setListView( new ListView( new Activity() ) );
  /frameworks/base/libs/hwui/tests/common/scenes/
ListViewAnimation.cpp 25 "listview",
26 "A mock ListView of scrolling content. Doesn't re-bind/re-record views as they are recycled, so"
37 sp<RenderNode> listView;
49 listView = TestUtils::createNode(0, 0, width, height,
57 canvas.drawRenderNode(listView.get());
66 listView->stagingProperties().getWidth(),
67 listView->stagingProperties().getHeight());
79 listView->setStagingDisplayList(canvas.finishRecording(), nullptr);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
abs_list_view_adapter_test.xml 18 <ListView
26 </ListView>
  /packages/apps/Contacts/src/com/android/contacts/detail/
ActionsViewContainer.java 24 import android.widget.ListView;
27 * Custom {@link LinearLayout} which remembers its position in the {@link ListView}. Should be
  /packages/apps/Gallery2/res/layout/
filtershow_state_panel.xml 38 <ListView
43 </ListView>
  /packages/apps/Music/res/layout/
query_activity.xml 25 <ListView android:id="@android:id/list"
29 </ListView>
  /packages/apps/Settings/res/layout/
band_mode.xml 24 <ListView android:id="@+id/band"
28 </ListView>
user_credentials.xml 24 <ListView
31 </ListView>
  /packages/apps/Settings/src/com/android/settings/
PinnedHeaderListFragment.java 33 * Set the pinned header view. This can only be done when the ListView is already created.
42 * Clear the pinned header view. This can only be done when the ListView is already created.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedListView.java 22 import android.widget.ListView;
24 public class AnimatedListView extends ListView {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 25 <ListView ></ListView>

Completed in 627 milliseconds

1 2 3 4 5 6 78 91011>>