HomeSort by relevance Sort by last modified time
    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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 75 private int mDrawableBottom;
159 return mDrawableBottom;
270 mDrawableBottom = 0xFF880088;

Completed in 154 milliseconds