Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java442 private final InsetsSourceControl.Array mLastReportedActiveControls = field in WindowState
3573 final int lastSeq = mLastReportedActiveControls.getSeq(); in fillInsetsSourceControls()
3578 if (outArray != mLastReportedActiveControls) { in fillInsetsSourceControls()
3580 mLastReportedActiveControls.setTo(outArray, false /* copyControls */); in fillInsetsSourceControls()
3707 fillInsetsSourceControls(mLastReportedActiveControls, false /* copyControls */); in notifyInsetsControlChanged()
3709 mClient, mLastReportedInsetsState, mLastReportedActiveControls)); in notifyInsetsControlChanged()