Home | History | Annotate | Download | only in widget

Lines Matching refs:getLeft

444         return view.getLeft() + view.getWidth() / 2;
474 if (child.getLeft() <= galleryRight) {
539 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) {
550 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) {
556 int childClosestEdgeDistance = Math.min(Math.abs(child.getLeft() - galleryCenter),
658 curRightEdge = prevIterationView.getLeft() - itemSpacing;
674 curRightEdge = prevIterationView.getLeft() - itemSpacing;
733 int childLeft = child.getLeft();