Home | History | Annotate | Download | only in camera

Lines Matching defs:ButtonManager

39 public class ButtonManager implements SettingsManager.OnSettingChangedListener {
104 * Get a new global ButtonManager.
106 public ButtonManager(AppController app) {
133 public void onButtonVisibilityChanged(ButtonManager buttonManager, int buttonId);
138 public void onButtonEnabledChanged(ButtonManager buttonManager, int buttonId);
493 // TODO: Redesign ButtonManager's button getter methods into one method.