Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java103 private boolean mShouldShowComplications = DreamService.DEFAULT_SHOW_COMPLICATIONS; field in DreamOverlayStateController
197 if (mShouldShowComplications) { in getComplications()
353 return mShouldShowComplications; in getShouldShowComplications()
361 mShouldShowComplications = shouldShowComplications; in setShouldShowComplications()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java239 private boolean mShouldShowComplications; field in DreamService
884 mShouldShowComplications = fetchShouldShowComplications(this /*context*/, in onCreate()
1335 mShouldShowComplications); in onWindowCreated()