Searched refs:applyStretch (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 298 default void applyStretch(long frameNumber, float width, float height, in applyStretch() method 314 listener.applyStretch(frameNumber, width, height, vecX, vecY, maxStretchX, in callApplyStretch() 381 public void applyStretch(long frameNumber, float width, float height, in applyStretch() method in RenderNode.CompositePositionUpdateListener 385 pul.applyStretch(frameNumber, width, height, vecX, vecY, maxStretchX, in applyStretch()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PositionListenerActivity.java | 150 public void applyStretch(long frameNumber, float width, float height, in applyStretch() method in PositionListenerActivity.MyPositionReporter
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1366 public void applyStretch(long frameNumber, float width, float height, in applyStretch() method in SurfaceView.SurfaceViewPositionUpdateListener
|