OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invertedselection
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/widget/
GridView.java
427
final int
invertedSelection
= mItemCount - 1 - selectedPosition;
429
rowEnd = mItemCount - 1 - (
invertedSelection
- (
invertedSelection
% numColumns));
523
final int
invertedSelection
= mItemCount - 1 - position;
525
motionRowEnd = mItemCount - 1 - (
invertedSelection
- (
invertedSelection
% numColumns));
680
int
invertedSelection
= mItemCount - 1 - selectedPosition;
682
rowEnd = mItemCount - 1 - (
invertedSelection
- (
invertedSelection
% numColumns));
855
int
invertedSelection
= mItemCount - 1 - selectedPosition
[
all
...]
Completed in 61 milliseconds