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

  /packages/apps/Browser/src/com/android/browser/
BookmarkDragHandler.java 53 public Object extraState;
72 public boolean startDrag(View view, Cursor item, long id, Object extraState) {
82 state.extraState = extraState;
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 237 ExtraDragState extraState = (ExtraDragState) state.extraState;
239 extraState.childPosition,
240 extraState.groupPosition);

Completed in 715 milliseconds