Searched refs:mClusterState (Results 1 – 3 of 3) sorted by relevance
76 private ClusterState mClusterState; field in ClusterHomeApplication118 mClusterState = mHomeManager.getClusterState(); in initClusterHome()119 if (!mClusterState.on) { in initClusterHome()137 if (mClusterState.uiType != UI_TYPE_HOME) { in initClusterHome()138 startClusterActivity(mClusterState.uiType); in initClusterHome()160 if (mClusterState == null || mClusterState.displayId == Display.INVALID_DISPLAY) { in startClusterActivity()168 if (mClusterState.bounds != null && mClusterState.insets != null) { in startClusterActivity()169 Rect unobscured = new Rect(mClusterState.bounds); in startClusterActivity()170 unobscured.inset(mClusterState.insets); in startClusterActivity()196 mClusterState = state;[all …]
59 private ClusterState mClusterState; field in ClusterDisplayController92 mClusterState = mClusterHomeManager.getClusterState();93 if (mClusterState.displayId != Display.INVALID_DISPLAY) {94 mRootTDAOrganizer.registerListener(mClusterState.displayId, mRootTDAListener);105 mClusterState = state;128 if (mClusterState != null && mClusterState.displayId != Display.INVALID_DISPLAY) {129 resizeTDA(displayAreaInfo.token, mClusterState.bounds, mClusterState.displayId);
92 private ClusterState mClusterState; field in ClusterHomeServiceUnitTest102 mClusterState = state; in onClusterStateChanged()191 assertThat(mClusterState.uiType).isEqualTo(UI_TYPE_CLUSTER_MAPS); in onSwitchUiSendsDisplayState()204 assertThat(mClusterState.on).isTrue(); in displayOnSendsDisplayState()218 assertThat(mClusterState.bounds).isEqualTo(newBounds); in displayBoundsSendsDisplayState()232 assertThat(mClusterState.insets).isEqualTo(newInsets); in displayInsetsSendsDisplayState()