Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImeInsetsSourceProvider.java60 private final InsetsSource mLastSource = new InsetsSource(ID_IME, WindowInsets.Type.ime()); field in ImeInsetsSourceProvider
205 if (mLastSource.equals(mSource)) { in onSourceChanged()
208 mLastSource.set(mSource); in onSourceChanged()