OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textfieldwidth
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java
115
float
textFieldWidth
= getWidth();
118
textFieldWidth
-= (2F * ellipsisWidth); // assume we'll need one on both ends
121
if (searchStringWidth >
textFieldWidth
) {
148
if (tp.measureText(candidate) >
textFieldWidth
) {
Completed in 68 milliseconds