Home
last modified time | relevance | path

Searched refs:getSurfaceControl (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java111 final SurfaceControl surface = mAnimatable.getSurfaceControl();
184 t.setLayer(mLeash != null ? mLeash : mAnimatable.getSurfaceControl(), layer);
193 … t.setRelativeLayer(mLeash != null ? mLeash : mAnimatable.getSurfaceControl(), relativeTo, layer);
202 … t.reparent(mLeash != null ? mLeash : mAnimatable.getSurfaceControl(), newParent.getHandle());
216 final SurfaceControl surface = mAnimatable.getSurfaceControl();
269 final SurfaceControl surface = mAnimatable.getSurfaceControl();
403 @Nullable SurfaceControl getSurfaceControl();
DDimmer.java75 return mHost.getSurfaceControl(); in getAnimationLeashParent()
79 public SurfaceControl getSurfaceControl() { in getSurfaceControl() method in Dimmer.DimAnimatable
85 return mHost.getSurfaceControl(); in getParentSurfaceControl()
165 .setParent(mHost.getSurfaceControl()) in makeDimLayer()
207 t.setRelativeLayer(d.mDimLayer, container.getSurfaceControl(), relativeLayer); in dim()
DTaskSnapshotController.java237 if (task.getSurfaceControl() == null) { in snapshotTask()
269 task.getSurfaceControl().getHandle(), mTmpRect, scaleFraction); in snapshotTask()
DAppWindowThumbnail.java165 public SurfaceControl getSurfaceControl() { in getSurfaceControl() method in AppWindowThumbnail
DWindowContainer.java918 return parent.getSurfaceControl(); in getParentSurfaceControl()
1111 public SurfaceControl getSurfaceControl() { in getSurfaceControl() method in WindowContainer
DWindowSurfaceController.java107 .setParent(win.getSurfaceControl()) in WindowSurfaceController()
DDisplayContent.java3710 && imeContainer.getSurfaceControl() != null; in assignChildLayers()
3727 imeContainer.assignRelativeLayer(t, wt.getSurfaceControl(), -1); in assignChildLayers()
3732 imeContainer.assignRelativeLayer(t, getSurfaceControl(), Integer.MAX_VALUE); in assignChildLayers()
3942 && (imeTarget.getSurfaceControl() != null)) { in assignChildLayers()
3943 mImeWindowsContainers.assignRelativeLayer(t, imeTarget.getSurfaceControl(), in assignChildLayers()
3969 child.assignRelativeLayer(t, mImeWindowsContainers.getSurfaceControl(), 1); in assignRelativeLayerForImeTargetChild()
DWallpaperController.java720 wallpaperWindowState.getSurfaceControl().getHandle(), bounds, 1 /* frameScale */); in screenshotWallpaperLocked()
DAppWindowToken.java1707 return getStack().getSurfaceControl(); in getAnimationLeashParent()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DDimmerTests.java57 public SurfaceControl getSurfaceControl() { in getSurfaceControl() method in DimmerTests.TestWindowContainer
93 public SurfaceControl getSurfaceControl() { in getSurfaceControl() method in DimmerTests.MockSurfaceBuildingContainer
DZOrderingTests.java181 assertZOrderGreaterThan(mTransaction, left.getSurfaceControl(), right.getSurfaceControl()); in assertWindowHigher()
DSurfaceAnimatorTest.java263 public SurfaceControl getSurfaceControl() { in getSurfaceControl() method