Home
last modified time | relevance | path

Searched refs:RootItemView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
DDragHost.java60 return v instanceof RootItemView; in canHandleDragEvent()
66 RootItemView itemView = (RootItemView) v; in setDropTargetHighlight()
73 RootItemView itemView = (RootItemView) v; in onViewHovered()
DRootItemView.java25 public final class RootItemView extends LinearLayout { class
30 public RootItemView(Context context, AttributeSet attrs) { in RootItemView() method in RootItemView