Home
last modified time | relevance | path

Searched refs:mRoot (Results 1 – 9 of 9) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DFatActivityTest.java62 private ViewNode mRoot; field in FatActivityTest
87 mRoot = findNodeByResourceId(fillRequest.structure, ID_ROOT);
100 assertThat(getNumberNodes(mRoot)).isEqualTo(8);
123 assertThat(findNodeByResourceId(mRoot,
125 assertThat(findNodeByResourceId(mRoot,
127 assertThat(findNodeByResourceId(mRoot,
133 assertThat(findNodeByResourceId(mRoot,
135 assertThat(findNodeByResourceId(mRoot,
139 assertThat(findNodeByResourceId(mRoot,
143 assertThat(findNodeByResourceId(mRoot,
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationCallbackTests.java57 private ViewGroup mRoot; field in WindowInsetsAnimationCallbackTests
68 mRoot = new FrameLayout(mContext); in setUp()
72 mRoot.addView(mBlocking); in setUp()
73 mRoot.addView(mSibling); in setUp()
81 mRoot.setWindowInsetsAnimationCallback(mRootCallback); in setUp()
89 mRoot.dispatchWindowInsetsAnimationPrepare(ANIMATION); in dispatchWindowInsetsAnimationPrepare()
98 mRoot.dispatchWindowInsetsAnimationStart(ANIMATION, BOUNDS); in dispatchWindowInsetsAnimationStart()
111 mRoot.dispatchWindowInsetsAnimationProgress(INSETS, RUNNING); in dispatchWindowInsetsAnimationProgress()
124 mRoot.dispatchWindowInsetsAnimationEnd(ANIMATION); in dispatchWindowInsetsAnimationEnd()
/cts/tests/tests/widget/src/android/widget/cts/
DBackwardNavigationTest.java49 private View mRoot; field in BackwardNavigationTest
61 mRoot = mActivity.findViewById(R.id.root); in setUp()
62 View orderedButtons = mRoot.findViewById(R.id.ordered_buttons); in setUp()
75 CtsKeyEventUtil.sendKeyDownUp(mInstrumentation, mRoot, KeyEvent.KEYCODE_TAB); in testBackwardNavigation()
81 CtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mRoot, in testBackwardNavigation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java28 private View mRoot; field in BubbleActivity
42 mRoot.getViewTreeObserver().removeOnGlobalLayoutListener(this);
50 mRoot = findViewById(R.id.layout_root); in onCreate()
74 ViewTreeObserver observer = mRoot.getViewTreeObserver(); in setUpTestForExtras()
84 if (mRoot.getHeight() < minHeight) { in checkHeight()
86 + mRoot.getHeight() + " vs desired minimum height:" + minHeight); in checkHeight()
/cts/tests/tests/view/src/android/view/cts/
DViewAnimationMatrixActivity.java25 View mRoot; field in ViewAnimationMatrixActivity
32 mRoot = findViewById(R.id.root); in onCreate()
DViewAnimationMatrixTest.java69 final View root = activity.mRoot; in testAnimationMatrixAppliedDuringDrawing()
85 final View root = activity.mRoot; in testAnimationMatrixClearedWithPassingNull()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DFatActivity.java72 private LinearLayout mRoot; field in FatActivity
98 mRoot = findViewById(R.id.root); in onCreate()
129 assertThat(mRoot.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in onCreate()
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DAccessibilityDumper.java79 private File mRoot; field in AccessibilityDumper
94 mRoot = getDumpRoot(getContext().getPackageName()); in AccessibilityDumper()
150 BitmapUtils.saveBitmap(screenshot, mRoot.toString(), filename); in dumpScreen()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java132 private RootWindowContainer mRoot = null; field in WindowManagerState
406 mRoot = new RootWindowContainer(root); in parseSysDumpProto()
407 collectDescendantsOfType(DisplayContent.class, mRoot, mDisplays); in parseSysDumpProto()
426 collectDescendantsOfType(WindowState.class, mRoot, mWindowStates); in parseSysDumpProto()
435 mRoot = null; in reset()