Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSourceControl.java190 final SurfaceControl thatLeash = that.mLeash; in equals() local
193 && ((mLeash == thatLeash) in equals()
194 || (mLeash != null && thatLeash != null && mLeash.isSameSurface(thatLeash))) in equals()