OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hintwidth
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
ExceptionTextView.java
53
protected void makeNewLayout(int w, int
hintWidth
,
62
super.makeNewLayout(w,
hintWidth
, boring, hintMetrics, ellipsizedWidth,
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java
468
final int
hintWidth
= width - wordWidth - leftArrowView.getWidth();
469
final float hintScaleX = getTextScaleX(hintText,
hintWidth
, hintView.getPaint());
[
all
...]
Completed in 391 milliseconds