Home
last modified time | relevance | path

Searched refs:WindowContextInfo (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/window/
DWindowContextInfo.java33 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()
DWindowTokenClientController.java106 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()
DWindowContextInfo.aidl20 parcelable WindowContextInfo;
/frameworks/base/core/java/android/app/servertransaction/
DWindowContextInfoChangeItem.java27 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/
DWindowTokenClientControllerTest.java65 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/
DIWindowManager.aidl79 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/
DClientTransactionHandler.java34 import android.window.WindowContextInfo;
172 @NonNull WindowContextInfo info); in handleWindowContextInfoChanged()
DActivityThread.java224 import android.window.WindowContextInfo;
6594 @NonNull WindowContextInfo info) { in handleWindowContextInfoChanged()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DClientTransactionItemTest.java44 import android.window.WindowContextInfo;
144 new WindowContextInfo(mConfiguration, DEFAULT_DISPLAY)); in testWindowContextInfoChangeItem_execute()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContextListenerControllerTests.java52 import android.window.WindowContextInfo;
107 final WindowContextInfo info = (WindowContextInfo) args[1]; in setUp()
DInputMethodDialogWindowContextTest.java54 import android.window.WindowContextInfo;
112 return new WindowContextInfo(dc.getImeContainer().getConfiguration(), displayId); in setUp()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java80 import android.window.WindowContextInfo;
788 final WindowContextInfo info = new WindowContextInfo(configuration, DEFAULT_DISPLAY); in testHandleWindowContextConfigurationChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java325 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/
Dart-wear-profile29508 …app/IApplicationThread;Landroid/os/IBinder;IILandroid/os/Bundle;)Landroid/window/WindowContextInfo;
29509 …/app/IApplicationThread;Landroid/os/IBinder;Landroid/os/IBinder;)Landroid/window/WindowContextInfo;