Home | History | Annotate | Download | only in category

Lines Matching refs:statePanel

31 import com.android.gallery3d.filtershow.state.StatePanel;
279 StatePanel statePanel = new StatePanel();
280 statePanel.setMainPanel(this);
283 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG);
286 Fragment statePanel = getChildFragmentManager().findFragmentByTag(StatePanel.FRAGMENT_TAG);
287 if (statePanel != null) {
288 transaction.remove(statePanel);