OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDrawableHeightLeft
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
TextView.java
380
int mDrawableWidthTop, mDrawableWidthBottom,
mDrawableHeightLeft
, mDrawableHeightRight,
422
mDrawableHeightLeft
= mDrawableHeightStart;
442
mDrawableHeightLeft
= mDrawableHeightEnd;
451
mDrawableHeightLeft
= mDrawableHeightStart;
493
mDrawableHeightLeft
= mDrawableHeightTemp;
511
mDrawableHeightTemp =
mDrawableHeightLeft
;
515
mDrawableHeightLeft
= mDrawableHeightError;
[
all
...]
Editor.java
570
height = (dr != null ? dr.
mDrawableHeightLeft
: 0);
[
all
...]
Completed in 38 milliseconds