Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java131 SurfaceControl oldLeash = mSourceControl != null ? mSourceControl.getLeash() : null; in setControl() local
184 if (oldLeash == null || newLeash == null || !oldLeash.isSameSurface(newLeash)) { in setControl()