Searched refs:mDistantDisplayId (Results 1 – 2 of 2) sorted by relevance
91 private int mDistantDisplayId; field in TaskViewController112 launchActivity(mDistantDisplayId,127 } else if (taskInfo.displayId == mDistantDisplayId) {132 notifyListeners(mDistantDisplayId);158 if (newDisplayId == mDistantDisplayId || (oldData != null159 && oldData.mDisplayId == mDistantDisplayId)) {162 notifyListeners(mDistantDisplayId);206 mDistantDisplayId = virtualDisplay.getDisplayId(); in TaskViewController()210 mDistantDisplayId = mContext.getResources().getInteger(R.integer.config_distantDisplayId); in TaskViewController()222 mDistantDisplayId = distantDisplayId; in initialize()[all …]
61 private final int mDistantDisplayId; field in DistantDisplayController102 } else if (displayId == mDistantDisplayId) {136 mDistantDisplayId = mContext.getResources().getInteger(R.integer.config_distantDisplayId); in DistantDisplayController()310 listener.onDisplayChanged(mDistantDisplayId);