Searched defs:mSelectionHotspot (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDocumentHolder.java49 private View mSelectionHotspot; field in class:DocumentHolder
66 mSelectionHotspot = itemView.findViewById(R.id.icon_check);
143 mSelectionHotspot.getLocationOnScreen(coords);
144 Rect rect = new Rect(coords[0], coords[1], coords[0] + mSelectionHotspot.getWidth(),
145 coords[1] + mSelectionHotspot.getHeight());

Completed in 296 milliseconds