Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java141 final int newShelfHeight = res.getDimensionPixelOffset(R.dimen.notification_shelf_height); in updateResources() local
142 if (newShelfHeight != layoutParams.height) { in updateResources()
143 layoutParams.height = newShelfHeight; in updateResources()