Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DTileLayout.java58 private final Boolean mIsSmallLandscapeLockscreenEnabled = field in TileLayout
183 return mIsSmallLandscapeLockscreenEnabled in useSmallLandscapeLockscreenResources()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java122 private final boolean mIsSmallLandscapeLockscreenEnabled; field in TileAdapter
137 mIsSmallLandscapeLockscreenEnabled = in TileAdapter()
184 return mIsSmallLandscapeLockscreenEnabled in useSmallLandscapeLockscreenResources()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java565 private boolean mIsSmallLandscapeLockscreenEnabled = false; field in NotificationStackScrollLayout
630 mIsSmallLandscapeLockscreenEnabled = mFeatureFlags.isEnabled( in NotificationStackScrollLayout()
931 boolean useSmallLandscapeLockscreenResources = mIsSmallLandscapeLockscreenEnabled in initView()
945 "mIsSmallLandscapeLockscreenEnabled=" + mIsSmallLandscapeLockscreenEnabled in initView()
5172 println(pw, "isSmallLandscapeLockscreenEnabled", mIsSmallLandscapeLockscreenEnabled); in dump()