Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitContainer.java43 private SplitAttributes mCurrentSplitAttributes; field in SplitContainer
76 mCurrentSplitAttributes = splitAttributes; in SplitContainer()
136 return mCurrentSplitAttributes; in getCurrentSplitAttributes()
163 mCurrentSplitAttributes = splitAttributes; in updateCurrentSplitAttributes()
204 mCurrentSplitAttributes, SplitInfo.Token.createFromBinder(mToken)); in toSplitInfoIfStable()
265 + ", currentSplitAttributes" + mCurrentSplitAttributes in toString()