Home | History | Annotate | Download | only in filtershow

Lines Matching defs:currentPanel

696     public void setCurrentPanel(int currentPanel) {
697 mCurrentPanel = currentPanel;
1319 Fragment currentPanel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG);
1320 if (currentPanel instanceof MainPanel) {
1329 Fragment currentPanel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG);
1330 if (currentPanel instanceof MainPanel) {