Home
last modified time | relevance | path

Searched defs:expectedOffset (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigurationCallbacksTest.java260 private void waitAndAssertDimensionsOffsetInCallbacks(int expectedOffset) { in waitAndAssertDimensionsOffsetInCallbacks()
282 private void waitAndAssertDisplayOffsetInCallbacks(int expectedOffset) { in waitAndAssertDisplayOffsetInCallbacks()
432 void waitAndAssertDimensionsOffset(int expectedOffset, long startTime) { in waitAndAssertDimensionsOffset()
478 void waitAndAssertDisplayOffset(int expectedOffset, long startTime) { in waitAndAssertDisplayOffset()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java1629 final int expectedOffset = 3; in performInsertModeGesture_appendText() local
1655 final int expectedOffset = 3; in performInsertModeGesture_appendText_singleLine() local
1681 final int expectedOffset = 3; in performInsertModeGesture_exitAfterLostFocus() local
1697 final int expectedOffset = 3; in performInsertModeGesture_exitAfterSetText() local
1711 int expectedOffset = 3; in performInsertModeGesture_setTransformationMethod() local
1743 int expectedOffset = 3; in performInsertModeGesture_setTransformationMethod_singleLine() local
DEditTextTest.java518 private static void assertCursorPosition(TextView textView, int expectedOffset) { in assertCursorPosition()