Home | History | Annotate | Download | only in widget

Lines Matching refs:leftEdge

2240             final boolean leftEdge = mAbsGravity == Gravity.LEFT;
2241 if (leftEdge) {
2249 if (toCapture != null && ((leftEdge && toCapture.getLeft() < childLeft)
2250 || (!leftEdge && toCapture.getLeft() > childLeft))