/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | IInputMethodClientInvoker.java | 180 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 D | InputMethodManagerService.java | 6027 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 D | IInputMethodClient.aidl | 30 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 D | IInputMethodPrivilegedOperations.aidl | 34 void reportFullscreenModeAsync(boolean fullscreen); in reportFullscreenModeAsync() argument
|
H A D | InputMethodPrivilegedOperations.java | 179 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 D | BackdropFrameRenderer.java | 80 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 D | DecorView.java | 1226 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 D | WindowCallbacks.java | 44 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 D | ViewRootImpl.java | 2087 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 D | InputMethodManager.java | 1141 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 D | InteractionMonitorDebugOverlay.java | 199 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 D | user-switching.md | 34 A fullscreen user switching activity, supporting add guest/user actions if configured.
|
/aosp14/frameworks/base/core/java/android/service/dreams/ |
H A D | DreamService.java | 587 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 D | FullscreenTaskListener.java | 17 package com.android.wm.shell.fullscreen;
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | notification.proto | 350 optional State fullscreen = 10; field
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenPolicyTest.java | 670 assertEquals(policy.getVisualEffectFullScreenIntent(), proto.fullscreen); in assertProtoMatches()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellBaseModule.java | 82 import com.android.wm.shell.fullscreen.FullscreenTaskListener;
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 3719 // 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |