Searched refs:maxStretchY (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 300 float maxStretchX, float maxStretchY, float childRelativeLeft, in applyStretch() argument 310 float maxStretchX, float maxStretchY, float childRelativeLeft, in callApplyStretch() argument 315 maxStretchY, childRelativeLeft, childRelativeTop, childRelativeRight, in callApplyStretch() 382 … float vecX, float vecY, float maxStretchX, float maxStretchY, float childRelativeLeft, in applyStretch() argument 386 maxStretchY, childRelativeLeft, childRelativeTop, childRelativeRight, in applyStretch() 1759 float maxStretchX, float maxStretchY); in nStretch() argument
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PositionListenerActivity.java | 152 float maxStretchX, float maxStretchY, float childRelativeLeft, in applyStretch() argument 160 mStretchMaxY = maxStretchY; in applyStretch()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 1367 float vecX, float vecY, float maxStretchX, float maxStretchY, in applyStretch() argument 1371 maxStretchX, maxStretchY, childRelativeLeft, childRelativeTop, in applyStretch()
|