Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DMoveToDisplayItem.java64 public static MoveToDisplayItem obtain(int targetDisplayId, in obtain() argument
74 instance.mTargetDisplayId = targetDisplayId; in obtain()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java836 @UserIdInt int targetUserId, int targetDisplayId, @Nullable IBinder targetWindow, in StartInputInfo() argument
849 mTargetDisplayId = targetDisplayId; in StartInputInfo()