Home
last modified time | relevance | path

Searched defs:fullscreen (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodClientInvoker.java212 void setActive(boolean active, boolean fullscreen) { in setActive()
221 private void setActiveInternal(boolean active, boolean fullscreen) { in setActiveInternal()
230 void setInteractive(boolean interactive, boolean fullscreen) { in setInteractive()
239 private void setInteractiveInternal(boolean interactive, boolean fullscreen) { in setInteractiveInternal()
268 void scheduleStartInputIfNecessary(boolean fullscreen) { in scheduleStartInputIfNecessary()
277 private void scheduleStartInputIfNecessaryInternal(boolean fullscreen) { in scheduleStartInputIfNecessaryInternal()
286 void reportFullscreenMode(boolean fullscreen) { in reportFullscreenMode()
295 private void reportFullscreenModeInternal(boolean fullscreen) { in reportFullscreenModeInternal()
DInputMethodManagerService.java6001 private void reportFullscreenModeLocked(boolean fullscreen, @NonNull UserData userData) { in reportFullscreenModeLocked()
6917 public void reportFullscreenModeAsync(boolean fullscreen) { in reportFullscreenModeAsync()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethodClient.aidl32 void setActive(boolean active, boolean fullscreen); in setActive()
33 void setInteractive(boolean active, boolean fullscreen); in setInteractive()
35 void scheduleStartInputIfNecessary(boolean fullscreen); in scheduleStartInputIfNecessary()
36 void reportFullscreenMode(boolean fullscreen); in reportFullscreenMode()
DIInputMethodPrivilegedOperations.aidl35 void reportFullscreenModeAsync(boolean fullscreen); in reportFullscreenModeAsync()
DInputMethodPrivilegedOperations.java215 public void reportFullscreenModeAsync(boolean fullscreen) { in reportFullscreenModeAsync()
/frameworks/base/core/java/android/view/
DWindowCallbacks.java44 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
55 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
DViewRootImpl.java12010 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DFakeStatusBarStateController.kt53 private var fullscreen = false variable
/frameworks/proto_logging/stats/atoms/dnd/
Ddnd_atoms.proto61 optional android.stats.dnd.State fullscreen = 10; field
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java2193 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
2197 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
/frameworks/base/core/proto/android/service/
Dnotification.proto350 optional State fullscreen = 10; field
/frameworks/base/core/java/android/service/dreams/
DDreamService.java886 public void setFullscreen(boolean fullscreen) { in setFullscreen()