Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java332 updateExpandButtonsDuringLayout(mExpandable, true /* duringLayout */); in onLayout()
1563 updateExpandButtonsDuringLayout(expandable, false /* duringLayout */); in updateExpandButtons()
1566 private void updateExpandButtonsDuringLayout(boolean expandable, boolean duringLayout) { in updateExpandButtonsDuringLayout() method in NotificationContentView