Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java92 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in fromLayoutListenerCallback() argument
94 final Rect oldLayout = new Rect(oldLeft, oldTop, oldRight, oldBottom); in fromLayoutListenerCallback()
DMockIme.java1015 int oldTop, int oldRight, int oldBottom) -> in KeyboardLayoutView()
1019 oldBottom)); in KeyboardLayoutView()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestGetWindowLayoutInfoActivity.java69 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
70 super.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom); in onLayoutChange()
DTestActivity.java50 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/cts/tests/tests/gameservice/src/android/service/games/
DTestGameSessionService.java156 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowMetricsTestHelper.java209 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputService.java328 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onCreateOverlayView()