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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 282 && mIconStates.get(getChildAt(childIndex + 1)).iconAppearAmount > 0.0f) {
389 && iconState.iconAppearAmount > 0.0f || i >= maxVisibleIcons;
409 translationX += iconState.iconAppearAmount * view.getWidth() * drawingScale;
420 if (mNumDots == 0 && iconState.iconAppearAmount < 0.8f) {
427 * iconState.iconAppearAmount;
664 public float iconAppearAmount = 1.0f;
689 if (justAdded && iconAppearAmount != 0.0f) {
755 boolean inShelf = iconAppearAmount == 1.0f;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 600 iconState.iconAppearAmount = !USE_ANIMATIONS_WHEN_OPENING
663 iconState.iconAppearAmount = 0.0f;
668 iconState.iconAppearAmount = 1.0f;
    [all...]
StatusBarIconView.java 84 = new FloatProperty<StatusBarIconView>("iconAppearAmount") {
776 public void setIconAppearAmount(float iconAppearAmount) {
777 if (mIconAppearAmount != iconAppearAmount) {
778 mIconAppearAmount = iconAppearAmount;

Completed in 329 milliseconds