Home
last modified time | relevance | path

Searched defs:newDisplayId (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DIWindowToken.aidl32 void onConfigurationChanged(in Configuration newConfig, int newDisplayId); in onConfigurationChanged()
H A DITaskStackListener.aidl161 void onTaskDisplayChanged(int taskId, int newDisplayId); in onTaskDisplayChanged()
H A DTaskStackListener.java170 public void onTaskDisplayChanged(int taskId, int newDisplayId) throws RemoteException { in onTaskDisplayChanged()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowTokenClient.java190 public void onConfigurationChanged(Configuration newConfig, int newDisplayId) { in onConfigurationChanged()
205 public void onConfigurationChanged(Configuration newConfig, int newDisplayId, in onConfigurationChanged()
H A DConfigurationHelper.java109 public static boolean isDifferentDisplay(int displayId, int newDisplayId) { in isDifferentDisplay()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DButtonSelectionStateListener.java53 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTaskStackListenerCallback.java43 default void onTaskDisplayChanged(int taskId, int newDisplayId) { } in onTaskDisplayChanged()
H A DTaskStackListenerImpl.java158 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTaskStackChangeListener.java91 public void onTaskDisplayChanged(int taskId, int newDisplayId) { } in onTaskDisplayChanged()
H A DTaskStackChangeListeners.java250 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged()
/aosp12/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp213 constexpr int32_t newDisplayId = 2; in TEST_F() local
486 constexpr int32_t newDisplayId = 2; in TEST_F() local
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java381 int newDisplayId = mCarOccupantZoneService.getDisplayIdForDriver(targetDisplayType); in assignDisplayId() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskChangeNotificationController.java505 void notifyTaskDisplayChanged(int taskId, int newDisplayId) { in notifyTaskDisplayChanged()
H A DActivityRecord.java8417 final int newDisplayId = getDisplayId(); in ensureActivityConfiguration() local
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java341 void onConfigurationChanged(Configuration overrideConfig, int newDisplayId); in onConfigurationChanged()
5138 int newDisplayId) { in performConfigurationChange()
5182 public void updateConfiguration(int newDisplayId) { in updateConfiguration()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3433 constexpr int32_t newDisplayId = 2; in TEST_F() local
3633 constexpr int32_t newDisplayId = 2; in TEST_F() local