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 | 286 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { } in applyStretch() argument 333 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in applyStretch() argument 337 childRelativeBottom); in applyStretch()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 150 float childRelativeTop, float childRelativeRight, float childRelativeBottom); in nativeSetStretchEffect() argument 3046 float childRelativeBottom) { in setStretchEffect() argument 3050 childRelativeRight, childRelativeBottom); in setStretchEffect()
|
D | SurfaceView.java | 1522 float childRelativeBottom) { in applyStretch() argument 1525 childRelativeRight, childRelativeBottom); in applyStretch()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 633 jfloat childRelativeRight, jfloat childRelativeBottom) { in nativeSetStretchEffect() argument 644 childRelativeLeft, childRelativeTop, childRelativeRight, childRelativeBottom) in nativeSetStretchEffect()
|