Searched refs:childRelativeRight (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | PositionListenerActivity.java | 153 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in applyStretch() argument 161 mMappedBounds.set(childRelativeLeft, childRelativeTop, childRelativeRight, in applyStretch()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RenderNode.java | 301 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { } in applyStretch() argument 311 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in callApplyStretch() argument 315 maxStretchY, childRelativeLeft, childRelativeTop, childRelativeRight, in callApplyStretch() 383 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in applyStretch() argument 386 maxStretchY, childRelativeLeft, childRelativeTop, childRelativeRight, in applyStretch()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceView.java | 1501 float childRelativeLeft, float childRelativeTop, float childRelativeRight, in applyStretch() argument 1505 childRelativeRight, childRelativeBottom); in applyStretch()
|
H A D | SurfaceControl.java | 172 float childRelativeTop, float childRelativeRight, float childRelativeBottom); in nativeSetStretchEffect() argument 3231 …float maxStretchAmountY, float childRelativeLeft, float childRelativeTop, float childRelativeRight, in setStretchEffect() argument 3236 childRelativeRight, childRelativeBottom); in setStretchEffect()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 708 jfloat childRelativeRight, jfloat childRelativeBottom) { in nativeSetStretchEffect() argument 719 childRelativeLeft, childRelativeTop, childRelativeRight, childRelativeBottom) in nativeSetStretchEffect()
|