Home
last modified time | relevance | path

Searched refs:childRelativeBottom (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPositionListenerActivity.java153 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in applyStretch() argument
162 childRelativeBottom); in applyStretch()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java301 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { } in applyStretch() argument
311 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in callApplyStretch() argument
316 childRelativeBottom); in callApplyStretch()
383 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in applyStretch() argument
387 childRelativeBottom); in applyStretch()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceView.java1502 float childRelativeBottom) { in applyStretch() argument
1505 childRelativeRight, childRelativeBottom); in applyStretch()
H A DSurfaceControl.java172 float childRelativeTop, float childRelativeRight, float childRelativeBottom); in nativeSetStretchEffect() argument
3232 float childRelativeBottom) { in setStretchEffect() argument
3236 childRelativeRight, childRelativeBottom); in setStretchEffect()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp708 jfloat childRelativeRight, jfloat childRelativeBottom) { in nativeSetStretchEffect() argument
719 childRelativeLeft, childRelativeTop, childRelativeRight, childRelativeBottom) in nativeSetStretchEffect()