Merge "There should be an UNKNOWN state to handle more conditions" into qt-qpr1-dev

This commit is contained in:
Lucas Dupin
2019-12-02 17:13:54 +00:00
committed by Android (Google) Code Review

View File

@@ -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.
*/