Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java297 if (!haveSameLeash(mImeSourceControl, imeSourceControl)) { in insetsControlChanged()
649 private static boolean haveSameLeash(InsetsSourceControl a, InsetsSourceControl b) { in haveSameLeash() method in DisplayImeController