Searched refs:currentPanel (Results 1 – 2 of 2) sorted by relevance
220 public void showPanel(int currentPanel) { in showPanel() argument221 switch (currentPanel) { in showPanel()276 int currentPanel = mCurrentSelected; in showImageStatePanel() local290 if (currentPanel == VERSIONS) { in showImageStatePanel()291 currentPanel = LOOKS; in showImageStatePanel()295 showPanel(currentPanel); in showImageStatePanel()
696 public void setCurrentPanel(int currentPanel) { in setCurrentPanel() argument697 mCurrentPanel = currentPanel; in setCurrentPanel()1319 … Fragment currentPanel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in backToMain() local1320 if (currentPanel instanceof MainPanel) { in backToMain()1329 … Fragment currentPanel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in onBackPressed() local1330 if (currentPanel instanceof MainPanel) { in onBackPressed()