HomeSort by relevance Sort by last modified time
    Searched defs:mBackgroundDrawable (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSize.java 42 private Drawable mBackgroundDrawable;
58 mBackgroundDrawable = getResources().getDrawable(R.drawable.drawable_background);
70 changeBackgrounds(mBackgroundDrawable);
83 changeBackgrounds(mBackgroundDrawable);
DrawableBgMinSizeTest.java 42 private Drawable mBackgroundDrawable;
62 mBackgroundDrawable = a.getResources().getDrawable(R.drawable.drawable_background);
74 assertNotNull(mBackgroundDrawable);
85 view.getWidth() >= mBackgroundDrawable.getMinimumWidth());
87 view.getHeight() >= mBackgroundDrawable.getMinimumHeight());
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java 67 private FilmstripBackground mBackgroundDrawable;
110 mBackgroundDrawable.invalidateSelf();
144 mBackgroundDrawable = new FilmstripBackground();
145 mBackgroundDrawable.setCallback(new Drawable.Callback() {
161 setBackground(mBackgroundDrawable);
346 mBackgroundDrawable.setOffset(0);
359 mBackgroundDrawable.setOffset(currentItemLeft);
377 mBackgroundDrawable.invalidateSelf();
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsBackgroundVideoHelper.java 58 private Drawable mBackgroundDrawable;
79 this.mBackgroundDrawable = backgroundDrawable;
81 mBackgroundDrawable.setAlpha(255);
180 if (mBackgroundDrawable != null) {
181 mBackgroundDrawable.setAlpha(crossFadeToVideo ? 0 : 255);
196 if (mBackgroundDrawable == null) {
200 mBackgroundDrawable.setAlpha(crossFadeToVideo ? 0 : 255);
208 mBackgroundDrawable.setAlpha(
ErrorFragment.java 49 private Drawable mBackgroundDrawable;
58 mBackgroundDrawable = null;
77 mBackgroundDrawable = drawable;
91 return mBackgroundDrawable;
195 if (mBackgroundDrawable != null) {
196 mErrorFrame.setBackground(mBackgroundDrawable);
ErrorSupportFragment.java 44 private Drawable mBackgroundDrawable;
53 mBackgroundDrawable = null;
72 mBackgroundDrawable = drawable;
86 return mBackgroundDrawable;
190 if (mBackgroundDrawable != null) {
191 mErrorFrame.setBackground(mBackgroundDrawable);
DetailsFragment.java 333 Drawable mBackgroundDrawable;
449 mBackgroundView.setBackground(mBackgroundDrawable);
    [all...]
DetailsSupportFragment.java 328 Drawable mBackgroundDrawable;
444 mBackgroundView.setBackground(mBackgroundDrawable);
    [all...]
BackgroundManager.java 105 Drawable mBackgroundDrawable;
645 mBackgroundDrawable = drawable == null ? null :
734 mBackgroundDrawable = null;
807 if (mBackgroundDrawable == null) {
811 if (DEBUG) Log.v(TAG, "Background drawable is available " + mBackgroundDrawable);
812 mLayerDrawable.updateDrawable(R.id.background_imagein, mBackgroundDrawable);
826 mBackgroundDrawable = null;
843 mBackgroundDrawable = drawable;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
AdaptiveIconDrawableTest.java 32 private Drawable mBackgroundDrawable;
43 mBackgroundDrawable = new ColorDrawable(Color.BLUE);
45 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable);
115 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable);
144 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable);
167 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable);
176 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMenuActivity.java 112 private Drawable mBackgroundDrawable;
127 mBackgroundDrawable.setAlpha((int) (MENU_BACKGROUND_ALPHA*alpha*255));
200 mBackgroundDrawable = new ColorDrawable(Color.BLACK);
201 mBackgroundDrawable.setAlpha(0);
203 mViewRoot.setBackground(mBackgroundDrawable);
564 mBackgroundDrawable.setAlpha(alpha);
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 223 private Drawable mBackgroundDrawable;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 444 milliseconds