Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodClientInvoker.java180 void setActive(boolean active, boolean fullscreen) { in setActive() argument
182 setActiveInternal(active, fullscreen); in setActive()
191 mTarget.setActive(active, fullscreen); in setActiveInternal()
200 setInteractiveInternal(interactive, fullscreen); in setInteractive()
209 mTarget.setInteractive(interactive, fullscreen); in setInteractiveInternal()
216 void scheduleStartInputIfNecessary(boolean fullscreen) { in scheduleStartInputIfNecessary() argument
218 scheduleStartInputIfNecessaryInternal(fullscreen); in scheduleStartInputIfNecessary()
227 mTarget.scheduleStartInputIfNecessary(fullscreen); in scheduleStartInputIfNecessaryInternal()
234 void reportFullscreenMode(boolean fullscreen) { in reportFullscreenMode() argument
236 reportFullscreenModeInternal(fullscreen); in reportFullscreenMode()
[all …]
H A DInputMethodManagerService.java6027 private void reportFullscreenMode(@NonNull IBinder token, boolean fullscreen) { in reportFullscreenMode() argument
6033 mInFullscreenMode = fullscreen; in reportFullscreenMode()
6034 mCurClient.mClient.reportFullscreenMode(fullscreen); in reportFullscreenMode()
6833 public void reportFullscreenModeAsync(boolean fullscreen) { in reportFullscreenModeAsync() argument
6834 mImms.reportFullscreenMode(mToken, fullscreen); in reportFullscreenModeAsync()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethodClient.aidl30 void setActive(boolean active, boolean fullscreen); in setActive() argument
31 void setInteractive(boolean active, boolean fullscreen); in setInteractive() argument
32 void scheduleStartInputIfNecessary(boolean fullscreen); in scheduleStartInputIfNecessary() argument
33 void reportFullscreenMode(boolean fullscreen); in reportFullscreenMode() argument
H A DIInputMethodPrivilegedOperations.aidl34 void reportFullscreenModeAsync(boolean fullscreen); in reportFullscreenModeAsync() argument
H A DInputMethodPrivilegedOperations.java179 public void reportFullscreenModeAsync(boolean fullscreen) { in reportFullscreenModeAsync() argument
185 ops.reportFullscreenModeAsync(fullscreen); in reportFullscreenModeAsync()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java80 boolean fullscreen, Insets systemBarInsets) { in BackdropFrameRenderer() argument
95 mFullscreen = fullscreen; in BackdropFrameRenderer()
96 mOldFullscreen = fullscreen; in BackdropFrameRenderer()
156 public void setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemBarInsets) { in setTargetRect() argument
158 mFullscreen = fullscreen; in setTargetRect()
304 private void redrawLocked(Rect newBounds, boolean fullscreen) { in redrawLocked() argument
351 drawColorViews(left, top, width, height, fullscreen); in redrawLocked()
359 private void drawColorViews(int left, int top, int width, int height, boolean fullscreen) { in drawColorViews() argument
374 if (mNavigationBarColor != null && fullscreen) { in drawColorViews()
H A DDecorView.java1226 boolean fullscreen = (sysUiVisibility & SYSTEM_UI_FLAG_FULLSCREEN) != 0 in updateColorViews()
1237 && fullscreen); in updateColorViews()
2385 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() argument
2388 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets); in onWindowSizeIsChanging()
2393 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart() argument
2410 getCurrentColor(mNavigationColorViewState), fullscreen, in onWindowDragResizeStart()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowCallbacks.java44 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() argument
55 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart() argument
H A DViewRootImpl.java2087 boolean fullscreen = frame.equals(mPendingBackDropFrame);
2089 mWindowCallbacks.get(i).onWindowSizeIsChanging(mPendingBackDropFrame, fullscreen,
10758 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing() argument
10765 initialBounds, fullscreen, systemInsets, stableInsets); in startDragResizing()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1141 final boolean fullscreen = msg.arg2 != 0; in handleMessage()
1147 mFullscreenMode = fullscreen; in handleMessage()
1185 final boolean fullscreen = msg.arg2 != 0; in handleMessage()
1192 mFullscreenMode = fullscreen; in handleMessage()
1235 final boolean fullscreen = msg.arg1 != 0; in handleMessage()
1240 mFullscreenMode = fullscreen; in handleMessage()
1244 ic.dispatchReportFullscreenMode(fullscreen); in handleMessage()
1339 public void setActive(boolean active, boolean fullscreen) {
1344 public void setInteractive(boolean interactive, boolean fullscreen) {
1350 public void scheduleStartInputIfNecessary(boolean fullscreen) {
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionMonitorDebugOverlay.java199 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, in onWindowSizeIsChanging() argument
204 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, in onWindowDragResizeStart() argument
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Duser-switching.md34 A fullscreen user switching activity, supporting add guest/user actions if configured.
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java587 public void setFullscreen(boolean fullscreen) { in setFullscreen() argument
588 if (mFullscreen != fullscreen) { in setFullscreen()
589 mFullscreen = fullscreen; in setFullscreen()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/fullscreen/
H A DFullscreenTaskListener.java17 package com.android.wm.shell.fullscreen;
/aosp14/frameworks/base/core/proto/android/service/
H A Dnotification.proto350 optional State fullscreen = 10; field
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java670 assertEquals(policy.getVisualEffectFullScreenIntent(), proto.fullscreen); in assertProtoMatches()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java82 import com.android.wm.shell.fullscreen.FullscreenTaskListener;
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto3719 // ACTION: The activity currently in picture-in-picture was expanded back to fullscreen
3720 // PACKAGE: The package name of the activity that was expanded back to fullscreen
6480 // FIELD: Activity record is fullscreen
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...