Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java107 private boolean mImeVisible = false; field in NotificationPanelViewController
239 mImeVisible = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
301 return !mImeVisible; in shouldUseStableInsets()