Searched refs:mBackdropBack (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java578 protected ImageView mBackdropFront, mBackdropBack; field in class:StatusBar
1093 mBackdropBack = (ImageView) mBackdrop.findViewById(R.id.backdrop_back);
2448 artworkDrawable = new BitmapDrawable(mBackdropBack.getResources(), artworkBitmap);
2456 mBackdropBack.getResources(), lockWallpaper);
2491 if (mBackdropBack.getDrawable() != null) {
2493 mBackdropBack.getDrawable().getConstantState()
2508 mBackdropBack.setBackgroundColor(0xFFFFFFFF);
2509 mBackdropBack.setImageDrawable(new ColorDrawable(c));
2511 mBackdropBack.setImageDrawable(artworkDrawable);
2514 mBackdropBack
[all...]

Completed in 51 milliseconds