Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/server/am/
DActivityManagerState.java275 mFullscreen = proto.fullscreen; in ActivityStack()
318 mFullscreen = proto.fullscreen; in ActivityTask()
354 protected boolean mFullscreen; field in ActivityManagerState.ActivityContainer
368 return mFullscreen; in isFullscreen()
DWindowManagerState.java319 mFullscreen = proto.fillsParent; in WindowStack()
349 mFullscreen = proto.fillsParent; in WindowTask()
397 protected boolean mFullscreen; field in WindowManagerState.WindowContainer
412 return mFullscreen; in isFullscreen()
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DActivityManagerState.java574 mFullscreen = proto.fullscreen; in ActivityStack()
641 mFullscreen = proto.fullscreen; in ActivityTask()
690 protected boolean mFullscreen; field in ActivityManagerState.ActivityContainer
704 return mFullscreen; in isFullscreen()
DWindowManagerState.java583 mFullscreen = proto.fillsParent; in WindowStack()
618 mFullscreen = proto.fillsParent; in WindowTask()
666 protected boolean mFullscreen; field in WindowManagerState.WindowContainer
681 return mFullscreen; in isFullscreen()