Searched defs:horizontalOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DStackView.java534 if ((lp.horizontalOffset == 0 && lp.verticalOffset == 0) ||
1046 float d = (float) Math.sqrt(Math.pow(viewLp.horizontalOffset, 2) +
1105 child.layout(mPaddingLeft + lp.horizontalOffset, mPaddingTop + lp.verticalOffset,
1106 childRight + lp.horizontalOffset, childBottom + lp.verticalOffset);
1269 int horizontalOffset; field in class:StackView.LayoutParams
1281 horizontalOffset = 0;
1288 horizontalOffset = 0;
1331 setOffsets(horizontalOffset, newVerticalOffset);
1339 int horizontalOffsetDelta = newHorizontalOffset - horizontalOffset;
1340 horizontalOffset
[all...]

Completed in 59 milliseconds