Home
last modified time | relevance | path

Searched refs:anchorX (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
DPieListView.java42 public void layout(int anchorX, int anchorY, boolean left, float angle, in layout() argument
44 super.layout(anchorX, anchorY, left, angle, pHeight); in layout()
48 mLeft = anchorX + (left ? 0 : - mChildWidth); in layout()
DPieStackView.java60 public void layout(int anchorX, int anchorY, boolean left, float angle, in layout() argument
62 super.layout(anchorX, anchorY, left, angle, pHeight); in layout()
66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth)); in layout()
DBasePieView.java112 public void layout(int anchorX, int anchorY, boolean left, float angle, in layout() argument
115 mListener.onLayout(anchorX, anchorY, left); in layout()
DPieMenu.java71 public void layout(int anchorX, int anchorY, boolean onleft, float angle, in layout() argument