Searched refs:setEdgeExtensionEffect (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationAdapter.java | 154 t.setEdgeExtensionEffect(mLeash, mAnimation.getExtensionEdges()); in onAnimationUpdateInner() 192 t.setEdgeExtensionEffect(mLeash, /* edge */ 0); in onAnimationEnd()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerSnapshotTest.cpp | 1931 setEdgeExtensionEffect(12, LEFT); in TEST_F() 1938 setEdgeExtensionEffect(12, RIGHT); in TEST_F() 1945 setEdgeExtensionEffect(12, TOP); in TEST_F() 1952 setEdgeExtensionEffect(12, BOTTOM); in TEST_F() 1972 setEdgeExtensionEffect(12, LEFT); in TEST_F() 1992 setEdgeExtensionEffect(12, RIGHT); in TEST_F() 2011 setEdgeExtensionEffect(12, TOP); in TEST_F() 2031 setEdgeExtensionEffect(12, BOTTOM); in TEST_F() 2051 setEdgeExtensionEffect(12, LEFT | RIGHT | TOP | BOTTOM); in TEST_F()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | DefaultTransitionHandler.java | 563 startTransaction.setEdgeExtensionEffect( in startAnimation() 565 finishTransaction.setEdgeExtensionEffect(change.getLeash(), /* edge */ 0); in startAnimation()
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 746 Transaction& setEdgeExtensionEffect(const sp<SurfaceControl>& sc,
|
/frameworks/native/services/surfaceflinger/tests/common/ |
D | LayerLifecycleManagerHelper.h | 552 void setEdgeExtensionEffect(uint32_t id, int edge) { in setEdgeExtensionEffect() function
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 3806 public Transaction setEdgeExtensionEffect(SurfaceControl sc, int edge) { in setEdgeExtensionEffect() method in SurfaceControl.Transaction
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 2177 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setEdgeExtensionEffect( in setEdgeExtensionEffect() function in android::SurfaceComposerClient::Transaction
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 917 transaction->setEdgeExtensionEffect(ctrl, effect); in nativeSetEdgeExtensionEffect()
|