OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackScrollState
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java
37
* .stack.
StackScrollState
}
91
public void getStackScrollState(AmbientState ambientState,
StackScrollState
resultState) {
114
private void getNotificationChildrenStates(
StackScrollState
resultState,
126
private void updateSpeedBumpState(
StackScrollState
resultState,
139
private void updateClipping(
StackScrollState
resultState,
190
StackScrollState
resultState, StackScrollAlgorithmState algorithmState) {
212
private void handleDraggedViews(AmbientState ambientState,
StackScrollState
resultState,
242
private void initAlgorithmState(
StackScrollState
resultState, StackScrollAlgorithmState state,
300
private int updateNotGoneIndex(
StackScrollState
resultState,
317
private void updatePositionsForState(
StackScrollState
resultState
[
all
...]
StackScrollState.java
36
public class
StackScrollState
{
44
public
StackScrollState
(ViewGroup hostView) {
StackStateAnimator.java
113
StackScrollState
finalState, long additionalDelay) {
149
StackScrollState
finalState) {
169
private int findLastNotAddedIndex(
StackScrollState
finalState) {
197
StackScrollState
finalState, int i, long fixedDelay) {
323
StackScrollState
finalState) {
[
all
...]
NotificationChildrenContainer.java
413
public void getState(
StackScrollState
resultState, StackViewState parentState) {
560
public void applyState(
StackScrollState
state) {
604
public void prepareExpansionChanged(
StackScrollState
state) {
609
public void startAnimationToState(
StackScrollState
state, StackStateAnimator stateAnimator,
[
all
...]
NotificationStackScrollLayout.java
156
private
StackScrollState
mCurrentStackScrollState = new
StackScrollState
(this);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java
55
import com.android.systemui.statusbar.stack.
StackScrollState
;
460
public void getChildrenStates(
StackScrollState
resultState) {
467
public void applyChildrenState(
StackScrollState
state) {
473
public void prepareExpansionChanged(
StackScrollState
state) {
479
public void startChildAnimation(
StackScrollState
finalState,
[
all
...]
Completed in 102 milliseconds