Lines Matching defs:get

52         return tlFocusFinder.get();
310 return focusables.get(count - 1);
348 View focusable = focusables.get(i);
353 // get focus bounds of other view in same coordinate system
369 return focusables.get(position + 1);
373 return focusables.get(0);
382 return focusables.get(position - 1);
386 return focusables.get(count - 1);
400 return clusters.get(0);
406 return clusters.get(position + 1);
423 return clusters.get(count - 1);
429 return clusters.get(position - 1);
688 int edgeSlop = ViewConfiguration.get(root.mContext).getScaledEdgeSlop();
694 View touchable = touchables.get(i);
696 // get visible bounds of other view in same coordinate system
784 Rect firstRect = mRectByView.get(first);
785 Rect secondRect = mRectByView.get(second);
799 Rect firstRect = mRectByView.get(first);
800 Rect secondRect = mRectByView.get(second);
822 Rect next = mRectPool.get(mLastPoolRect++);
831 int sweepBottom = mRectByView.get(views[start]).bottom;
835 Rect currRect = mRectByView.get(views[sweepIdx]);
881 View get(View root, View view);
899 mOriginalOrdinal.put(focusables.get(i), i);
903 final View view = focusables.get(i);
904 final View next = mNextFocusGetter.get(mRoot, view);
912 final View view = focusables.get(i);
913 final View next = mNextFoci.get(view);
921 for (View view = head; view != null; view = mNextFoci.get(view)) {
922 final View otherHead = mHeadsOfChains.get(view);
942 View firstHead = mHeadsOfChains.get(first);
943 View secondHead = mHeadsOfChains.get(second);
949 } else if (mNextFoci.get(first) != null) {
967 return mOriginalOrdinal.get(first) < mOriginalOrdinal.get(second) ? -1 : 1;