Searched refs:mScrollChildPosition (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java121 private final Rect mScrollChildPosition = new Rect(); field in class:DragLayer
994 mScrollChildPosition);
1043 left.setBounds(0, mScrollChildPosition.top,
1044 left.getIntrinsicWidth(), mScrollChildPosition.bottom);
1051 mScrollChildPosition.top, width, mScrollChildPosition.bottom);

Completed in 199 milliseconds