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

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
H A DToolbar.java35 * Toolbar that contains all tools and controls their idle/awake behaviors from UI thread.
64 private boolean idle; field in class:Toolbar.ToolbarIdleHandler
73 if (!idle) {
74 idle = true;
90 if (idle) {
91 idle = false;
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DGenericWaveRS.java45 public int idle; field in class:GenericWaveRS.WorldState
237 mScript.set_gIdle(mWorldState.idle);

Completed in 267 milliseconds