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

/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java74 private int mBackgroundAlpha = 0xff; field in class:BottomBar
130 setPaintColor(mBackgroundAlpha, mBackgroundColor);
150 setPaintColor(mBackgroundAlpha, mBackgroundColor);
155 setPaintColor(mBackgroundAlpha, mBackgroundPressedColor);
160 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
164 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundPressedColor);
357 setPaintColor(mBackgroundAlpha, mBackgroundColor);
358 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
417 mBackgroundAlpha = alpha;
418 setPaintColor(mBackgroundAlpha, mBackgroundColo
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java82 private float mBackgroundAlpha = 0; field in class:DragLayer
901 if (mBackground != null && mBackgroundAlpha > 0.0f) {
902 int alpha = (int) (mBackgroundAlpha * 255);
952 if (alpha != mBackgroundAlpha) {
953 mBackgroundAlpha = alpha;
959 return mBackgroundAlpha;
H A DCellLayout.java94 private float mBackgroundAlpha; field in class:CellLayout
408 if (mDrawBackground && mBackgroundAlpha > 0.0f) {
418 bg.setAlpha((int) (mBackgroundAlpha * mBackgroundAlphaMultiplier * 255));
939 return mBackgroundAlpha;
955 if (mBackgroundAlpha != alpha) {
956 mBackgroundAlpha = alpha;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java97 private float mBackgroundAlpha = 0; field in class:Workspace
1165 if (alpha != mBackgroundAlpha) {
1166 mBackgroundAlpha = alpha;
1172 return mBackgroundAlpha;
1296 if (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground) {
1297 int alpha = (int) (mBackgroundAlpha * 255);
1311 return (mBackground != null && mBackgroundAlpha > 0.0f && mDrawBackground);
H A DCellLayout.java97 private float mBackgroundAlpha; field in class:CellLayout
433 if (mBackgroundAlpha > 0.0f) {
443 bg.setAlpha((int) (mBackgroundAlpha * mBackgroundAlphaMultiplier * 255));
1056 return mBackgroundAlpha;
1071 if (mBackgroundAlpha != alpha) {
1072 mBackgroundAlpha = alpha;

Completed in 84 milliseconds