Searched refs:anchorX (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Browser/src/com/android/browser/view/ |
D | PieListView.java | 42 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()
|
D | PieStackView.java | 60 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()
|
D | BasePieView.java | 112 public void layout(int anchorX, int anchorY, boolean left, float angle, in layout() argument 115 mListener.onLayout(anchorX, anchorY, left); in layout()
|
D | PieMenu.java | 71 public void layout(int anchorX, int anchorY, boolean onleft, float angle, in layout() argument
|