Searched refs:mVisibleType (Results 1 – 1 of 1) sorted by relevance
116 private int mVisibleType = VISIBLE_TYPE_NONE; field in NotificationContentView456 if (mVisibleType == VISIBLE_TYPE_EXPANDED) { in setExpandedChild()498 if (mVisibleType == VISIBLE_TYPE_HEADSUP) { in setHeadsUpChild()560 NotificationViewWrapper wrapper = getVisibleWrapper(mVisibleType); in focusExpandButtonIfNecessary()587 NotificationViewWrapper wrapper = getVisibleWrapper(mVisibleType); in setContentHeight()627 if ((mVisibleType == VISIBLE_TYPE_EXPANDED) && mContentHeightAtAnimationStart != UNDEFINED in getMinContentHeightHint()653 && mVisibleType == to; in isTransitioningFromTo()657 return mVisibleType == type || mTransformationStartVisibleType == type in isVisibleOrTransitioning()663 if (getTransformableViewForVisibleType(mVisibleType) == null) { in updateContentTransformation()666 mVisibleType = visibleType; in updateContentTransformation()[all …]