Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DFatActivityTest.java59 private ViewNode mRoot; field in FatActivityTest
84 mRoot = findNodeByResourceId(fillRequest.structure, ID_ROOT);
97 assertThat(getNumberNodes(mRoot)).isEqualTo(8);
120 assertThat(findNodeByResourceId(mRoot,
122 assertThat(findNodeByResourceId(mRoot,
124 assertThat(findNodeByResourceId(mRoot,
130 assertThat(findNodeByResourceId(mRoot,
132 assertThat(findNodeByResourceId(mRoot,
136 assertThat(findNodeByResourceId(mRoot,
140 assertThat(findNodeByResourceId(mRoot,
[all …]
DFatActivity.java70 private LinearLayout mRoot; field in FatActivity
96 mRoot = findViewById(R.id.root); in onCreate()
127 assertThat(mRoot.getImportantForAutofill()).isEqualTo(IMPORTANT_FOR_AUTOFILL_AUTO); in onCreate()
/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()