Searched defs:VISIBLE_TYPE_CONTRACTED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java60 public static final int VISIBLE_TYPE_CONTRACTED = 0; field in class:NotificationContentView
93 private int mVisibleType = VISIBLE_TYPE_CONTRACTED;
464 mVisibleType = VISIBLE_TYPE_CONTRACTED;
497 mVisibleType = VISIBLE_TYPE_CONTRACTED;
607 boolean pinned = !isVisibleOrTransitioning(VISIBLE_TYPE_CONTRACTED)
633 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED)
734 return getViewHeight(VISIBLE_TYPE_CONTRACTED);
755 return getViewHeight(VISIBLE_TYPE_CONTRACTED);
827 || visibleType == VISIBLE_TYPE_CONTRACTED)) {
847 forceUpdateVisibility(VISIBLE_TYPE_CONTRACTED, mContractedChil
[all...]

Completed in 165 milliseconds