Home
last modified time | relevance | path

Searched refs:mLeftListView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DAdjacentListsWithAdjacentISVsInside.java33 private ListView mLeftListView; field in AdjacentListsWithAdjacentISVsInside
37 return mLeftListView; in getLeftListView()
46 ((ViewGroup) mLeftListView.getChildAt(0)).getChildAt(0); in getLeftIsv()
51 ((ViewGroup) mLeftListView.getChildAt(0)).getChildAt(1); in getLeftMiddleIsv()
70 mLeftListView = new ListView(this); in onCreate()
71 mLeftListView.setAdapter(new AdjacentISVAdapter(desiredHeight)); in onCreate()
72 mLeftListView.setItemsCanFocus(true); in onCreate()
81 setContentView(combineAdjacent(mLeftListView, mRightListView)); in onCreate()
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
DAdjacentListsWithAdjacentISVsInsideTest.java30 private ListView mLeftListView; field in AdjacentListsWithAdjacentISVsInsideTest
45 mLeftListView = a.getLeftListView(); in setUp()
55 assertTrue(mLeftListView.hasFocus()); in testPreconditions()
69 assertTrue(mLeftListView.hasFocus()); in testFocusedRectAndFocusHintWorkWithinListItemHorizontal()
83 assertTrue(mLeftListView.hasFocus()); in testFocusTransfersOutsideOfListWhenNoCandidateInsideHorizontal()