Searched refs:getLastSystemUiStateFlags (Results 1 – 5 of 5) sorted by relevance
69 boolean isImeVisible = (SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags() in init()
86 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in getTargetState()
197 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in handlingOverviewAnim()
160 int stateFlags = SystemUiProxy.INSTANCE.get(mLauncher).getLastSystemUiStateFlags(); in canInterceptTouch()
172 public int getLastSystemUiStateFlags() { in getLastSystemUiStateFlags() method in SystemUiProxy