OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bottomstackstart
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java
346
float
bottomStackStart
= bottomPeekStart - mBottomStackSlowDownLength;
371
currentYPosition = Math.min(scrollOffset,
bottomStackStart
);
388
>=
bottomStackStart
&& !mIsExpansionChanging && i != 0 && mIsSmallScreen) {
390
int newSize = (int) Math.max(
bottomStackStart
- mPaddingBetweenElements -
393
updateStateForChildTransitioningInBottom(algorithmState,
bottomStackStart
,
398
} else if (nextYPosition >=
bottomStackStart
) {
401
if (currentYPosition >=
bottomStackStart
) {
405
bottomStackStart
, childViewState, childHeight);
410
bottomStackStart
, bottomPeekStart, currentYPosition,
[
all
...]
Completed in 37 milliseconds