Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityInteractionControllerNodeRequestsTest.java99 private TestFrameLayout mRootFrameLayout;
100 private TestFrameLayout mChildFrameLayout;
128 mChildFrameLayout = new TestFrameLayout(context, 3, in setUp()
130 mRootFrameLayout = new TestFrameLayout(context, 0, ROOT_FRAME_LAYOUT_DESCRIPTION, in setUp()
850 private class TestFrameLayout extends FrameLayout { class in AccessibilityInteractionControllerNodeRequestsTest
855 TestFrameLayout(Context context, int a11yId, String contentDescription, in TestFrameLayout() method in AccessibilityInteractionControllerNodeRequestsTest.TestFrameLayout