HomeSort by relevance Sort by last modified time
    Searched refs:DRAWABLE_ALPHA (Results 1 - 6 of 6) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 57 public static final Property<ImageView, Integer> DRAWABLE_ALPHA =
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 51 public static final Property<Drawable, Integer> DRAWABLE_ALPHA =
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 530 PropertyValuesHolder.ofInt(AnimatorUtils.DRAWABLE_ALPHA,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 383 Utilities.DRAWABLE_ALPHA, dockAreaOverlay.getAlpha(), areaAlpha);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 765 mBackgroundScrimAnimator = ObjectAnimator.ofInt(mBackgroundScrim, Utilities.DRAWABLE_ALPHA,
    [all...]
TaskStackView.java     [all...]

Completed in 1675 milliseconds