Searched refs:childRelativeBottom (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PositionListenerActivity.java | 153 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in applyStretch() argument 162 childRelativeBottom); in applyStretch()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 301 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()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1369 float childRelativeBottom) { in applyStretch() argument 1372 childRelativeRight, childRelativeBottom); in applyStretch()
|
D | SurfaceControl.java | 164 float childRelativeTop, float childRelativeRight, float childRelativeBottom); in nativeSetStretchEffect() argument 3302 float childRelativeBottom) { in setStretchEffect() argument 3306 childRelativeRight, childRelativeBottom); in setStretchEffect()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 769 jfloat childRelativeRight, jfloat childRelativeBottom) { in nativeSetStretchEffect() argument 780 childRelativeLeft, childRelativeTop, childRelativeRight, childRelativeBottom) in nativeSetStretchEffect()
|