Searched refs:setStretchEffect (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 560 Transaction& setStretchEffect(const sp<SurfaceControl>& sc,
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 884 bool setStretchEffect(const StretchEffect& effect);
|
D | Layer.cpp | 1091 bool Layer::setStretchEffect(const StretchEffect& effect) { in setStretchEffect() function in android::Layer
|
D | SurfaceFlinger.cpp | 4182 if (layer->setStretchEffect(s.stretchEffect)) { in setClientStateLocked()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1523 mRtTransaction.setStretchEffect(mSurfaceControl, width, height, vecX, vecY, in applyStretch()
|
D | SurfaceControl.java | 3043 public Transaction setStretchEffect(SurfaceControl sc, float width, float height, in setStretchEffect() method in SurfaceControl.Transaction
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 1678 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setStretchEffect( in setStretchEffect() function in android::SurfaceComposerClient::Transaction
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 646 transaction->setStretchEffect(ctrl, stretch); in nativeSetStretchEffect()
|