Loading packages/SystemUI/src/com/android/systemui/dock/DockManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ public interface DockManager { */ int STATE_DOCKED_HIDE = 2; /** * Indicates there's no alignment info. This could happen when the device is unable to decide * its alignment condition. */ int ALIGN_STATE_UNKNOWN = -1; /** * Indicates there's no alignment issue. */ Loading Loading
packages/SystemUI/src/com/android/systemui/dock/DockManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,12 @@ public interface DockManager { */ int STATE_DOCKED_HIDE = 2; /** * Indicates there's no alignment info. This could happen when the device is unable to decide * its alignment condition. */ int ALIGN_STATE_UNKNOWN = -1; /** * Indicates there's no alignment issue. */ Loading