HomeSort by relevance Sort by last modified time
    Searched refs:mMidSkinny1Left (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java 40 private Button mMidSkinny1Left;
72 mMidSkinny1Left = getActivity().getMidSkinny1Left();
82 assertNotNull(mMidSkinny1Left);
98 mMidSkinny1Left,
105 mFocusFinder.findNextFocus(mLayout, mMidSkinny1Left, View.FOCUS_LEFT));
107 assertEquals("going right from mMidSkinny1Left should go to mMidSkinny2Right",
109 mFocusFinder.findNextFocus(mLayout, mMidSkinny1Left, View.FOCUS_RIGHT));
111 assertEquals("going up from mMidSkinny1Left should go to mTopWide",
113 mFocusFinder.findNextFocus(mLayout, mMidSkinny1Left, View.FOCUS_UP));
115 assertEquals("going down from mMidSkinny1Left should go to mMidSkinny2Right"
    [all...]
VerticalFocusSearch.java 37 private Button mMidSkinny1Left;
52 return mMidSkinny1Left;
77 mMidSkinny1Left = addSkinny(mLayout, "mid skinny 1(L)", false);

Completed in 44 milliseconds