Searched refs:mPrivateLayout (Results 1 – 1 of 1) sorted by relevance
62 private NotificationContentView mPrivateLayout; field in ExpandableNotificationRow76 setIconAnimationRunning(running, mPrivateLayout); in setIconAnimationRunning()158 mPrivateLayout.reset(mIsHeadsUp); in reset()182 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded); in onFinishInflate()362 mMaxExpandHeight = mPrivateLayout.getMaxHeight(); in updateMaxExpandHeight()389 mPrivateLayout.animate().cancel(); in setHideSensitive()391 mPrivateLayout.setAlpha(1f); in setHideSensitive()393 mPrivateLayout.setVisibility(mShowingPublic ? View.INVISIBLE : View.VISIBLE); in setHideSensitive()403 final View source = mShowingPublic ? mPrivateLayout : mPublicLayout; in animateShowingPublic()404 View target = mShowingPublic ? mPublicLayout : mPrivateLayout; in animateShowingPublic()[all …]