Searched defs:mVisibleType (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java75 private int mVisibleType = VISIBLE_TYPE_CONTRACTED; field in class:NotificationContentView
420 NotificationViewWrapper wrapper = getVisibleWrapper(mVisibleType);
458 if ((mVisibleType == VISIBLE_TYPE_EXPANDED) && mContentHeightAtAnimationStart >= 0
481 && mVisibleType == to;
485 return mVisibleType == type || mTransformationStartVisibleType == type
491 if (visibleType != mVisibleType) {
493 mTransformationStartVisibleType = mVisibleType;
500 mVisibleType = visibleType;
507 && mVisibleType != mTransformationStartVisibleType
509 final TransformableView shownView = getTransformableViewForVisibleType(mVisibleType);
[all...]

Completed in 44 milliseconds