OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSyncRowId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
AdapterView.java
75
* Position from which to start looking for
mSyncRowId
82
long
mSyncRowId
= INVALID_ROW_ID;
85
* Height of the view when mSyncPosition and
mSyncRowId
where set
90
* True if we need to sync to
mSyncRowId
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewICS.java
77
* Position from which to start looking for
mSyncRowId
84
long
mSyncRowId
= INVALID_ROW_ID;
87
* Height of the view when mSyncPosition and
mSyncRowId
where set
92
* True if we need to sync to
mSyncRowId
[
all
...]
Completed in 48 milliseconds