Searched refs:onSizeChanged (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | SurfaceViewCtsActivity.java | 150 public void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() method in SurfaceViewCtsActivity.MockSurfaceView 151 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ImageViewTest.java | 513 verify(mockImageView, never()).onSizeChanged(anyInt(), anyInt(), anyInt(), anyInt()); in testSetFrame() 520 verify(mockImageView, times(1)).onSizeChanged(95, 190, 0, 0); in testSetFrame() 525 verify(mockImageView, times(1)).onSizeChanged(anyInt(), anyInt(), anyInt(), anyInt()); in testSetFrame() 846 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() method in ImageViewTest.MockImageView 847 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 339 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() method in MockView 340 super.onSizeChanged(w, h, oldw, oldh); in onSizeChanged()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MotionIndicatorView.java | 192 protected void onSizeChanged (int w, int h, int oldw, int oldh) { in onSizeChanged() method in MotionIndicatorView
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 431 name: "onSizeChanged" 4777 name: "onSizeChanged"
|