OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notGoneIndex
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java
250
int
notGoneIndex
= 0;
272
notGoneIndex
= updateNotGoneIndex(resultState, state,
notGoneIndex
, v);
304
// handle the
notgoneIndex
for the children as well
312
childState.
notGoneIndex
=
notGoneIndex
;
313
notGoneIndex
++;
340
StackScrollAlgorithmState state, int
notGoneIndex
,
343
viewState.
notGoneIndex
=
notGoneIndex
;
[
all
...]
StackStateAnimator.java
171
float longerDurationFactor = viewState.
notGoneIndex
- mCurrentLastNotAddedIndex;
214
return viewState.
notGoneIndex
;
233
int ownIndex = viewState.
notGoneIndex
;
235
.getViewStateForView(event.changingView).
notGoneIndex
;
246
int ownIndex = viewState.
notGoneIndex
;
259
.getViewStateForView(viewAfterChangingView).
notGoneIndex
;
280
float index = viewState.
notGoneIndex
;
StackScrollState.java
81
viewState.
notGoneIndex
= -1;
ExpandableViewState.java
106
public int
notGoneIndex
;
127
notGoneIndex
= svs.
notGoneIndex
;
NotificationStackScrollLayout.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java
202
mShelfState.
notGoneIndex
= Math.min(mShelfState.
notGoneIndex
, mNotGoneIndex);
238
int
notGoneIndex
= 0;
285
mNotGoneIndex =
notGoneIndex
;
302
if (
notGoneIndex
!= 0 || !aboveShelf) {
305
notGoneIndex
++;
324
mNotGoneIndex =
notGoneIndex
;
[
all
...]
Completed in 2044 milliseconds