Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java87 private final Rect mLastSourceFrame = new Rect(); field in InsetsSourceProvider
252 if (!mLastSourceFrame.equals(mSourceFrame)) { in updateSourceFrame()
253 mLastSourceFrame.set(mSourceFrame); in updateSourceFrame()