Home
last modified time | relevance | path

Searched refs:InsetsControlTarget (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java73 private final InsetsControlTarget mEmptyImeControlTarget = new InsetsControlTarget() {
219 void onRequestedVisibleTypesChanged(InsetsControlTarget caller) { in onRequestedVisibleTypesChanged()
232 @InsetsType int getFakeControllingTypes(InsetsControlTarget target) { in getFakeControllingTypes()
264 @Nullable InsetsControlTarget fakeStatusControlling, in onBarControlTargetChanged()
265 @Nullable InsetsControlTarget navControlling, in onBarControlTargetChanged()
266 @Nullable InsetsControlTarget fakeNavControlling) { in onBarControlTargetChanged()
287 @Nullable InsetsControlTarget target, boolean fake) { in onControlTargetChanged()
288 final InsetsControlTarget lastTarget = fake in onControlTargetChanged()
323 private void removeFromControlMaps(@NonNull InsetsControlTarget target, in removeFromControlMaps()
340 private void addToControlMaps(@NonNull InsetsControlTarget target, in addToControlMaps()
[all …]
H A DImeInsetsSourceProvider.java56 private InsetsControlTarget mImeRequester;
74 InsetsSourceControl getControl(InsetsControlTarget target) { in getControl()
100 final InsetsControlTarget imeControlTarget = getControlTarget(); in setClientVisible()
157 protected boolean updateClientVisibility(InsetsControlTarget caller) { in updateClientVisibility()
198 final InsetsControlTarget imeControlTarget = getControlTarget(); in reportImeDrawnForOrganizer()
221 void scheduleShowImePostLayout(InsetsControlTarget imeTarget, in scheduleShowImePostLayout()
344 @NonNull InsetsControlTarget dcTarget) { in isImeLayeringTarget()
349 @NonNull InsetsControlTarget dcTarget) { in isAboveImeLayeringTarget()
355 private boolean isImeFallbackTarget(InsetsControlTarget target) { in isImeFallbackTarget()
359 private boolean isImeInputTarget(InsetsControlTarget target) { in isImeInputTarget()
[all …]
H A DInsetsPolicy.java73 private final InsetsControlTarget mTransientControlTarget;
76 private final InsetsControlTarget mPermanentControlTarget;
82 private InsetsControlTarget mFakeStatusControlTarget;
88 private InsetsControlTarget mFakeNavControlTarget;
118 final InsetsControlTarget statusControlTarget = in updateBarControlTarget()
125 final InsetsControlTarget navControlTarget = in updateBarControlTarget()
184 InsetsControlTarget getTransientControlTarget() { in getTransientControlTarget()
189 InsetsControlTarget getPermanentControlTarget() { in getPermanentControlTarget()
423 void onRequestedVisibleTypesChanged(InsetsControlTarget caller) { in onRequestedVisibleTypesChanged()
437 private void checkAbortTransient(InsetsControlTarget caller) { in checkAbortTransient()
[all …]
H A DInsetsControlTarget.java28 interface InsetsControlTarget { interface
87 static WindowState asWindowOrNull(InsetsControlTarget target) { in asWindowOrNull()
H A DInsetsSourceProvider.java72 private @Nullable InsetsControlTarget mControlTarget;
73 private @Nullable InsetsControlTarget mPendingControlTarget;
74 private @Nullable InsetsControlTarget mFakeControlTarget;
396 void updateFakeControlTarget(@Nullable InsetsControlTarget fakeTarget) { in updateFakeControlTarget()
462 void updateControlForTarget(@Nullable InsetsControlTarget target, boolean force) { in updateControlForTarget()
520 boolean updateClientVisibility(InsetsControlTarget caller) { in updateClientVisibility()
559 InsetsSourceControl getControl(InsetsControlTarget target) { in getControl()
577 InsetsControlTarget getControlTarget() { in getControlTarget()
581 InsetsControlTarget getFakeControlTarget() { in getFakeControlTarget()
H A DInputTarget.java65 InsetsControlTarget getImeControlTarget(); in getImeControlTarget()
H A DEmbeddedWindowController.java327 public InsetsControlTarget getImeControlTarget() { in getImeControlTarget()
H A DDisplayContent.java678 private InsetsControlTarget mImeControlTarget;
4192 InsetsControlTarget getImeHostOrFallback(WindowState target) { in getImeHostOrFallback()
4200 InsetsControlTarget getImeFallback() { in getImeFallback()
4215 InsetsControlTarget getImeTarget(@InputMethodTarget int type) { in getImeTarget()
4384 void setImeControlTarget(InsetsControlTarget target) { in setImeControlTarget()
4658 InsetsControlTarget prevImeControlTarget = mImeControlTarget; in updateImeControlTarget()
4669 final WindowState win = InsetsControlTarget.asWindowOrNull(mImeControlTarget); in updateImeControlTarget()
4706 InsetsControlTarget computeImeControlTarget() { in computeImeControlTarget()
6920 class RemoteInsetsControlTarget implements InsetsControlTarget {
H A DWindowState.java269 InsetsControlTarget, InputTarget {
5131 final InsetsControlTarget target = getDisplayContent().getImeTarget(IME_TARGET_LAYERING); in needsZBoost()
5395 public InsetsControlTarget getImeControlTarget() { in getImeControlTarget()
5542 final InsetsControlTarget target = getDisplayContent().getImeTarget(IME_TARGET_LAYERING); in getImeLayeringTarget()
H A DTaskOrganizerController.java1008 final InsetsControlTarget imeLayeringTarget = dc.getImeTarget(IME_TARGET_LAYERING); in getImeTarget()
H A DWindowManagerService.java6713 final InsetsControlTarget imeLayeringTarget = dc.getImeTarget(IME_TARGET_LAYERING); in dumpWindowsNoHeaderLocked()
6715 final InsetsControlTarget imeControlTarget = dc.getImeTarget(IME_TARGET_CONTROL); in dumpWindowsNoHeaderLocked()
8072 final InsetsControlTarget controlTarget = imeTarget.getImeControlTarget(); in showImePostLayout()
8240 final InsetsControlTarget controlTarget = dc.getImeTarget(IME_TARGET_CONTROL); in onToggleImeRequested()
8242 final WindowState w = InsetsControlTarget.asWindowOrNull(controlTarget); in onToggleImeRequested()
8247 final InsetsControlTarget target = dc.getImeTarget(IME_TARGET_LAYERING); in onToggleImeRequested()
H A DTransition.java1346 InsetsControlTarget prevImeTarget = dc.getImeTarget( in finishTransition()
1348 InsetsControlTarget newImeTarget = null; in finishTransition()
H A DWindowContainer.java143 InsetsControlTarget {
3258 final InsetsControlTarget imeTarget = mDisplayContent.getImeTarget(IME_TARGET_LAYERING); in applyAnimationUnchecked()
H A DDisplayPolicy.java2141 final InsetsControlTarget controlTarget = provider != null
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestsBase.java291 static void suppressInsetsAnimation(InsetsControlTarget target) { in suppressInsetsAnimation()
/aosp14/frameworks/base/services/
H A Dart-profile10871 …oid/server/wm/DisplayContent;->computeImeControlTarget()Lcom/android/server/wm/InsetsControlTarget;
10890 …PLcom/android/server/wm/DisplayContent;->getImeTarget(I)Lcom/android/server/wm/InsetsControlTarget;
11047 …ver/wm/ImeInsetsSourceProvider;->getControl(Lcom/android/server/wm/InsetsControlTarget;)Landroid/v…
11051 …r/wm/ImeInsetsSourceProvider;->updateClientVisibility(Lcom/android/server/wm/InsetsControlTarget;)Z
11114 …;->updateVisibility(Lcom/android/server/wm/InsetsControlTarget;I)V+]Lcom/android/server/wm/InsetsC…
11133 …server/wm/InsetsSourceProvider;->getControl(Lcom/android/server/wm/InsetsControlTarget;)Landroid/v…
11142 …ver/wm/InsetsSourceProvider;->updateControlForTarget(Lcom/android/server/wm/InsetsControlTarget;Z)V
11147 …wm/InsetsStateController;->addToControlMaps(Lcom/android/server/wm/InsetsControlTarget;Lcom/androi…
11156 …m/InsetsControlTarget;Lcom/android/server/wm/InsetsControlTarget;Lcom/android/server/wm/InsetsCont…
11158 …/wm/InsetsStateController;->onImeControlTargetChanged(Lcom/android/server/wm/InsetsControlTarget;)V
[all …]