Home
last modified time | relevance | path

Searched defs:textBounds (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DListDocumentHolder.java159 Rect textBounds = new Rect(); in inDragRegion() local
161 mTitle.getText().toString(), 0, mTitle.getText().length(), textBounds); in inDragRegion() local
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadTextView.java36 private Rect textBounds = new Rect(); field in DialpadTextView
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java107 final Rect textBounds = new Rect(0, 0, 0, 0); in ContactRecipientAutoCompleteView() local