Searched defs:mBackdropFront (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java561 protected ImageView mBackdropFront, mBackdropBack; field in class:StatusBar
1060 mBackdropFront = (ImageView) mBackdrop.findViewById(R.id.backdrop_front);
2320 mBackdropFront.setVisibility(View.INVISIBLE);
2321 mBackdropFront.animate().cancel();
2322 mBackdropFront.setImageDrawable(null);
2409 .newDrawable(mBackdropFront.getResources()).mutate();
2410 mBackdropFront.setImageDrawable(drawable);
2412 mBackdropFront.getDrawable().mutate().setXfermode(mSrcOverXferMode);
2414 mBackdropFront.setAlpha(1f);
2415 mBackdropFront
[all...]

Completed in 60 milliseconds