OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPositionOffset
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
499
return getUndoingView(position -
getPositionOffset
(position), conv, parent,
502
return getUndoingView(position -
getPositionOffset
(position), conv, parent,
505
return getDeletingView(position -
getPositionOffset
(position), conv, parent, false);
507
return getDeletingView(position -
getPositionOffset
(position), conv, parent, true);
704
final int cursorPos = position -
getPositionOffset
(position);
799
return super.getItem(position -
getPositionOffset
(position));
[
all
...]
ConversationListFragment.java
670
"unable to open conv at cursor pos=%s cursor=%s
getPositionOffset
=%s",
671
position, cursor, getAnimatedAdapter().
getPositionOffset
(position));
708
cursorPosition + getAnimatedAdapter().
getPositionOffset
(cursorPosition);
[
all
...]
Completed in 40 milliseconds