OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChildWidth
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Browser/src/com/android/browser/view/
PieListView.java
46
mWidth =
mChildWidth
;
48
mLeft = anchorX + (left ? 0 : -
mChildWidth
);
62
view.layout(mLeft, top, mLeft +
mChildWidth
, top + mChildHeight);
PieStackView.java
64
mWidth =
mChildWidth
;
66
mLeft = anchorX + (left ? SLOP : -(SLOP +
mChildWidth
));
79
view.layout(x, top, x +
mChildWidth
, top + mChildHeight);
BasePieView.java
39
protected int
mChildWidth
;
94
mChildWidth
= 0;
100
mChildWidth
= Math.max(
mChildWidth
, view.getMeasuredWidth());
Completed in 33 milliseconds