Searched defs:effectsBar (Results 1 - 1 of 1) sorted by relevance

/gdk/samples/PhotoEditor/src/com/android/photoeditor/
H A DToolbar.java41 private EffectsBar effectsBar; field in class:Toolbar
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);
146 effectsBar.effectsOff(new Runnable() {
175 effectsBar
[all...]

Completed in 45 milliseconds