Searched refs:mLayout (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | LayoutInflaterTest.java | 221 LinearLayout mLayout; in testInflate() local 222 mLayout = new LinearLayout(mContext); in testInflate() 223 mLayout.setOrientation(LinearLayout.VERTICAL); in testInflate() 224 mLayout.setHorizontalGravity(Gravity.LEFT); in testInflate() 225 mLayout.setLayoutParams(new ViewGroup.LayoutParams( in testInflate() 228 assertEquals(0, mLayout.getChildCount()); in testInflate() 230 mLayout); in testInflate() 232 assertEquals(1, mLayout.getChildCount()); in testInflate() 246 LinearLayout mLayout; in testInflate2() local 247 mLayout = new LinearLayout(mContext); in testInflate2() [all …]
|
D | FocusFinderTest.java | 30 private ViewGroup mLayout; field in FocusFinderTest 44 mLayout = getActivity().layout; in setUp() 79 View actualNextFocus = mFocusFinder.findNextFocus(mLayout, currentFocus, direction); in assertNextFocus() 119 View actualNextFocus = mFocusFinder.findNextFocusFromRect(mLayout, rect, direction); in assertNextFocusFromRect() 140 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas); in testFindNearestTouchable() 149 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_LEFT, deltas); in testFindNearestTouchable() 158 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_RIGHT, deltas); in testFindNearestTouchable() 167 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_UP, deltas); in testFindNearestTouchable()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 4800 private Layout mLayout; field in TextViewTest.TestLayoutRunnable 4807 return mLayout; in getLayout() 4811 mLayout = mTextView.getLayout(); in saveLayout()
|