Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DDividerPresenter.java358 final int fullyExpandedPosition = isVerticalSplit in getInitialDividerPosition() local
361 return isReversedLayout ? fullyExpandedPosition : 0; in getInitialDividerPosition()
684 final int fullyExpandedPosition = mProperties.mIsVerticalSplit in dividerPositionForSnapPoints() local
695 fullyExpandedPosition, in dividerPositionForSnapPoints()
709 int maxPosition, int fullyExpandedPosition, float velocity, float displayDensity, in dividerPositionWithPositionOptions() argument
718 return fullyExpandedPosition; in dividerPositionWithPositionOptions()
733 ? new int[] {0, minPosition, maxPosition, fullyExpandedPosition} in dividerPositionWithPositionOptions()