Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitContainer.java42 private SplitAttributes mCurrentSplitAttributes; field in SplitContainer
75 mCurrentSplitAttributes = splitAttributes; in SplitContainer()
135 return mCurrentSplitAttributes; in getCurrentSplitAttributes()
162 mCurrentSplitAttributes = splitAttributes; in updateCurrentSplitAttributes()
192 mSecondaryContainer.toActivityStack(), mCurrentSplitAttributes, mToken); in toSplitInfo()
253 + ", currentSplitAttributes" + mCurrentSplitAttributes in toString()