Add left QS quick pulldown (3/3)

Change-Id: I77c8f0eda1b059bc2c0f0dff1d92834f36cd9de9
This commit is contained in:
LuK1337 2016-01-18 18:25:51 +01:00 committed by Gerrit Code Review
parent 588c05aeb8
commit 559636d8b7
1 changed files with 3 additions and 3 deletions

View File

@ -1439,14 +1439,14 @@ public final class CMSettings {
sBooleanValidator;
/**
* Whether to allow one finger quick settings expansion on the right side of the statusbar.
* 0 = 0ff, 1 = on
* Whether to allow one finger quick settings expansion on the side of the statusbar.
* 0 = 0ff, 1 = right, 2 = left
*/
public static final String STATUS_BAR_QUICK_QS_PULLDOWN = "qs_quick_pulldown";
/** @hide */
public static final Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR =
sBooleanValidator;
new InclusiveIntegerRangeValidator(0, 2);
/**
* Whether to show the brightness slider in quick settings panel.