Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPositionListenerActivity.java153 float childRelativeTop, float childRelativeRight, float childRelativeBottom) { in applyStretch() argument
162 childRelativeBottom); in applyStretch()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java286 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/
DSurfaceControl.java150 float childRelativeTop, float childRelativeRight, float childRelativeBottom); in nativeSetStretchEffect() argument
3046 float childRelativeBottom) { in setStretchEffect() argument
3050 childRelativeRight, childRelativeBottom); in setStretchEffect()
DSurfaceView.java1522 float childRelativeBottom) { in applyStretch() argument
1525 childRelativeRight, childRelativeBottom); in applyStretch()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp633 jfloat childRelativeRight, jfloat childRelativeBottom) { in nativeSetStretchEffect() argument
644 childRelativeLeft, childRelativeTop, childRelativeRight, childRelativeBottom) in nativeSetStretchEffect()