Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitPresenter.java107 static final int RESULT_NOT_EXPANDED = 0; field in SplitPresenter
130 RESULT_NOT_EXPANDED,
605 return RESULT_NOT_EXPANDED; in expandSplitContainerIfNeeded()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitPresenterTest.java41 import static androidx.window.extensions.embedding.SplitPresenter.RESULT_NOT_EXPANDED;
638 assertEquals(RESULT_NOT_EXPANDED, mPresenter.expandSplitContainerIfNeeded(mTransaction, in testExpandSplitContainerIfNeeded()