Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindParams.java63 public void setUseIncreasedCollapsedHeight(boolean useIncreasedHeight) { in setUseIncreasedCollapsedHeight() method in RowContentBindParams
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java224 params.setUseIncreasedCollapsedHeight(true); in testSetUseIncreasedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java254 params.setUseIncreasedCollapsedHeight(useIncreasedCollapsedHeight); in inflateContentViews()