Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DClientTransactionListenerController.java219 int changedDisplayId = INVALID_DISPLAY; in onContextConfigurationPostChanged() local
228 changedDisplayId = context.getDisplayId(); in onContextConfigurationPostChanged()
232 if (changedDisplayId != INVALID_DISPLAY) { in onContextConfigurationPostChanged()
234 onDisplayChanged(changedDisplayId); in onContextConfigurationPostChanged()
/frameworks/base/media/java/android/media/
DMediaRouter.java404 private void updatePresentationDisplays(int changedDisplayId) { in updatePresentationDisplays() argument
409 && route.mPresentationDisplay.getDisplayId() == changedDisplayId)) { in updatePresentationDisplays()