Home
last modified time | relevance | path

Searched refs:mPrivateLayout (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java108 private NotificationContentView mPrivateLayout; field in ExpandableNotificationRow
154 mPrivateLayout.setFocusOnVisibilityChange();
206 if (mPrivateLayout != null) { in setActualHeightAnimating()
207 mPrivateLayout.setContentHeightAnimating(animating); in setActualHeightAnimating()
212 return mPrivateLayout; in getPrivateLayout()
221 setIconAnimationRunning(running, mPrivateLayout); in setIconAnimationRunning()
279 mPrivateLayout.onNotificationUpdated(entry); in onNotificationUpdated()
300 updateLimitsForView(mPrivateLayout); in updateLimits()
333 mPrivateLayout.setHeadsUp(isHeadsUp);
345 mPrivateLayout.setGroupManager(groupManager);
[all …]