Home | History | Annotate | Download | only in settings

Lines Matching refs:enabled

196              * @param enabled Whether the button should be enabled.
198 LeftButtonMode(int text, boolean enabled) {
200 this.enabled = enabled;
204 final boolean enabled;
219 * @param enabled Whether the button should be enabled.
221 RightButtonMode(int text, boolean enabled) {
223 this.enabled = enabled;
227 final boolean enabled;
267 * @param patternEnabled Whether the pattern widget is enabled.
436 // enabled state all known from the stage
456 mFooterLeftButton.setEnabled(stage.leftMode.enabled);
460 mFooterRightButton.setEnabled(stage.rightMode.enabled);
462 // same for whether the patten is enabled