/aosp14/frameworks/base/core/java/android/window/ |
H A D | StartingWindowInfo.java | 264 taskInfo = source.readTypedObject(ActivityManager.RunningTaskInfo.CREATOR); in readFromParcel() 265 targetActivityInfo = source.readTypedObject(ActivityInfo.CREATOR); in readFromParcel() 267 topOpaqueWindowInsetsState = source.readTypedObject(InsetsState.CREATOR); in readFromParcel() 268 topOpaqueWindowLayoutParams = source.readTypedObject( in readFromParcel() 270 mainWindowLayoutParams = source.readTypedObject(WindowManager.LayoutParams.CREATOR); in readFromParcel() 273 taskSnapshot = source.readTypedObject(TaskSnapshot.CREATOR); in readFromParcel() 278 rootSurface = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel()
|
H A D | DisplayAreaAppearedInfo.java | 44 final DisplayAreaInfo displayAreaInfo = source.readTypedObject(DisplayAreaInfo.CREATOR); 45 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
|
H A D | TaskAppearedInfo.java | 43 final RunningTaskInfo taskInfo = source.readTypedObject(RunningTaskInfo.CREATOR); 44 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
|
H A D | TransitionRequestInfo.java | 219 Rect startAbsBounds = (flg & 0x2) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in DisplayChange() 220 Rect endAbsBounds = (flg & 0x4) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in DisplayChange() 432 …ask = (flg & 0x2) == 0 ? null : (ActivityManager.RunningTaskInfo) in.readTypedObject(ActivityManag… in TransitionRequestInfo() 433 …n remoteTransition = (flg & 0x4) == 0 ? null : (RemoteTransition) in.readTypedObject(RemoteTransit… in TransitionRequestInfo() 434 …= (flg & 0x8) == 0 ? null : (TransitionRequestInfo.DisplayChange) in.readTypedObject(TransitionReq… in TransitionRequestInfo()
|
H A D | TaskSnapshot.java | 102 mSnapshot = source.readTypedObject(HardwareBuffer.CREATOR); 109 mTaskSize = source.readTypedObject(Point.CREATOR); 110 mContentInsets = source.readTypedObject(Rect.CREATOR); 111 mLetterboxInsets = source.readTypedObject(Rect.CREATOR);
|
H A D | StartingWindowRemovalInfo.java | 116 windowAnimationLeash = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel() 117 mainFrame = source.readTypedObject(Rect.CREATOR); in readFromParcel()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A 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 …]
|
H A D | AppTransitionAnimationSpec.java | 31 rect = in.readTypedObject(Rect.CREATOR); in AppTransitionAnimationSpec() 32 buffer = in.readTypedObject(HardwareBuffer.CREATOR); in AppTransitionAnimationSpec()
|
H A D | InsetsFrameProvider.java | 256 mInsetsSize = in.readTypedObject(Insets.CREATOR); in InsetsFrameProvider() 258 mArbitraryRectangle = in.readTypedObject(Rect.CREATOR); in InsetsFrameProvider() 259 mMinimalInsetsSizeInDisplayCutoutSafe = in.readTypedObject(Insets.CREATOR); in InsetsFrameProvider() 328 mInsetsSize = in.readTypedObject(Insets.CREATOR); in InsetsSizeOverride()
|
/aosp14/frameworks/base/core/java/android/app/smartspace/uitemplatedata/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/app/search/ |
H A 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()
|
H A D | SearchTarget.java | 156 mSearchAction = parcel.readTypedObject(SearchAction.CREATOR); in SearchTarget() 157 mShortcutInfo = parcel.readTypedObject(ShortcutInfo.CREATOR); in SearchTarget() 158 mAppWidgetProviderInfo = parcel.readTypedObject(AppWidgetProviderInfo.CREATOR); in SearchTarget() 159 mSliceUri = parcel.readTypedObject(Uri.CREATOR); in SearchTarget()
|
/aosp14/frameworks/base/core/java/android/credentials/ui/ |
H A D | Entry.java | 49 Slice slice = in.readTypedObject(Slice.CREATOR); in Entry() 57 mPendingIntent = in.readTypedObject(PendingIntent.CREATOR); in Entry() 58 mFrameworkExtrasIntent = in.readTypedObject(Intent.CREATOR); in Entry()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | TaskInfo.java | 606 baseIntent = source.readTypedObject(Intent.CREATOR); in readFromParcel() 615 taskDescription = source.readTypedObject(ActivityManager.TaskDescription.CREATOR); in readFromParcel() 621 pictureInPictureParams = source.readTypedObject(PictureInPictureParams.CREATOR); in readFromParcel() 625 displayCutoutInsets = source.readTypedObject(Rect.CREATOR); in readFromParcel() 626 topActivityInfo = source.readTypedObject(ActivityInfo.CREATOR); in readFromParcel() 632 positionInParent = source.readTypedObject(Point.CREATOR); in readFromParcel() 640 mTopActivityLocusId = source.readTypedObject(LocusId.CREATOR); in readFromParcel()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
H A D | SplitBounds.java | 76 leftTopBounds = parcel.readTypedObject(Rect.CREATOR); in SplitBounds() 77 rightBottomBounds = parcel.readTypedObject(Rect.CREATOR); in SplitBounds() 78 visualDividerBounds = parcel.readTypedObject(Rect.CREATOR); in SplitBounds()
|
/aosp14/frameworks/base/core/java/android/app/smartspace/ |
H A 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()
|
H A D | SmartspaceTarget.java | 274 this.mHeaderAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget() 275 this.mBaseAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget() 285 this.mComponentName = in.readTypedObject(ComponentName.CREATOR); in SmartspaceTarget() 286 this.mUserHandle = in.readTypedObject(UserHandle.CREATOR); in SmartspaceTarget() 288 this.mSliceUri = in.readTypedObject(Uri.CREATOR); in SmartspaceTarget() 289 this.mWidget = in.readTypedObject(AppWidgetProviderInfo.CREATOR); in SmartspaceTarget()
|
/aosp14/frameworks/base/core/java/android/app/servertransaction/ |
H A D | TransferSplashScreenViewStateItem.java | 56 mSplashScreenViewParcelable = in.readTypedObject(SplashScreenViewParcelable.CREATOR); in TransferSplashScreenViewStateItem() 57 mStartingWindowLeash = in.readTypedObject(SurfaceControl.CREATOR); in TransferSplashScreenViewStateItem()
|
/aosp14/frameworks/base/core/java/android/service/credentials/ |
H A D | CreateCredentialRequest.java | 53 mCallingAppInfo = in.readTypedObject(CallingAppInfo.CREATOR); in CreateCredentialRequest() 55 mData = in.readTypedObject(Bundle.CREATOR); in CreateCredentialRequest()
|