OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:belowSpeedBump
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackViewState.java
39
public boolean
belowSpeedBump
;
75
belowSpeedBump
= svs.
belowSpeedBump
;
StackScrollState.java
163
view.setBelowSpeedBump(state.
belowSpeedBump
);
NotificationChildrenContainer.java
474
childState.
belowSpeedBump
= parentState.
belowSpeedBump
;
[
all
...]
StackScrollAlgorithm.java
135
childViewState.
belowSpeedBump
= speedBumpIndex != -1 && i >= speedBumpIndex;
StackStateAnimator.java
250
child.setBelowSpeedBump(viewState.
belowSpeedBump
);
[
all
...]
Completed in 45 milliseconds