Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java465 private boolean mSkinnyNotifsInLandscape; field in NotificationStackScrollLayout
939 mSkinnyNotifsInLandscape = false; in initView()
941 mSkinnyNotifsInLandscape = configSkinnyNotifsInLandscape; in initView()
950 + " mSkinnyNotifsInLandscape=" + mSkinnyNotifsInLandscape; in initView()
978 + " skinnyNotifsInLandscape=" + mSkinnyNotifsInLandscape in updateSidePadding()
994 if (mSkinnyNotifsInLandscape) { in updateSidePadding()
5158 println(pw, "skinnyNotifsInLandscape", mSkinnyNotifsInLandscape); in dump()