OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentWindowStart
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
AdapterViewAnimator.java
94
int
mCurrentWindowStart
= 0;
102
* The same as {@link #
mCurrentWindowStart
}, except when the we have bounded
103
* {@link #
mCurrentWindowStart
} to be non-negative
250
mCurrentWindowStart
= 0;
411
for (int i =
mCurrentWindowStart
; i <= mCurrentWindowEnd; i++) {
514
if (!(newWindowStart ==
mCurrentWindowStart
&& newWindowEnd == mCurrentWindowEnd &&
562
mCurrentWindowStart
= newWindowStart;
566
int adapterStart = modulo(
mCurrentWindowStart
, adapterCount);
[
all
...]
StackView.java
422
for (int i = mCurrentWindowEnd; i >=
mCurrentWindowStart
; i--) {
[
all
...]
Completed in 93 milliseconds