Home
last modified time | relevance | path

Searched refs:getLeash (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java107 SurfaceControl oldLeash = mSourceControl != null ? mSourceControl.getLeash() : null; in setControl()
129 if (control.getLeash() != null && (needAnimation || mIsAnimationPending)) { in setControl()
152 SurfaceControl newLeash = mSourceControl.getLeash(); in setControl()
342 if (mSourceControl == null || mSourceControl.getLeash() == null) { in applyHiddenToControl()
349 t.show(mSourceControl.getLeash()); in applyHiddenToControl()
351 t.hide(mSourceControl.getLeash()); in applyHiddenToControl()
DInsetsSourceControl.java65 public @Nullable SurfaceControl getLeash() { in getLeash() method in InsetsSourceControl
DInsetsAnimationControlImpl.java339 final SurfaceControl leash = control.getLeash(); in updateLeashesForSide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayImeController.java351 t.setPosition(mImeSourceControl.getLeash(), x, value); in startAnimation()
354 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()
365 t.setPosition(mImeSourceControl.getLeash(), x, startY); in startAnimation()
377 t.setAlpha(mImeSourceControl.getLeash(), alpha); in startAnimation()
379 t.show(mImeSourceControl.getLeash()); in startAnimation()
393 t.setPosition(mImeSourceControl.getLeash(), x, endY); in startAnimation()
394 t.setAlpha(mImeSourceControl.getLeash(), 1.f); in startAnimation()
398 t.hide(mImeSourceControl.getLeash()); in startAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java252 assertNull(controls[i].getLeash()); in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
283 assertNull(controls[i].getLeash()); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
285 assertNotNull(controls[i].getLeash()); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
309 assertNull(controls[i].getLeash()); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
323 assertNotNull(controls[i].getLeash()); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
DInsetsSourceProviderTest.java170 assertNull(mProvider.getControl(target).getLeash()); in testUpdateControlForFakeTarget()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperAnimationAdapter.java94 mTarget = new RemoteAnimationTarget(-1, -1, getLeash(), false, null, null, in createRemoteAnimationTarget()
104 SurfaceControl getLeash() { in getLeash() method in WallpaperAnimationAdapter
DInsetsPolicy.java80 final SurfaceControl leash = control.getLeash();
339 if (control == null || control.getLeash() == null) { in startAnimation()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java177 assertNotNull(mController.getSourceConsumer(ITYPE_STATUS_BAR).getControl().getLeash()); in testControlsChanged()
/frameworks/base/config/
Dboot-image-profile.txt21713 HSPLandroid/view/InsetsSourceControl;->getLeash()Landroid/view/SurfaceControl;
/frameworks/base/services/
Dart-profile38789 HPLcom/android/server/wm/WallpaperAnimationAdapter;->getLeash()Landroid/view/SurfaceControl;