Searched refs:getLeash (Results 1 – 11 of 11) sorted by relevance
107 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()
65 public @Nullable SurfaceControl getLeash() { in getLeash() method in InsetsSourceControl
339 final SurfaceControl leash = control.getLeash(); in updateLeashesForSide()
351 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()
252 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()
170 assertNull(mProvider.getControl(target).getLeash()); in testUpdateControlForFakeTarget()
94 mTarget = new RemoteAnimationTarget(-1, -1, getLeash(), false, null, null, in createRemoteAnimationTarget()104 SurfaceControl getLeash() { in getLeash() method in WallpaperAnimationAdapter
80 final SurfaceControl leash = control.getLeash();339 if (control == null || control.getLeash() == null) { in startAnimation()
177 assertNotNull(mController.getSourceConsumer(ITYPE_STATUS_BAR).getControl().getLeash()); in testControlsChanged()
21713 HSPLandroid/view/InsetsSourceControl;->getLeash()Landroid/view/SurfaceControl;
38789 HPLcom/android/server/wm/WallpaperAnimationAdapter;->getLeash()Landroid/view/SurfaceControl;