Searched refs:mVisibleType (Results 1 – 1 of 1) sorted by relevance
93 private int mVisibleType = VISIBLE_TYPE_CONTRACTED; field in NotificationContentView463 if (mVisibleType == VISIBLE_TYPE_EXPANDED) { in setExpandedChild()464 mVisibleType = VISIBLE_TYPE_CONTRACTED; in setExpandedChild()496 if (mVisibleType == VISIBLE_TYPE_HEADSUP) { in setHeadsUpChild()497 mVisibleType = VISIBLE_TYPE_CONTRACTED; in setHeadsUpChild()577 NotificationViewWrapper wrapper = getVisibleWrapper(mVisibleType); in setContentHeight()617 if ((mVisibleType == VISIBLE_TYPE_EXPANDED) && mContentHeightAtAnimationStart >= 0 in getMinContentHeightHint()646 && mVisibleType == to; in isTransitioningFromTo()650 return mVisibleType == type || mTransformationStartVisibleType == type in isVisibleOrTransitioning()656 if (visibleType != mVisibleType) { in updateContentTransformation()[all …]