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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiPaneChallengeLayout.java175 void setScrimView(View scrim) { argument
179 mScrimView = scrim;
H A DSlidingChallengeLayout.java376 void setScrimView(View scrim) { argument
380 mScrimView = scrim;
928 // Allow scrim views to extend into the insets
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java39 * Controls both the scrim behind the notifications and in front of the notifications (when a
52 private static final int TAG_KEY_ANIM = R.id.scrim;
145 /** When dozing, fade screen contents in and out using the front scrim. */
262 private void setScrimColor(ScrimView scrim, float alpha) { argument
263 Object runningAnim = scrim.getTag(TAG_KEY_ANIM);
266 scrim.setTag(TAG_KEY_ANIM, null);
270 startScrimAnimation(scrim, color);
272 scrim.setScrimColor(color);
276 private void startScrimAnimation(final ScrimView scrim, int targetColor) { argument
277 int current = Color.alpha(scrim
[all...]

Completed in 51 milliseconds