Home
last modified time | relevance | path

Searched refs:createOffsetEffect (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderEffect.java48 public static RenderEffect createOffsetEffect(float offsetX, float offsetY) { in createOffsetEffect() method in RenderEffect
59 public static RenderEffect createOffsetEffect( in createOffsetEffect() method in RenderEffect
/aosp12/frameworks/base/libs/hwui/jni/
H A DRenderEffect.cpp26 static jlong createOffsetEffect( in createOffsetEffect() function
140 {"nativeCreateOffsetEffect", "(FFJ)J", (void*)createOffsetEffect},
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt16139 method @NonNull public static android.graphics.RenderEffect createOffsetEffect(float, float);
16140 …method @NonNull public static android.graphics.RenderEffect createOffsetEffect(float, float, @NonN…