Home
last modified time | relevance | path

Searched refs:readTypedObject (Results 1 – 25 of 165) sorted by relevance

1234567

/aosp14/frameworks/base/core/java/android/window/
H A DStartingWindowInfo.java264 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 DDisplayAreaAppearedInfo.java44 final DisplayAreaInfo displayAreaInfo = source.readTypedObject(DisplayAreaInfo.CREATOR);
45 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
H A DTaskAppearedInfo.java43 final RunningTaskInfo taskInfo = source.readTypedObject(RunningTaskInfo.CREATOR);
44 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
H A DTransitionRequestInfo.java219 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 DTaskSnapshot.java102 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 DStartingWindowRemovalInfo.java116 windowAnimationLeash = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel()
117 mainFrame = source.readTypedObject(Rect.CREATOR); in readFromParcel()
/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java298 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 DAppTransitionAnimationSpec.java31 rect = in.readTypedObject(Rect.CREATOR); in AppTransitionAnimationSpec()
32 buffer = in.readTypedObject(HardwareBuffer.CREATOR); in AppTransitionAnimationSpec()
H A DInsetsFrameProvider.java256 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 DHeadToHeadTemplateData.java60 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 DBaseTemplateData.java104 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 DCarouselTemplateData.java55 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 DSubCardTemplateData.java56 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 DTapAction.java71 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 DLauncherActivityInfoInternal.java51 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 DSearchAction.java75 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 DSearchTarget.java156 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 DEntry.java49 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 DTaskInfo.java606 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 DScreenshotRequest.java74 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 DSplitBounds.java76 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 DSmartspaceAction.java85 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 DSmartspaceTarget.java274 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 DTransferSplashScreenViewStateItem.java56 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 DCreateCredentialRequest.java53 mCallingAppInfo = in.readTypedObject(CallingAppInfo.CREATOR); in CreateCredentialRequest()
55 mData = in.readTypedObject(Bundle.CREATOR); in CreateCredentialRequest()

1234567