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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java62 private NotificationContentView mPrivateLayout; field in class:ExpandableNotificationRow
76 setIconAnimationRunning(running, mPrivateLayout);
158 mPrivateLayout.reset(mIsHeadsUp);
182 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded);
362 mMaxExpandHeight = mPrivateLayout.getMaxHeight();
389 mPrivateLayout.animate().cancel();
391 mPrivateLayout.setAlpha(1f);
393 mPrivateLayout.setVisibility(mShowingPublic ? View.INVISIBLE : View.VISIBLE);
403 final View source = mShowingPublic ? mPrivateLayout : mPublicLayout;
404 View target = mShowingPublic ? mPublicLayout : mPrivateLayout;
[all...]

Completed in 60 milliseconds