Searched refs:oldTop (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 163 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in fromLayoutListenerCallback() argument 165 final Rect oldLayout = new Rect(oldLeft, oldTop, oldRight, oldBottom); in fromLayoutListenerCallback()
|
D | MockIme.java | 435 int oldTop, int oldRight, int oldBottom) -> in KeyboardLayoutView() 438 v, left, top, right, bottom, oldLeft, oldTop, oldRight, in KeyboardLayoutView()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MockTvInputService.java | 328 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onCreateOverlayView()
|