Searched refs:onSizeChanged (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | SurfaceViewCtsActivity.java | 151 public void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() method in SurfaceViewCtsActivity.MockSurfaceView 152 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
|
D | MockView.java | 326 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() method in MockView 327 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ImageViewTest.java | 488 verify(mockImageView, never()).onSizeChanged(anyInt(), anyInt(), anyInt(), anyInt()); in testSetFrame() 495 verify(mockImageView, times(1)).onSizeChanged(95, 190, 0, 0); in testSetFrame() 500 verify(mockImageView, times(1)).onSizeChanged(anyInt(), anyInt(), anyInt(), anyInt()); in testSetFrame() 673 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() method in ImageViewTest.MockImageView 674 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MotionIndicatorView.java | 180 protected void onSizeChanged (int w, int h, int oldw, int oldh) { in onSizeChanged() method in MotionIndicatorView
|