Home
last modified time | relevance | path

Searched refs:onLayoutChange (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestGetWindowLayoutInfoActivity.java70 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() method in TestGetWindowLayoutInfoActivity
72 super.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom); in onLayoutChange()
DTestActivity.java66 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() method in TestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowMetricsTestHelper.java172 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() method in WindowMetricsTestHelper.OnLayoutChangeListener
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputService.java327 public void onLayoutChange(View v, int left, int top, int right, int bottom, in onCreateOverlayView()