Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DMainPanel.java220 public void showPanel(int currentPanel) { in showPanel() argument
221 switch (currentPanel) { in showPanel()
276 int currentPanel = mCurrentSelected; in showImageStatePanel() local
290 if (currentPanel == VERSIONS) { in showImageStatePanel()
291 currentPanel = LOOKS; in showImageStatePanel()
295 showPanel(currentPanel); in showImageStatePanel()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java696 public void setCurrentPanel(int currentPanel) { in setCurrentPanel() argument
697 mCurrentPanel = currentPanel; in setCurrentPanel()
1319 … Fragment currentPanel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in backToMain() local
1320 if (currentPanel instanceof MainPanel) { in backToMain()
1329 … Fragment currentPanel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in onBackPressed() local
1330 if (currentPanel instanceof MainPanel) { in onBackPressed()