Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java163 private boolean mForceSelectNextLayout = true; field in NotificationContentView
328 selectLayout(false /* animate */, mForceSelectNextLayout /* force */); in onLayout()
329 mForceSelectNextLayout = false; in onLayout()
646 if (mForceSelectNextLayout) { in updateContentTransformation()
1134 mForceSelectNextLayout = true; in onNotificationUpdated()