Searched defs:textBounds (Results 1 – 3 of 3) sorted by relevance
159 Rect textBounds = new Rect(); in inDragRegion() local161 mTitle.getText().toString(), 0, mTitle.getText().length(), textBounds); in inDragRegion() local
36 private Rect textBounds = new Rect(); field in DialpadTextView
107 final Rect textBounds = new Rect(0, 0, 0, 0); in ContactRecipientAutoCompleteView() local