OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twoScreens
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
AutoScrollListView.java
92
int
twoScreens
= (lastPosition - firstPosition) * 2;
95
preliminaryPosition = position +
twoScreens
;
104
preliminaryPosition = position -
twoScreens
;
/packages/apps/Dialer/java/com/android/contacts/common/list/
AutoScrollListView.java
89
int
twoScreens
= (lastPosition - firstPosition) * 2;
92
preliminaryPosition = position +
twoScreens
;
101
preliminaryPosition = position -
twoScreens
;
Completed in 165 milliseconds