Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java174 private boolean mIsContentExpandable; field in NotificationContentView
1070 return mIsContentExpandable; in isContentExpandable()
1580 boolean requestLayout = duringLayout && mIsContentExpandable != expandable; in updateExpandButtonsDuringLayout()
1590 mIsContentExpandable = expandable; in updateExpandButtonsDuringLayout()