OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentWindowEnd
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
AdapterViewAnimator.java
99
int
mCurrentWindowEnd
= -1;
251
mCurrentWindowEnd
= -1;
411
for (int i = mCurrentWindowStart; i <=
mCurrentWindowEnd
; i++) {
514
if (!(newWindowStart == mCurrentWindowStart && newWindowEnd ==
mCurrentWindowEnd
&&
563
mCurrentWindowEnd
= newWindowEnd;
567
int adapterEnd = modulo(
mCurrentWindowEnd
, adapterCount);
[
all
...]
StackView.java
422
for (int i =
mCurrentWindowEnd
; i >= mCurrentWindowStart; i--) {
[
all
...]
Completed in 287 milliseconds