Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java102 private int mVertSpaceForIcons = -1; field in NotificationMenuRow
258 mVertSpaceForIcons = res.getDimensionPixelSize(R.dimen.notification_min_height); in createMenuViews()
465 if (parentHeight < mVertSpaceForIcons) { in onParentHeightUpdate()
468 translationY = (mVertSpaceForIcons - mHorizSpaceForIcon) / 2; in onParentHeightUpdate()