Searched defs:getSurfaceControl (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowThumbnail.java165 public SurfaceControl getSurfaceControl() { method in class:AppWindowThumbnail
H A DDimmer.java75 return mHost.getSurfaceControl();
79 public SurfaceControl getSurfaceControl() { method in class:Dimmer.DimAnimatable
85 return mHost.getSurfaceControl();
165 .setParent(mHost.getSurfaceControl())
207 t.setRelativeLayer(d.mDimLayer, container.getSurfaceControl(), relativeLayer);
H A 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(); method in interface:SurfaceAnimator.Animatable
H A DWindowContainer.java918 return parent.getSurfaceControl();
1111 public SurfaceControl getSurfaceControl() { method in class:WindowContainer
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DDimmerTests.java57 public SurfaceControl getSurfaceControl() { method in class:DimmerTests.TestWindowContainer
93 public SurfaceControl getSurfaceControl() { method in class:DimmerTests.MockSurfaceBuildingContainer
H A DSurfaceAnimatorTest.java263 public SurfaceControl getSurfaceControl() { method in class:SurfaceAnimatorTest.MyAnimatable

Completed in 94 milliseconds