Home
last modified time | relevance | path

Searched refs:mBackgroundDrawable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java67 private FilmstripBackground mBackgroundDrawable; field in FilmstripLayout
110 mBackgroundDrawable.invalidateSelf();
144 mBackgroundDrawable = new FilmstripBackground(); in init()
145 mBackgroundDrawable.setCallback(new Drawable.Callback() { in init()
161 setBackground(mBackgroundDrawable); in init()
346 mBackgroundDrawable.setOffset(0); in onScroll()
359 mBackgroundDrawable.setOffset(currentItemLeft); in onScroll()
377 mBackgroundDrawable.invalidateSelf(); in onScroll()
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java217 private ColorDrawable mBackgroundDrawable; field in EmergencyDialer
296 mBackgroundDrawable = new ColorDrawable(); in onCreate()
300 mBackgroundDrawable.setAlpha(mShortcutViewConfig.isEnabled() in onCreate()
302 getWindow().setBackgroundDrawable(mBackgroundDrawable); in onCreate()
615 mBackgroundDrawable.setColor(Color.BLACK); in onStart()
625 mBackgroundDrawable.setColor(getPrimaryColor(wallpaperColors)); in onStart()
687 if (mBackgroundDrawable != null) { in updateTheme()
902 mBackgroundDrawable.setColor(getPrimaryColor(colors)); in onColorsChanged()