Searched refs:mLayout (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | FocusFinderTest.java | 45 private ViewGroup mLayout; field in FocusFinderTest 60 mLayout = activity.layout; in setup() 99 mLayout.setFocusableInTouchMode(true); in testFindNextFocus() 100 verifyNextFocus(mLayout, View.FOCUS_FORWARD, mTopLeft); in testFindNextFocus() 105 View actualNextFocus = mFocusFinder.findNextFocus(mLayout, currentFocus, direction); in verifyNextFocus() 146 View actualNextFocus = mFocusFinder.findNextFocusFromRect(mLayout, rect, direction); in verifytNextFocusFromRect() 168 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas); in testFindNearestTouchable() 177 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_LEFT, deltas); in testFindNearestTouchable() 186 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_RIGHT, deltas); in testFindNearestTouchable() 195 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_UP, deltas); in testFindNearestTouchable() [all …]
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 7933 private Layout mLayout; field in TextViewTest.TestLayoutRunnable 7940 return mLayout; in getLayout() 7944 mLayout = mTextView.getLayout(); in saveLayout()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 14666 private int mLayout 75919 private java.lang.ref.WeakReference mLayout 76799 android.text.Layout mLayout 86472 final android.view.WindowManager$LayoutParams mLayout 93145 private android.text.Layout mLayout 141857 private android.view.ViewGroup mLayout
|