Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentViewTest.java61 mView.setHeights(10, 20, 30); in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java193 public void setHeights(int smallHeight, int headsUpMaxHeight, int maxHeight) { in setHeights() method in NotificationContentView
H A DExpandableNotificationRow.java699 layout.setHeights(smallHeight, headsUpHeight, mMaxExpandedHeight); in updateLimitsForView()