Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java327 MainPanel mainPanel = (MainPanel) main; in loadEditorPanel() local
328 View container = mainPanel.getView().findViewById(R.id.category_panel_container); in loadEditorPanel()
329 View bottom = mainPanel.getView().findViewById(R.id.bottom_panel); in loadEditorPanel()
331 ViewPropertyAnimator anim = mainPanel.getView().animate(); in loadEditorPanel()
1190 MainPanel mainPanel = (MainPanel) panel; in fillLooks() local
1191 mainPanel.loadCategoryLookPanel(true); in fillLooks()
1231 MainPanel mainPanel = (MainPanel) panel; in toggleImageStatePanel() local
1232 mainPanel.showImageStatePanel(mShowingImageStatePanel); in toggleImageStatePanel()
1241 MainPanel mainPanel = (MainPanel) panel; in toggleVersionsPanel() local
1242 mainPanel.loadCategoryVersionsPanel(); in toggleVersionsPanel()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanel.java41 public void setMainPanel(MainPanel mainPanel) { in setMainPanel() argument
42 mMainPanel = mainPanel; in setMainPanel()