Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h560 Transaction& setStretchEffect(const sp<SurfaceControl>& sc,
/frameworks/native/services/surfaceflinger/
DLayer.h884 bool setStretchEffect(const StretchEffect& effect);
DLayer.cpp1091 bool Layer::setStretchEffect(const StretchEffect& effect) { in setStretchEffect() function in android::Layer
DSurfaceFlinger.cpp4182 if (layer->setStretchEffect(s.stretchEffect)) { in setClientStateLocked()
/frameworks/base/core/java/android/view/
DSurfaceView.java1523 mRtTransaction.setStretchEffect(mSurfaceControl, width, height, vecX, vecY, in applyStretch()
DSurfaceControl.java3043 public Transaction setStretchEffect(SurfaceControl sc, float width, float height, in setStretchEffect() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1678 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setStretchEffect( in setStretchEffect() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp646 transaction->setStretchEffect(ctrl, stretch); in nativeSetStretchEffect()