Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryPanel.java114 View panelView = main.findViewById(R.id.listItems); in onCreateView() local
115 if (panelView instanceof CategoryTrack) { in onCreateView()
116 CategoryTrack panel = (CategoryTrack) panelView; in onCreateView()