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.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()
/frameworks/base/core/java/android/view/
DSurfaceView.java1369 float childRelativeBottom) { in applyStretch() argument
1372 childRelativeRight, childRelativeBottom); in applyStretch()
DSurfaceControl.java164 float childRelativeTop, float childRelativeRight, float childRelativeBottom); in nativeSetStretchEffect() argument
3302 float childRelativeBottom) { in setStretchEffect() argument
3306 childRelativeRight, childRelativeBottom); in setStretchEffect()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp769 jfloat childRelativeRight, jfloat childRelativeBottom) { in nativeSetStretchEffect() argument
780 childRelativeLeft, childRelativeTop, childRelativeRight, childRelativeBottom) in nativeSetStretchEffect()