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
322
int mDrawableWidthTop, mDrawableWidthBottom,
mDrawableHeightLeft
, mDrawableHeightRight,
346
mDrawableHeightLeft
= mDrawableHeightStart;
366
mDrawableHeightLeft
= mDrawableHeightEnd;
375
mDrawableHeightLeft
= mDrawableHeightStart;
429
mDrawableHeightLeft
= mDrawableHeightTemp;
447
mDrawableHeightTemp =
mDrawableHeightLeft
;
451
mDrawableHeightLeft
= mDrawableHeightError;
[
all
...]
Editor.java
405
height = (dr != null ? dr.
mDrawableHeightLeft
: 0);
[
all
...]
Completed in 28 milliseconds