Home
last modified time | relevance | path

Searched refs:mLayout (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java221 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 …]
DFocusFinderTest.java30 private ViewGroup mLayout; field in FocusFinderTest
44 mLayout = getActivity().layout; in setUp()
83 View actualNextFocus = mFocusFinder.findNextFocus(mLayout, currentFocus, direction); in assertNextFocus()
123 View actualNextFocus = mFocusFinder.findNextFocusFromRect(mLayout, rect, direction); in assertNextFocusFromRect()
144 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas); in testFindNearestTouchable()
153 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_LEFT, deltas); in testFindNearestTouchable()
162 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_RIGHT, deltas); in testFindNearestTouchable()
171 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_UP, deltas); in testFindNearestTouchable()
210 View prevFocus1 = mFocusFinder.findNextFocus(mLayout, mBottomLeft, View.FOCUS_BACKWARD); in testFindNextAndPrevFocusAvoidingChain()
211 View prevFocus2 = mFocusFinder.findNextFocus(mLayout, mBottomRight, View.FOCUS_BACKWARD); in testFindNextAndPrevFocusAvoidingChain()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5399 private Layout mLayout; field in TextViewTest.TestLayoutRunnable
5406 return mLayout; in getLayout()
5410 mLayout = mTextView.getLayout(); in saveLayout()
/cts/tools/dex-tools/dex/
Dclasses.out.dex14666 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