HomeSort by relevance Sort by last modified time
    Searched refs:statePanel (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 34 import com.android.gallery3d.filtershow.state.StatePanel;
135 StatePanel statePanel = new StatePanel();
136 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG);
138 Fragment statePanel = getChildFragmentManager().findFragmentByTag(StatePanel.FRAGMENT_TAG);
139 if (statePanel != null) {
140 transaction.remove(statePanel);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 30 import com.android.gallery3d.filtershow.state.StatePanel;
228 StatePanel statePanel = new StatePanel();
229 transaction.replace(R.id.state_panel_container, statePanel, StatePanel.FRAGMENT_TAG);
232 Fragment statePanel = getChildFragmentManager().findFragmentByTag(StatePanel.FRAGMENT_TAG);
233 if (statePanel != null) {
234 transaction.remove(statePanel);
    [all...]

Completed in 325 milliseconds