/frameworks/base/core/java/android/window/ |
D | StartingWindowInfo.java | 279 taskInfo = source.readTypedObject(ActivityManager.RunningTaskInfo.CREATOR); in readFromParcel() 281 targetActivityInfo = source.readTypedObject(ActivityInfo.CREATOR); in readFromParcel() 283 topOpaqueWindowInsetsState = source.readTypedObject(InsetsState.CREATOR); in readFromParcel() 284 topOpaqueWindowLayoutParams = source.readTypedObject( in readFromParcel() 286 mainWindowLayoutParams = source.readTypedObject(WindowManager.LayoutParams.CREATOR); in readFromParcel() 289 taskSnapshot = source.readTypedObject(TaskSnapshot.CREATOR); in readFromParcel() 294 rootSurface = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel()
|
D | DisplayAreaAppearedInfo.java | 44 final DisplayAreaInfo displayAreaInfo = source.readTypedObject(DisplayAreaInfo.CREATOR); 45 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
|
D | TaskAppearedInfo.java | 43 final RunningTaskInfo taskInfo = source.readTypedObject(RunningTaskInfo.CREATOR); 44 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
|
D | TaskFragmentTransaction.java | 209 mTaskFragmentInfo = in.readTypedObject(TaskFragmentInfo.CREATOR); in Change() 213 mActivityIntent = in.readTypedObject(Intent.CREATOR); in Change() 215 mTaskFragmentParentInfo = in.readTypedObject(TaskFragmentParentInfo.CREATOR); in Change() 216 mSurfaceControl = in.readTypedObject(SurfaceControl.CREATOR); in Change()
|
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 298 leash = in.readTypedObject(SurfaceControl.CREATOR); in RemoteAnimationTarget() 303 clipRect = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget() 304 contentInsets = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget() 306 position = in.readTypedObject(Point.CREATOR); in RemoteAnimationTarget() 307 localBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget() 308 sourceContainerBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget() 309 screenSpaceBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget() 310 windowConfiguration = in.readTypedObject(WindowConfiguration.CREATOR); in RemoteAnimationTarget() 312 startLeash = in.readTypedObject(SurfaceControl.CREATOR); in RemoteAnimationTarget() 316 startBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget() [all …]
|
D | AppTransitionAnimationSpec.java | 31 rect = in.readTypedObject(Rect.CREATOR); in AppTransitionAnimationSpec() 32 buffer = in.readTypedObject(HardwareBuffer.CREATOR); in AppTransitionAnimationSpec()
|
/frameworks/base/core/java/android/app/smartspace/uitemplatedata/ |
D | HeadToHeadTemplateData.java | 60 mHeadToHeadTitle = in.readTypedObject(Text.CREATOR); in HeadToHeadTemplateData() 61 mHeadToHeadFirstCompetitorIcon = in.readTypedObject(Icon.CREATOR); in HeadToHeadTemplateData() 62 mHeadToHeadSecondCompetitorIcon = in.readTypedObject(Icon.CREATOR); in HeadToHeadTemplateData() 63 mHeadToHeadFirstCompetitorText = in.readTypedObject(Text.CREATOR); in HeadToHeadTemplateData() 64 mHeadToHeadSecondCompetitorText = in.readTypedObject(Text.CREATOR); in HeadToHeadTemplateData() 65 mHeadToHeadAction = in.readTypedObject(TapAction.CREATOR); in HeadToHeadTemplateData()
|
D | BaseTemplateData.java | 104 mPrimaryItem = in.readTypedObject(SubItemInfo.CREATOR); in BaseTemplateData() 105 mSubtitleItem = in.readTypedObject(SubItemInfo.CREATOR); in BaseTemplateData() 106 mSubtitleSupplementalItem = in.readTypedObject(SubItemInfo.CREATOR); in BaseTemplateData() 107 mSupplementalLineItem = in.readTypedObject(SubItemInfo.CREATOR); in BaseTemplateData() 108 mSupplementalAlarmItem = in.readTypedObject(SubItemInfo.CREATOR); in BaseTemplateData() 406 mText = in.readTypedObject(Text.CREATOR); in SubItemInfo() 407 mIcon = in.readTypedObject(Icon.CREATOR); in SubItemInfo() 408 mTapAction = in.readTypedObject(TapAction.CREATOR); in SubItemInfo() 409 mLoggingInfo = in.readTypedObject(SubItemLoggingInfo.CREATOR); in SubItemInfo()
|
D | CarouselTemplateData.java | 55 mCarouselAction = in.readTypedObject(TapAction.CREATOR); in CarouselTemplateData() 216 mUpperText = in.readTypedObject(Text.CREATOR); in CarouselItem() 217 mImage = in.readTypedObject(Icon.CREATOR); in CarouselItem() 218 mLowerText = in.readTypedObject(Text.CREATOR); in CarouselItem() 219 mTapAction = in.readTypedObject(TapAction.CREATOR); in CarouselItem()
|
D | SubCardTemplateData.java | 56 mSubCardIcon = in.readTypedObject(Icon.CREATOR); in SubCardTemplateData() 57 mSubCardText = in.readTypedObject(Text.CREATOR); in SubCardTemplateData() 58 mSubCardAction = in.readTypedObject(TapAction.CREATOR); in SubCardTemplateData()
|
D | TapAction.java | 71 mIntent = in.readTypedObject(Intent.CREATOR); in TapAction() 72 mPendingIntent = in.readTypedObject(PendingIntent.CREATOR); in TapAction() 73 mUserHandle = in.readTypedObject(UserHandle.CREATOR); in TapAction()
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherActivityInfoInternal.java | 51 mActivityInfo = source.readTypedObject(ActivityInfo.CREATOR); in LauncherActivityInfoInternal() 53 mIncrementalStatesInfo = source.readTypedObject(IncrementalStatesInfo.CREATOR); in LauncherActivityInfoInternal() 54 mUser = source.readTypedObject(UserHandle.CREATOR); in LauncherActivityInfoInternal()
|
/frameworks/base/core/java/android/app/ |
D | TaskInfo.java | 466 baseIntent = source.readTypedObject(Intent.CREATOR); in readFromParcel() 475 taskDescription = source.readTypedObject(ActivityManager.TaskDescription.CREATOR); in readFromParcel() 481 pictureInPictureParams = source.readTypedObject(PictureInPictureParams.CREATOR); in readFromParcel() 485 displayCutoutInsets = source.readTypedObject(Rect.CREATOR); in readFromParcel() 486 topActivityInfo = source.readTypedObject(ActivityInfo.CREATOR); in readFromParcel() 492 positionInParent = source.readTypedObject(Point.CREATOR); in readFromParcel() 498 mTopActivityLocusId = source.readTypedObject(LocusId.CREATOR); in readFromParcel() 501 appCompatTaskInfo = source.readTypedObject(AppCompatTaskInfo.CREATOR); in readFromParcel()
|
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | InputMethodInfoUtilsTest.java | 62 private static <T> T readTypedObject(byte[] data, @NonNull Parcelable.Creator<T> creator) { in readTypedObject() method in InputMethodInfoUtilsTest 68 return Objects.requireNonNull(parcel.readTypedObject(creator)); in readTypedObject() 79 final var cloned = readTypedObject(InputMethodInfoUtils.marshal(imi), in testUnmarshalSameObject()
|
/frameworks/base/core/java/android/credentials/selection/ |
D | Entry.java | 57 Slice slice = in.readTypedObject(Slice.CREATOR); in Entry() 65 mPendingIntent = in.readTypedObject(PendingIntent.CREATOR); in Entry() 66 mFrameworkExtrasIntent = in.readTypedObject(Intent.CREATOR); in Entry()
|
/frameworks/base/core/java/android/app/search/ |
D | SearchAction.java | 75 mIcon = in.readTypedObject(Icon.CREATOR); in SearchAction() 78 mPendingIntent = in.readTypedObject(PendingIntent.CREATOR); in SearchAction() 79 mIntent = in.readTypedObject(Intent.CREATOR); in SearchAction() 80 mUserHandle = in.readTypedObject(UserHandle.CREATOR); in SearchAction() 81 mExtras = in.readTypedObject(Bundle.CREATOR); in SearchAction()
|
/frameworks/base/core/java/android/hardware/devicestate/ |
D | DeviceStateInfo.java | 151 DeviceState.Configuration configuration = source.readTypedObject( 157 source.readTypedObject(DeviceState.Configuration.CREATOR)); 159 source.readTypedObject(DeviceState.Configuration.CREATOR));
|
/frameworks/base/core/java/android/app/servertransaction/ |
D | WindowStateResizeItem.java | 145 mFrames = in.readTypedObject(ClientWindowFrames.CREATOR); in WindowStateResizeItem() 147 mConfiguration = in.readTypedObject(MergedConfiguration.CREATOR); in WindowStateResizeItem() 148 mInsetsState = in.readTypedObject(InsetsState.CREATOR); in WindowStateResizeItem() 154 mActivityWindowInfo = in.readTypedObject(ActivityWindowInfo.CREATOR); in WindowStateResizeItem()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ScreenshotRequest.java | 74 mTopComponent = in.readTypedObject(ComponentName.CREATOR); in ScreenshotRequest() 77 mBitmap = HardwareBitmapBundler.bundleToHardwareBitmap(in.readTypedObject(Bundle.CREATOR)); in ScreenshotRequest() 78 mBoundsInScreen = in.readTypedObject(Rect.CREATOR); in ScreenshotRequest() 79 mInsets = in.readTypedObject(Insets.CREATOR); in ScreenshotRequest()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
D | SplitBounds.java | 82 leftTopBounds = parcel.readTypedObject(Rect.CREATOR); in SplitBounds() 83 rightBottomBounds = parcel.readTypedObject(Rect.CREATOR); in SplitBounds() 84 visualDividerBounds = parcel.readTypedObject(Rect.CREATOR); in SplitBounds()
|
/frameworks/base/core/java/android/service/credentials/ |
D | CreateCredentialRequest.java | 53 mCallingAppInfo = in.readTypedObject(CallingAppInfo.CREATOR); in CreateCredentialRequest() 55 mData = in.readTypedObject(Bundle.CREATOR); in CreateCredentialRequest()
|
/frameworks/base/core/java/android/app/smartspace/ |
D | SmartspaceAction.java | 85 mIcon = in.readTypedObject(Icon.CREATOR); in SmartspaceAction() 89 mPendingIntent = in.readTypedObject(PendingIntent.CREATOR); in SmartspaceAction() 90 mIntent = in.readTypedObject(Intent.CREATOR); in SmartspaceAction() 91 mUserHandle = in.readTypedObject(UserHandle.CREATOR); in SmartspaceAction()
|
D | SmartspaceTarget.java | 281 this.mHeaderAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget() 282 this.mBaseAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget() 292 this.mComponentName = in.readTypedObject(ComponentName.CREATOR); in SmartspaceTarget() 293 this.mUserHandle = in.readTypedObject(UserHandle.CREATOR); in SmartspaceTarget() 295 this.mSliceUri = in.readTypedObject(Uri.CREATOR); in SmartspaceTarget() 296 this.mWidget = in.readTypedObject(AppWidgetProviderInfo.CREATOR); in SmartspaceTarget() 298 this.mRemoteViews = in.readTypedObject(RemoteViews.CREATOR); in SmartspaceTarget()
|
/frameworks/base/core/java/android/app/contextualsearch/ |
D | ContextualSearchState.java | 62 this.mStructure = source.readTypedObject(AssistStructure.CREATOR); in ContextualSearchState() 63 this.mContent = source.readTypedObject(AssistContent.CREATOR); in ContextualSearchState()
|
/frameworks/base/core/java/android/credentials/ |
D | GetCandidateCredentialsResponse.java | 102 mIntent = in.readTypedObject(Intent.CREATOR); in GetCandidateCredentialsResponse() 104 mPrimaryProviderComponentName = in.readTypedObject(ComponentName.CREATOR); in GetCandidateCredentialsResponse()
|