/frameworks/base/core/java/android/window/ |
D | WindowContextInfo.java | 33 public class WindowContextInfo implements Parcelable { class 46 public WindowContextInfo(@NonNull Configuration configuration, int displayId) { in WindowContextInfo() method in WindowContextInfo 70 private WindowContextInfo(@NonNull Parcel in) { in WindowContextInfo() method in WindowContextInfo 75 public static final @NonNull Creator<WindowContextInfo> CREATOR = new Creator<>() { 76 public WindowContextInfo createFromParcel(Parcel in) { 77 return new WindowContextInfo(in); 80 public WindowContextInfo[] newArray(int size) { 81 return new WindowContextInfo[size]; 98 final WindowContextInfo other = (WindowContextInfo) o; in equals()
|
D | WindowTokenClientController.java | 106 final WindowContextInfo info; in attachToDisplayArea() 133 final WindowContextInfo info; in attachToDisplayContent() 155 final WindowContextInfo info; in attachToWindowToken() 185 @NonNull WindowContextInfo info, boolean shouldReportConfigChange) { in onWindowContextTokenAttached() 204 @NonNull WindowContextInfo info) { in onWindowContextInfoChanged()
|
D | WindowContextInfo.aidl | 20 parcelable WindowContextInfo;
|
/frameworks/base/core/java/android/app/servertransaction/ |
D | WindowContextInfoChangeItem.java | 27 import android.window.WindowContextInfo; 40 private WindowContextInfo mInfo; 61 instance.mInfo = new WindowContextInfo(new Configuration(config), displayId); in obtain() 85 mInfo = in.readTypedObject(WindowContextInfo.CREATOR); in WindowContextInfoChangeItem()
|
/frameworks/base/core/tests/coretests/src/android/window/ |
D | WindowTokenClientControllerTest.java | 65 private WindowContextInfo mWindowContextInfo; 73 mWindowContextInfo = new WindowContextInfo(mConfiguration, DEFAULT_DISPLAY); in setup() 216 mWindowTokenClient, new WindowContextInfo(mConfiguration, DEFAULT_DISPLAY + 1)); in testOnWindowContextInfoChanged()
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 79 import android.window.WindowContextInfo; 877 @nullable WindowContextInfo attachWindowContextToDisplayArea(in IApplicationThread appThread, in attachWindowContextToDisplayArea() 902 @nullable WindowContextInfo attachWindowContextToWindowToken(in IApplicationThread appThread, in attachWindowContextToWindowToken() 921 @nullable WindowContextInfo attachWindowContextToDisplayContent(in IApplicationThread appThread, in attachWindowContextToDisplayContent()
|
/frameworks/base/core/java/android/app/ |
D | ClientTransactionHandler.java | 34 import android.window.WindowContextInfo; 172 @NonNull WindowContextInfo info); in handleWindowContextInfoChanged()
|
D | ActivityThread.java | 224 import android.window.WindowContextInfo; 6594 @NonNull WindowContextInfo info) { in handleWindowContextInfoChanged()
|
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
D | ClientTransactionItemTest.java | 44 import android.window.WindowContextInfo; 144 new WindowContextInfo(mConfiguration, DEFAULT_DISPLAY)); in testWindowContextInfoChangeItem_execute()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowContextListenerControllerTests.java | 52 import android.window.WindowContextInfo; 107 final WindowContextInfo info = (WindowContextInfo) args[1]; in setUp()
|
D | InputMethodDialogWindowContextTest.java | 54 import android.window.WindowContextInfo; 112 return new WindowContextInfo(dc.getImeContainer().getConfiguration(), displayId); in setUp()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityThreadTest.java | 80 import android.window.WindowContextInfo; 788 final WindowContextInfo info = new WindowContextInfo(configuration, DEFAULT_DISPLAY); in testHandleWindowContextConfigurationChanged()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 325 import android.window.WindowContextInfo; 2929 public WindowContextInfo attachWindowContextToDisplayArea(@NonNull IApplicationThread appThread, in attachWindowContextToDisplayArea() 2959 return new WindowContextInfo(da.getConfiguration(), displayId); in attachWindowContextToDisplayArea() 2968 public WindowContextInfo attachWindowContextToDisplayContent( in attachWindowContextToDisplayContent() 3002 return new WindowContextInfo(dc.getConfiguration(), displayId); in attachWindowContextToDisplayContent() 3011 public WindowContextInfo attachWindowContextToWindowToken(@NonNull IApplicationThread appThread, in attachWindowContextToWindowToken() 3052 return new WindowContextInfo(windowToken.getConfiguration(), in attachWindowContextToWindowToken()
|
/frameworks/base/services/ |
D | art-wear-profile | 29508 …app/IApplicationThread;Landroid/os/IBinder;IILandroid/os/Bundle;)Landroid/window/WindowContextInfo; 29509 …/app/IApplicationThread;Landroid/os/IBinder;Landroid/os/IBinder;)Landroid/window/WindowContextInfo;
|