Searched refs:mAdjustable (Results 1 – 1 of 1) sorted by relevance
54 private boolean mAdjustable; // whether the seekbar should respond to the left/right keys field in SeekBarPreference97 if (mSeekBar == null || !mAdjustable) {149 if (!mInDirectManipulationMode || !mAdjustable || mSeekBar == null) {184 mAdjustable = a.getBoolean(R.styleable.SeekBarPreference_adjustable, true); in SeekBarPreference()309 mAdjustable = adjustable; in setAdjustable()314 return mAdjustable; in isAdjustable()