HomeSort by relevance Sort by last modified time
    Searched refs:adapterIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 515 int adapterIndex = flip ? flipOffset - adapterLoopIndex : adapterLoopIndex;
518 ConversationOverlayItem adapterItem = mOverlayAdapter.getItem(adapterIndex);
523 traceLayout("in loop, spacer=%d overlay=%d t/b=%d/%d (%s)", spacerIndex, adapterIndex,
525 positionOverlay(adapterIndex, itemPos.top, itemPos.bottom);
530 adapterIndex = flip ? flipOffset - adapterLoopIndex : adapterLoopIndex;
531 adapterItem = mOverlayAdapter.getItem(adapterIndex);
544 adapterIndex, itemPos.top, itemPos.bottom, adapterItem);
545 positionOverlay(adapterIndex, itemPos.top, itemPos.bottom);
647 private void onOverlayScrolledOff(final int adapterIndex, final OverlayView overlay,
653 mOverlayViews.remove(adapterIndex);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java     [all...]

Completed in 680 milliseconds