Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java151 private final List<SplitInfo> mLastReportedSplitStates = new ArrayList<>(); field in SplitController
1976 if (mLastReportedSplitStates.equals(currentSplitStates)) { in updateCallbackIfNecessary()
1979 mLastReportedSplitStates.clear(); in updateCallbackIfNecessary()
1980 mLastReportedSplitStates.addAll(currentSplitStates); in updateCallbackIfNecessary()