Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java163 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()
DMockIme.java434 mLayoutListener = (View v, int left, int top, int right, int bottom, int oldLeft, in KeyboardLayoutView()
438 v, left, top, right, bottom, oldLeft, oldTop, oldRight, in KeyboardLayoutView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputService.java328 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onCreateOverlayView()