Searched refs:StatePanel (Results 1 – 3 of 3) sorted by relevance
34 import com.android.gallery3d.filtershow.state.StatePanel;145 StatePanel statePanel = new StatePanel(); in showImageStatePanel()146 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG); in showImageStatePanel()149 StatePanel.FRAGMENT_TAG); in showImageStatePanel()151 statePanel = getFragmentManager().findFragmentByTag(StatePanel.FRAGMENT_TAG); in showImageStatePanel()
31 import com.android.gallery3d.filtershow.state.StatePanel;279 StatePanel statePanel = new StatePanel(); in showImageStatePanel()283 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG); in showImageStatePanel()287 StatePanel.FRAGMENT_TAG); in showImageStatePanel()
33 public class StatePanel extends Fragment { class