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

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 39 * 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) {
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) {
277 int current = Color.alpha(scrim.getScrimColor())
    [all...]
StatusBarWindowView.java 107 // the scrim, we don't need the window to be cleared in the beginning.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SystemBarScrimViews.java 44 * Prepares the scrim views for animating when entering Recents. This will be called before
60 * Starts animating the scrim views when entering Recents.
96 * Starts animating the scrim views when leaving Recents (either via launching a task, or
  /frameworks/base/packages/SystemUI/res/layout/
recents.xml 20 <!-- Status Bar Scrim View -->
48 <!-- Nav Bar Scrim View -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 111 /** Nav bar scrim */
272 // Nav bar scrim
320 /** Returns whether the status bar scrim should be animated when shown for the first time. */
325 /** Returns whether the status bar scrim should be visible. */
330 /** Returns whether the nav bar scrim should be animated when shown for the first time. */
335 /** Returns whether the nav bar scrim should be visible. */
337 // Only show the scrim if we have recent tasks, and if the nav bar is not transposed
RecentsActivity.java 599 // Animate the SystemUI scrim views
607 // Animate the SystemUI scrim views out
  /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/packages/SystemUI/src/com/android/systemui/statusbar/
ScrimView.java 31 * A view which can draw a scrim
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 161 * Get the color of the scrim that is drawn over the contents, but under the flaps and borders.
168 * Set the color of the scrim that is drawn over the contents, but under the flaps and borders.
170 * Use {@link android.graphics.Color#TRANSPARENT} to disable the scrim.
236 // Draw scrim on top of parent.
  /frameworks/base/packages/Keyguard/res/layout-land/
keyguard_host_view.xml 56 androidprv:layout_childType="scrim"
  /frameworks/base/packages/Keyguard/res/layout-port/
keyguard_host_view.xml 61 androidprv:layout_childType="scrim"
  /frameworks/base/packages/Keyguard/res/layout-sw600dp-port/
keyguard_host_view.xml 57 androidprv:layout_childType="scrim"
  /frameworks/base/packages/Keyguard/res/values/
attrs.xml 94 <!-- Scrim. This will block access to child views that
96 <enum name="scrim" value="4" />
  /frameworks/base/packages/SystemUI/res/values/
config.xml 84 <!-- Whether we should use SRC drawing mode when drawing the scrim behind. If this flag is set,
86 draw the scrim with SRC to overwrite the whole buffer, which saves us a layer of overdraw.
171 <!-- The min animation duration for animating the nav bar scrim in. -->
dimens.xml 350 <!-- Distance after which the scrim starts fading in when dragging down the quick settings -->
454 <!-- The height of the scrim behind the search panel circle. -->
  /frameworks/base/packages/PrintSpooler/res/layout/
print_activity.xml 130 <!-- Scrim -->
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 175 void setScrimView(View scrim) {
179 mScrimView = scrim;
SlidingChallengeLayout.java 376 void setScrimView(View scrim) {
380 mScrimView = scrim;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 131 // This is used to hide the scrim once keyguard displays.
  /frameworks/base/docs/html/tv/
index.jd 22 <div class="landing-hero-scrim"></div>
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 365 // If we change the scrim visibility the dimming is lagging
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardFragment.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 227 * This scrim's opacity is controlled in two different ways. 1) Before the initial entrance
367 // Force the window dim amount to the scrim value for app transition animations
368 // The scrim may be removed before the window transitions to the new activity, which
707 // The initial scrim opacity must match the scrim opacity that would be
    [all...]
  /frameworks/base/docs/html/wear/
index.jd 34 <div class="landing-hero-scrim"></div>

Completed in 1379 milliseconds

1 2