Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java65 private final List<SplitInfo> mLastReportedSplitStates = new ArrayList<>(); field in SplitController
570 if (currentSplitStates == null || mLastReportedSplitStates.equals(currentSplitStates)) { in updateCallbackIfNecessary()
573 mLastReportedSplitStates.clear(); in updateCallbackIfNecessary()
574 mLastReportedSplitStates.addAll(currentSplitStates); in updateCallbackIfNecessary()