Searched refs:mWindowContainer (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsSourceProvider.java | 70 protected @Nullable WindowContainer mWindowContainer; field in InsetsSourceProvider 171 if (mWindowContainer != null) { in setWindowContainer() 173 mWindowContainer.setControllableInsetProvider(null); in setWindowContainer() 179 mWindowContainer.cancelAnimation(); in setWindowContainer() 180 mWindowContainer.getInsetsSourceProviders().remove(mSource.getId()); in setWindowContainer() 186 mWindowContainer = windowContainer; in setWindowContainer() 197 mWindowContainer.getInsetsSourceProviders().put(mSource.getId(), this); in setWindowContainer() 199 mWindowContainer.setControllableInsetProvider(this); in setWindowContainer() 222 if (mWindowContainer == null) { in updateSourceFrame() 225 WindowState win = mWindowContainer.asWindowState(); in updateSourceFrame() [all …]
|
D | WindowContainerThumbnail.java | 53 private final WindowContainer mWindowContainer; field in WindowContainerThumbnail 71 mWindowContainer = container; in WindowContainerThumbnail() 88 mSurfaceControl = mWindowContainer.makeChildSurface(mWindowContainer.getTopChild()) in WindowContainerThumbnail() 89 .setName("thumbnail anim: " + mWindowContainer.toString()) in WindowContainerThumbnail() 92 .setMetadata(METADATA_WINDOW_TYPE, mWindowContainer.getWindowingMode()) in WindowContainerThumbnail() 115 anim.scaleCurrentDuration(mWindowContainer.mWmService.getTransitionAnimationScaleLocked()); in startAnimation() 118 mWindowContainer.getDisplayContent().mAppTransition.canSkipFirstFrame(), in startAnimation() 119 mWindowContainer.getDisplayContent().getWindowCornerRadius()), in startAnimation() 120 mWindowContainer.mWmService.mSurfaceAnimationRunner), false /* hidden */, in startAnimation() 170 return mWindowContainer.getSyncTransaction(); in getSyncTransaction() [all …]
|
D | NonAppWindowAnimationAdapter.java | 46 private final WindowContainer mWindowContainer; field in NonAppWindowAnimationAdapter 62 mWindowContainer = w; in NonAppWindowAnimationAdapter() 147 new Rect(), null, mWindowContainer.getPrefixOrderIndex(), in createRemoteAnimationTarget() 148 mWindowContainer.getLastSurfacePosition(), mWindowContainer.getBounds(), null, in createRemoteAnimationTarget() 149 mWindowContainer.getWindowConfiguration(), true, null, null, null, false, in createRemoteAnimationTarget() 150 mWindowContainer.getWindowType()); in createRemoteAnimationTarget() 179 return mWindowContainer; in getWindowContainer() 209 pw.println(mWindowContainer); in dump()
|
D | ImeInsetsSourceProvider.java | 96 mWindowContainer != null ? mWindowContainer.asWindowState() : null; in onPostLayout() 113 mWindowContainer != null ? mWindowContainer.asWindowState() : null; in isLeashReadyForDispatching() 315 WindowToken imeToken = mWindowContainer.asWindowState() != null in reportImeDrawnForOrganizerIfNeeded() 316 ? mWindowContainer.asWindowState().mToken : null; in reportImeDrawnForOrganizerIfNeeded() 334 mWindowContainer.mWmService.mAtmService.mTaskOrganizerController in reportImeDrawnForOrganizer() 473 if (mWindowContainer == null) { in isScheduledAndReadyToShowIme() 477 final WindowState windowState = mWindowContainer.asWindowState(); in isScheduledAndReadyToShowIme() 525 final var windowState = mWindowContainer != null ? mWindowContainer.asWindowState() : null; in logIsScheduledAndReadyToShowIme() 534 sb.append(", mWindowContainer is: ").append(mWindowContainer != null ? "non-null" : "null"); in logIsScheduledAndReadyToShowIme()
|
D | RemoteAnimationController.java | 252 wrappers.mWindowContainer); in createAppAnimations() 256 wrappers.mWindowContainer); in createAppAnimations() 327 adapters.mWindowContainer); 461 final WindowContainer mWindowContainer; 470 mWindowContainer = windowContainer; 501 mTarget = mWindowContainer.createRemoteAnimationTarget(this); 518 if (mWindowContainer.isDescendantOf( 618 pw.print(prefix); pw.print("container="); pw.println(mRecord.mWindowContainer);
|