Searched refs:isSameSurface (Results 1 – 12 of 12) sorted by relevance
62 static bool isSameSurface(
172 || (mLeash != null && thatLeash != null && mLeash.isSameSurface(thatLeash))) in equals()
184 if (oldLeash == null || newLeash == null || !oldLeash.isSameSurface(newLeash)) { in setControl()
1514 public boolean isSameSurface(@NonNull SurfaceControl other) { in isSameSurface() method in SurfaceControl
93 bool SurfaceControl::isSameSurface( in isSameSurface() function in android::SurfaceControl
202 const bool setBackpressureFlag = !SurfaceControl::isSameSurface(mSurfaceControl, surface); in update()271 if (!SurfaceControl::isSameSurface(pendingSC, stat.surfaceControl)) { in transactionCallback()
1192 if (SurfaceControl::isSameSurface(sc, newParent)) { in reparent()
637 return a.getLeash().isSameSurface(b.getLeash()); in haveSameLeash()
3736 && mInputMethodSurfaceParent.isSameSurface( in isImeAttachedToApp()
2773 method public boolean isSameSurface(@NonNull android.view.SurfaceControl);
17290 HSPLandroid/view/SurfaceControl;->isSameSurface(Landroid/view/SurfaceControl;)Z
17339 HSPLandroid/view/SurfaceControl;->isSameSurface(Landroid/view/SurfaceControl;)Z