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.java277 mFullscreen = proto.fullscreen; in ActivityStack()
320 mFullscreen = proto.fullscreen; in ActivityTask()
356 protected boolean mFullscreen; field in ActivityManagerState.ActivityContainer
370 return mFullscreen; in isFullscreen()
DWindowManagerState.java315 mFullscreen = proto.fillsParent; in WindowStack()
344 mFullscreen = proto.fillsParent; in WindowTask()
391 protected boolean mFullscreen; field in WindowManagerState.WindowContainer
406 return mFullscreen; in isFullscreen()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerState.java703 mFullscreen = proto.fullscreen; in ActivityStack()
778 mFullscreen = proto.fullscreen; in ActivityTask()
831 protected boolean mFullscreen; field in ActivityManagerState.ActivityContainer
845 return mFullscreen; in isFullscreen()
DWindowManagerState.java611 mFullscreen = proto.fillsParent; in WindowStack()
647 mFullscreen = proto.fillsParent; in WindowTask()
704 protected boolean mFullscreen; field in WindowManagerState.WindowContainer
719 return mFullscreen; in isFullscreen()