Home
last modified time | relevance | path

Searched refs:mDistantDisplayId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DTaskViewController.java91 private int mDistantDisplayId; field in TaskViewController
112 launchActivity(mDistantDisplayId,
127 } else if (taskInfo.displayId == mDistantDisplayId) {
132 notifyListeners(mDistantDisplayId);
158 if (newDisplayId == mDistantDisplayId || (oldData != null
159 && 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 …]
DDistantDisplayController.java61 private final int mDistantDisplayId; field in DistantDisplayController
102 } else if (displayId == mDistantDisplayId) {
136 mDistantDisplayId = mContext.getResources().getInteger(R.integer.config_distantDisplayId); in DistantDisplayController()
310 listener.onDisplayChanged(mDistantDisplayId);