Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsSourceProvider.java83 private final Rect mLastSourceFrame = new Rect(); field in InsetsSourceProvider
241 if (!mLastSourceFrame.equals(mSourceFrame)) { in updateSourceFrame()
242 mLastSourceFrame.set(mSourceFrame); in updateSourceFrame()