Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.java65 mView.setHeights(10, 20, 30, 40); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java186 public void setHeights(int smallHeight, int headsUpMaxHeight, int maxHeight, in setHeights() method in NotificationContentView
DExpandableNotificationRow.java701 layout.setHeights(minHeight, headsUpHeight, mNotificationMaxHeight, headsUpHeight); in updateLimitsForView()