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

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 63 * Controls both the scrim behind the notifications and in front of the notifications (when a
73 * General scrim animation duration.
89 * When at least 1 scrim is fully opaque (alpha set to 1.)
97 * A scrim varies its opacity based on a busyness factor, for example
102 * The most common scrim, the one under the keyguard.
106 static final int TAG_KEY_ANIM = R.id.scrim;
157 // Scrim blanking callbacks
181 // Scrim alpha is initially set to the value on the resource but might be changed
247 // Scrim might acquire focus when user is navigating with a D-pad or a keyboard.
262 // Showing/hiding the keyguard means that scrim colors have to be switched, not necessar
    [all...]
ScrimState.java 49 // set our scrim to black in this frame to avoid flickering and
227 public void updateScrimColor(ScrimView scrim, float alpha, int tint) {
229 scrim == mScrimInFront ? "front_scrim_alpha" : "back_scrim_alpha",
233 scrim == mScrimInFront ? "front_scrim_tint" : "back_scrim_tint",
236 scrim.setTint(tint);
237 scrim.setViewAlpha(alpha);
LightBarController.java 60 * Whether the navigation bar should be light factoring in already how much alpha the scrim has
66 * scrim alpha yet.
163 // For other cases, scrim should be able to veto the light navigation bar.
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ColorScrim.java 29 * Simple scrim which draws a color
59 ColorScrim scrim = new ColorScrim(view, ColorUtils.setAlphaComponent( local
61 scrim.attach();
62 return scrim;
WorkspaceAndHotseatScrim.java 51 * View scrim which draws behind hotseat and workspace
59 public Float get(WorkspaceAndHotseatScrim scrim) {
60 return scrim.mScrimProgress;
64 public void set(WorkspaceAndHotseatScrim scrim, Float value) {
65 scrim.setScrimProgress(value);
72 public Float get(WorkspaceAndHotseatScrim scrim) {
73 return scrim.mSysUiProgress;
77 public void set(WorkspaceAndHotseatScrim scrim, Float value) {
78 scrim.setSysUiProgress(value);
85 public Float get(WorkspaceAndHotseatScrim scrim) {
    [all...]
ViewScrim.java 27 * A utility class that can be used to draw a scrim behind a view
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
ScrimControllerTest.java 109 // Front scrim should be transparent
110 // Back scrim should be visible without tint
119 // Front scrim should be transparent
120 // Back scrim should be visible with tint
131 // Front scrim should be transparent
132 // Back scrim should be transparent
135 // Move on to PULSING and check if the back scrim is still transparent
152 // Front scrim should be transparent
153 // Back scrim should be visible with tint
161 // Assert that setting the AOD front scrim alpha doesn't take effect in a non-AOD state
    [all...]
  /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.
  /packages/apps/Car/libs/car-media-common/res/values/
colors.xml 18 <!-- Album art scrim -->
dimens.xml 18 <!-- Album art scrim -->
  /packages/apps/Car/libs/car-media-common/res/values-night/
dimens.xml 18 <!-- Album art scrim -->
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
ShelfScrimView.java 40 * Scrim used for all-apps and shelf in Overview
41 * In transposed layout, it behaves as a simple color scrim.
58 // Max vertical progress after which the scrim stops moving.
60 // Minimum visible size of the scrim.
171 // Draw the scrim over the remaining screen if needed.
  /device/google/muskie/walleye/overlay/frameworks/base/packages/SystemUI/res/values/
config.xml 24 to an opacity value for a black scrim that is overlayed in AOD1.
  /packages/apps/Contacts/src/com/android/contacts/drawer/
ScrimDrawable.java 22 * Create a simple scrim that covers just the status bar area when necessary.
  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 111 // Set scrim
112 WorkspaceAndHotseatScrim scrim = mLauncher.getDragLayer().getScrim(); local
113 propertySetter.setFloat(scrim, SCRIM_PROGRESS, state.getWorkspaceScrimAlpha(mLauncher),
115 propertySetter.setFloat(scrim, SYSUI_PROGRESS, state.hasSysUiScrim ? 1 : 0, LINEAR);
  /packages/services/Car/service/res/values/
colors.xml 21 <!-- In Call background scrim: grey 200 @ 90% -->
  /packages/services/Car/service/res/values-night/
colors.xml 21 <!-- In Call background scrim: black @ 80% -->
  /frameworks/base/packages/SystemUI/res/layout/
recents.xml 36 <!-- Nav Bar Scrim View -->
  /packages/apps/Car/Media/res/values/
colors.xml 28 <!-- Scrim displayed on top of playback album art background -->
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DetailsViewBackgroundHelper.java 79 /** Sets the background 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"
  /packages/services/Car/car_product/overlay/frameworks/base/packages/SystemUI/res/values/
colors.xml 29 <!-- The scrim color for the background of the notifications shade. -->
  /frameworks/base/tests/Assist/res/layout/
assist.xml 24 android:id="@+id/scrim"

Completed in 1486 milliseconds

1 2 3