Searched refs:oldLeft (Results 1 – 7 of 7) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 92 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()
|
D | MockIme.java | 1014 mLayoutListener = (View v, int left, int top, int right, int bottom, int oldLeft, in KeyboardLayoutView() 1018 v, left, top, right, bottom, oldLeft, oldTop, oldRight, in KeyboardLayoutView()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
D | TestGetWindowLayoutInfoActivity.java | 68 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() argument 70 super.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom); in onLayoutChange()
|
D | TestActivity.java | 49 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() argument
|
/cts/tests/tests/gameservice/src/android/service/games/ |
D | TestGameSessionService.java | 156 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowMetricsTestHelper.java | 208 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MockTvInputService.java | 328 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onCreateOverlayView()
|