HomeSort by relevance Sort by last modified time
    Searched full:scrim (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 42 * Controls both the scrim behind the notifications and in front of the notifications (when a
57 private static final int TAG_KEY_ANIM = R.id.scrim;
263 // During wake and unlock, we first hide everything behind a black scrim, which then
329 private void setScrimColor(View scrim, float alpha) {
330 updateScrim(mAnimateChange, scrim, alpha, getCurrentScrimAlpha(scrim));
333 private float getDozeAlpha(View scrim) {
334 return scrim == mScrimBehind ? mDozeBehindAlpha : mDozeInFrontAlpha;
337 private float getCurrentScrimAlpha(View scrim) {
338 return scrim == mScrimBehind ? mCurrentBehindAlph
    [all...]
DozeScrimController.java 80 /** When dozing, fade screen contents in and out using the front scrim. */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SystemBarScrimViews.java 61 * Updates the nav bar scrim.
72 * Prepares the scrim views for animating when entering Recents. This will be called before
73 * the first draw, unless we are updating the scrim on configuration change.
84 * Animates the nav bar scrim visibility.
106 * @return Whether to show the nav bar scrim.
115 * Starts animating the scrim views when entering Recents.
129 * Starts animating the scrim views when leaving Recents (either via launching a task, or
173 * Animates the scrim to match the state of the current nav bar.
187 * @return a default animation to aniamte the bounds of the scrim.
RecentsView.java 179 // If we are already visible, then restore the background scrim
182 // If we are already occluded by the app, then set the final background scrim alpha now.
183 // Otherwise, defer until the enter animation completes to animate the scrim alpha with
219 * Returns the window background scrim.
758 * Animates the background scrim to the given {@param alpha}.
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingToolbarLayout.java 68 * <h4>Content scrim</h4>
69 * A full-bleed scrim which is show or hidden when the scroll position has hit a certain threshold.
72 * <h4>Status bar scrim</h4>
73 * A scrim which is show or hidden behind the status bar when the scroll position has hit a certain
286 // If we don't have a toolbar, the scrim will be not be drawn in drawChild() below.
299 // Now draw the status bar scrim
313 // This is a little weird. Our scrim needs to be behind the Toolbar (if it is present),
315 // drawChild() call, and draw our scrim after the preceding view is drawn
564 * Set whether the content scrim and/or status bar scrim should be shown or not. Any chang
    [all...]
CoordinatorLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
PipRecentsControlsView.java 38 * An FrameLayout that contains {@link PipControlsView} with its scrim.
80 mScrim = findViewById(R.id.scrim);
105 // Hides the scrim view as soon as possible, before the PIP resize animation starts.
106 // If we don't, PIP will be moved down a bit and a gap between the scrim and PIP will be
  /frameworks/base/packages/SystemUI/res/layout/
recents.xml 36 <!-- Nav Bar Scrim View -->
tv_pip_recents_overlay.xml 31 android:id="@+id/scrim"
  /packages/apps/UnifiedEmail/res/layout/
search_suggestion_list.xml 36 <!-- Scrim to fade the background -->
  /packages/screensavers/PhotoTable/res/layout/
table.xml 30 android:id="@+id/scrim"
  /packages/screensavers/PhotoTable/res/layout-sw800dp/
table.xml 27 android:id="@+id/scrim"
  /frameworks/base/tests/Assist/res/layout/
assist.xml 24 android:id="@+id/scrim"
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 146 // is at least self-healing but a race condition here can lead to the scrim being
169 // This is used to hide the scrim once keyguard displays.
297 // This shouldn't happen, but if it does, show the scrim immediately and
  /frameworks/base/packages/SystemUI/res/values/
ids.xml 39 <item type="id" name="scrim"/>
config.xml 73 <!-- Whether we should use SRC drawing mode when drawing the scrim behind. If this flag is set,
75 draw the scrim with SRC to overwrite the whole buffer, which saves us a layer of overdraw.
157 <!-- The min animation duration for animating the nav bar scrim in. -->
  /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/Launcher3/src/com/android/launcher3/
PinchAnimationManager.java 36 * - At a later threshold 2, panel buttons fade in and scrim fades in
42 * - At threshold 2, hotseat and QSB fade in and scrim fades out
  /frameworks/base/packages/PrintSpooler/res/layout/
print_activity.xml 135 <!-- Scrim -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ScrimView.java 34 * A view which can draw a scrim
  /frameworks/base/tests/Assist/src/com/android/test/assist/
AssistInteractionSession.java 88 mScrim = v.findViewById(R.id.scrim);
  /packages/services/Car/car-lib/src/android/car/app/menu/
CarUiEntry.java 82 * Set the color of the car menu scrim.
  /frameworks/support/design/res/values/
attrs.xml 357 <!-- The drawable to use as a scrim on top of the CollapsingToolbarLayouts content when
360 <!-- The drawable to use as a scrim for the status bar content when the
369 scrim visibility change. -->
371 <!-- Specifies the duration used for scrim visibility animations. -->
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 86 // Scrim color without any alpha component.
117 // Darkening scrim
    [all...]
  /prebuilts/sdk/current/support/design/res/values/
attrs.xml 357 <!-- The drawable to use as a scrim on top of the CollapsingToolbarLayouts content when
360 <!-- The drawable to use as a scrim for the status bar content when the
369 scrim visibility change. -->
371 <!-- Specifies the duration used for scrim visibility animations. -->

Completed in 1252 milliseconds

1 2