Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java40 private final boolean mShowHunOnBottom; field in CarHeadsUpNotificationContainer
45 mShowHunOnBottom = context.getResources().getBoolean( in CarHeadsUpNotificationContainer()
48 mShowHunOnBottom ? R.layout.headsup_container_bottom in CarHeadsUpNotificationContainer()
157 return mShowHunOnBottom; in getShowHunOnBottom()