Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DDebugView.java46 public class DebugView extends TableView implements DebugDisplay { class
52 public DebugView(Context context) { in DebugView() method in DebugView
56 public DebugView(Context context, AttributeSet attrs) { in DebugView() method in DebugView
60 public DebugView(Context context, AttributeSet attrs, int defStyleAttr) { in DebugView() method in DebugView
DInspectorController.java133 (DebugView) layout.findViewById(R.id.inspector_debug_view), in InspectorController()
143 DebugView view = (DebugView) layout.findViewById(R.id.inspector_debug_view); in InspectorController()