Searched refs:setStretchEffect (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | SurfaceComposerClient.h | 562 Transaction& setStretchEffect(const sp<SurfaceControl>& sc,
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Layer.h | 895 bool setStretchEffect(const StretchEffect& effect);
|
H A D | Layer.cpp | 1097 bool Layer::setStretchEffect(const StretchEffect& effect) { in setStretchEffect() function in android::Layer
|
H A D | SurfaceFlinger.cpp | 4189 if (layer->setStretchEffect(s.stretchEffect)) { in setClientStateLocked()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceView.java | 1508 mRtTransaction.setStretchEffect(mSurfaceControl, width, height, vecX, vecY, in applyStretch()
|
H A D | SurfaceControl.java | 3138 public Transaction setStretchEffect(SurfaceControl sc, float width, float height, in setStretchEffect() method in SurfaceControl.Transaction
|
/aosp12/frameworks/native/libs/gui/ |
H A D | SurfaceComposerClient.cpp | 1703 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setStretchEffect( in setStretchEffect() function in android::SurfaceComposerClient::Transaction
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 648 transaction->setStretchEffect(ctrl, stretch); in nativeSetStretchEffect()
|