Searched refs:displaySize (Results 1 – 1 of 1) sorted by relevance
50 val currDisplayRect = current.wmState.displaySize() in getInitialState()69 val newWmDisplayRect = current.wmState.displaySize() in doProcessState()128 val newWmDisplayRect = current.wmState.displaySize() in doProcessState()149 val lastDisplayRect = current.wmState.displaySize() in doProcessState()162 private fun WindowManagerState.displaySize() = getDefaultDisplay() method