Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java628 private int mOldLayoutDirection; field in NotificationPanelViewController
912 if (layoutDirection != mOldLayoutDirection) { in onFinishInflate()
914 mOldLayoutDirection = layoutDirection; in onFinishInflate()