HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundDrawable (Results 1 - 9 of 9) 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());
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 108 private Drawable mBackgroundDrawable;
439 + mBackgroundColor + " drawable " + mBackgroundDrawable);
441 mService.setDrawable(mBackgroundDrawable);
453 mBackgroundDrawable = drawable == null ? null :
572 mBackgroundDrawable = null;
587 if (mBackgroundDrawable == null) {
591 mImageInWrapper = new DrawableWrapper(mBackgroundDrawable);
592 mLayerDrawable.setDrawableByLayerId(R.id.background_imagein, mBackgroundDrawable);
704 if (DEBUG) Log.v(TAG, "applyBackgroundChanges drawable " + mBackgroundDrawable);
715 if (mImageInWrapper == null && mBackgroundDrawable != null)
    [all...]
ErrorFragment.java 50 private Drawable mBackgroundDrawable;
93 mBackgroundDrawable = null;
112 mBackgroundDrawable = drawable;
126 return mBackgroundDrawable;
231 if (mBackgroundDrawable != null) {
232 mErrorFrame.setBackground(mBackgroundDrawable);
ErrorSupportFragment.java 52 private Drawable mBackgroundDrawable;
95 mBackgroundDrawable = null;
114 mBackgroundDrawable = drawable;
128 return mBackgroundDrawable;
233 if (mBackgroundDrawable != null) {
234 mErrorFrame.setBackground(mBackgroundDrawable);
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java 58 private MyBackgroundDrawable mBackgroundDrawable;
101 mBackgroundDrawable.invalidateSelf();
127 mBackgroundDrawable = new MyBackgroundDrawable();
128 mBackgroundDrawable.setCallback(new Drawable.Callback() {
144 setBackground(mBackgroundDrawable);
329 mBackgroundDrawable.setOffset(0);
342 mBackgroundDrawable.setOffset(currentItemLeft);
360 mBackgroundDrawable.invalidateSelf();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java 68 private Drawable mBackgroundDrawable;
116 mBackgroundDrawable = res.getDrawable(R.drawable.kg_widget_bg_padded);
228 Drawable bg = mBackgroundDrawable;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 220 private Drawable mBackgroundDrawable;
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 238 milliseconds