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

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
EffectsBar.java 32 public class EffectsBar extends LinearLayout {
40 public EffectsBar(Context context, AttributeSet attrs) {
PhotoEditor.java 38 private EffectsBar effectsBar;
67 effectsBar = (EffectsBar) findViewById(R.id.effects_bar);
68 effectsBar.initialize(filterStack);
69 effectsBar.setEnabled(false);
89 effectsBar.setEnabled(result != null);
102 effectsBar.exit(new Runnable() {
130 effectsBar.exit(new Runnable() {
163 effectsBar.exit(new Runnable()
    [all...]
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoEditor.java 83 final EffectsBar effectsBar = (EffectsBar) findViewById(R.id.effects_bar);
94 } else if (effectsBar.hasEffectOn()) {
95 effectsBar.effectsOff(null);
Toolbar.java 41 private EffectsBar effectsBar;
74 effectsBar = (EffectsBar) findViewById(R.id.effects_bar);
75 effectsBar.initialize(filterStack, photoView, this);
95 effectsBar.effectsOff(new Runnable() {
107 effectsBar.effectsOff(new Runnable() {
130 effectsBar.effectsOff(new Runnable() {
134 effectsBar.setVisibility(INVISIBLE);
139 effectsBar.setVisibility(VISIBLE)
    [all...]
EffectsBar.java 61 public class EffectsBar extends ScrollView {
66 public EffectsBar(Context context, AttributeSet attrs) {

Completed in 154 milliseconds