Home
last modified time | relevance | path

Searched refs:setStretchEffect (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h562 Transaction& setStretchEffect(const sp<SurfaceControl>& sc,
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h895 bool setStretchEffect(const StretchEffect& effect);
H A DLayer.cpp1097 bool Layer::setStretchEffect(const StretchEffect& effect) { in setStretchEffect() function in android::Layer
H A DSurfaceFlinger.cpp4189 if (layer->setStretchEffect(s.stretchEffect)) { in setClientStateLocked()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java1508 mRtTransaction.setStretchEffect(mSurfaceControl, width, height, vecX, vecY, in applyStretch()
H A DSurfaceControl.java3138 public Transaction setStretchEffect(SurfaceControl sc, float width, float height, in setStretchEffect() method in SurfaceControl.Transaction
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1703 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setStretchEffect( in setStretchEffect() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp648 transaction->setStretchEffect(ctrl, stretch); in nativeSetStretchEffect()