Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java152 private boolean mForceSelectNextLayout = true; field in NotificationContentView
374 selectLayout(false /* animate */, mForceSelectNextLayout /* force */); in onLayout()
375 mForceSelectNextLayout = false; in onLayout()
704 if (mForceSelectNextLayout) { in updateContentTransformation()
1210 mForceSelectNextLayout = true; in onNotificationUpdated()