Searched refs:applyStretch (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 327 default void applyStretch(long frameNumber, float width, float height, in applyStretch() method 343 listener.applyStretch(frameNumber, width, height, vecX, vecY, maxStretchX, in callApplyStretch() 419 public void applyStretch(long frameNumber, float width, float height, in applyStretch() method in RenderNode.CompositePositionUpdateListener 423 pul.applyStretch(frameNumber, width, height, vecX, vecY, maxStretchX, in applyStretch()
|
/frameworks/base/tests/graphics/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 | 1647 public void applyStretch(long frameNumber, float width, float height, in applyStretch() method in SurfaceView.SurfaceViewPositionUpdateListener
|