/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
RecentsView.java | 254 // If we are already visible, then restore the background scrim 257 // If we are already occluded by the app, then set the final background scrim alpha now. 258 // Otherwise, defer until the enter animation completes to animate the scrim alpha with 287 * Animates the scrim opacity based on how many tasks are visible. 321 * Returns the window background scrim. 392 * Set the color of the scrim. [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
DozeScrimController.java | 95 /** When dozing, fade screen contents in and out using the front scrim. */
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
WorkLockActivityTest.java | 93 // used as the scrim's background color.
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
StyledCornersBitmapDrawable.java | 168 * Get the color of the scrim that is drawn over the contents, but under the flaps and borders. 175 * Set the color of the scrim that is drawn over the contents, but under the flaps and borders. 177 * Use {@link android.graphics.Color#TRANSPARENT} to disable the scrim. 245 // Draw scrim on top of parent.
|
/packages/apps/Car/Dialer/res/values/ |
colors.xml | 46 <!-- A scrim that covers the background of activities and darkens them for night mode. -->
|
/packages/apps/Car/Radio/res/values/ |
colors.xml | 44 <!-- The color of the scrim that overlays the background of the radio. -->
|
/packages/apps/Contacts/src/com/android/contacts/drawer/ |
DrawerFragment.java | 71 // Transparent scrim drawn at the top of the drawer fragment. 301 // set height of the scrim
|
/packages/services/Car/car_product/overlay/frameworks/base/packages/SystemUI/res/values/ |
dimens.xml | 20 <!-- The alpha for the scrim behind the notification shade. This value is 1 so that the 21 scrim has no transparency. -->
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
KeyguardServiceDelegate.java | 155 // is at least self-healing but a race condition here can lead to the scrim being 177 // This is used to hide the scrim once keyguard displays. 337 // This shouldn't happen, but if it does, show the scrim immediately and
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
TaskView.java | 71 * The alpha of a black scrim on a page in the carousel as it leaves the screen. 72 * In the resting position of the carousel, the adjacent pages have about half this scrim.
|
/frameworks/base/packages/PrintSpooler/res/layout/ |
print_activity.xml | 137 <!-- Scrim -->
|
/frameworks/base/packages/SystemUI/res/values/ |
config.xml | 82 <!-- Whether we should use SRC drawing mode when drawing the scrim behind. If this flag is set, 84 draw the scrim with SRC to overwrite the whole buffer, which saves us a layer of overdraw. 175 <!-- The min animation duration for animating the nav bar scrim in. --> 283 to an opacity value for a black scrim that is overlayed in AOD1.
|
ids.xml | 55 <item type="id" name="scrim"/>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/ |
SysuiColorExtractor.java | 204 pw.println(" Default scrim: " + mWpHiddenColors);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
AlwaysOnDisplayPolicy.java | 63 * Integer array to map ambient brightness type to dimming scrim.
|
DozeScreenBrightness.java | 125 // Only unblank scrim once brightness is ready.
|
/frameworks/base/tests/Assist/src/com/android/test/assist/ |
AssistInteractionSession.java | 88 mScrim = v.findViewById(R.id.scrim);
|
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
LensPickerActivity.java | 62 // on top of a dark scrim.
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
DvrPlaybackSideFragment.java | 142 // Excludes the background scrim from transition to prevent the blinking caused by
|
/packages/services/Car/car-lib/src/android/car/app/menu/ |
CarUiEntry.java | 82 * Set the color of the car menu scrim.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
PipMenuActivityController.java | 52 * Manages the PiP menu activity which can show menu options or a scrim. 255 * Updates the appearance of the menu and scrim on top of the PiP while dismissing.
|
/packages/apps/Launcher3/res/values/ |
config.xml | 116 <!-- Tag id used for view scrim -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsActivity.java | 373 // Getting system scrim colors ignoring wallpaper visibility since it should never be grey. 400 // wants to scrim with wallpaper colors 442 // Update the nav bar scrim, but defer the animation until the enter-window event [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
DragLayer.java | 129 ViewScrim scrim = ViewScrim.get(child); local 130 if (scrim != null) { 131 scrim.draw(canvas, getWidth(), getHeight());
|
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/ |
CoordinatorLayout.java | [all...] |