Searched refs:mAdjustable (Results 1 – 1 of 1) sorted by relevance
52 private boolean mAdjustable; // whether the seekbar should respond to the left/right keys field in SeekBarPreference96 if (!mAdjustable && (keyCode == KeyEvent.KEYCODE_DPAD_LEFT131 mAdjustable = a.getBoolean(R.styleable.SeekBarPreference_adjustable, true); in SeekBarPreference()254 mAdjustable = adjustable; in setAdjustable()259 return mAdjustable; in isAdjustable()