OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDrawableBottom
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java
57
private Drawable
mDrawableBottom
;
67
mDrawableBottom
= null;
93
if (
mDrawableBottom
!= null) {
94
mDrawableBottom
.setAlpha(alphaMulitplied);
112
mDrawableBottom
= drawable;
114
mDrawableBottom
.setAlpha((int)(255 * mAlpha));
124
if (
mDrawableBottom
!= null) {
125
mDrawableBottom
.setBounds(getPaddingLeft(), getHeight() - getPaddingBottom(),
127
+
mDrawableBottom
.getIntrinsicHeight());
128
mDrawableBottom
.draw(canvas)
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
319
Drawable mDrawableTop,
mDrawableBottom
, mDrawableLeft, mDrawableRight,
405
if (
mDrawableBottom
!= null) {
406
mDrawableBottom
.setLayoutDirection(layoutDirection);
[
all
...]
Completed in 82 milliseconds