Home
last modified time | relevance | path

Searched defs:topView (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java354 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top); in testLayoutHorizontal() local
545 TextView topView = (TextView) parent.findViewById(R.id.weight_0_1); in testHorizontalCenterGravityOnVerticalLayout() local
593 TextView topView = (TextView) parent.findViewById(R.id.weight_0_1); in testRightGravityOnVerticalLayout() local
/cts/tests/tests/security/src/android/security/cts/
DFlagSlipperyTest.kt204 val topView = addWindow(slipperyWhenAdded) in testWindowIsNotSlippery() constant