Home
last modified time | relevance | path

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

12345678

/frameworks/base/core/java/android/window/
DStartingWindowInfo.java279 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()
DDisplayAreaAppearedInfo.java44 final DisplayAreaInfo displayAreaInfo = source.readTypedObject(DisplayAreaInfo.CREATOR);
45 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
DTaskAppearedInfo.java43 final RunningTaskInfo taskInfo = source.readTypedObject(RunningTaskInfo.CREATOR);
44 final SurfaceControl leash = source.readTypedObject(SurfaceControl.CREATOR);
DTaskFragmentTransaction.java209 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/
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 …]
DAppTransitionAnimationSpec.java31 rect = in.readTypedObject(Rect.CREATOR); in AppTransitionAnimationSpec()
32 buffer = in.readTypedObject(HardwareBuffer.CREATOR); in AppTransitionAnimationSpec()
/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
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()
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()
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()
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()
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()
/frameworks/base/core/java/android/content/pm/
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()
/frameworks/base/core/java/android/app/
DTaskInfo.java466 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/
DInputMethodInfoUtilsTest.java62 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/
DEntry.java57 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/
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()
/frameworks/base/core/java/android/hardware/devicestate/
DDeviceStateInfo.java151 DeviceState.Configuration configuration = source.readTypedObject(
157 source.readTypedObject(DeviceState.Configuration.CREATOR));
159 source.readTypedObject(DeviceState.Configuration.CREATOR));
/frameworks/base/core/java/android/app/servertransaction/
DWindowStateResizeItem.java145 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/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
DSplitBounds.java82 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/
DCreateCredentialRequest.java53 mCallingAppInfo = in.readTypedObject(CallingAppInfo.CREATOR); in CreateCredentialRequest()
55 mData = in.readTypedObject(Bundle.CREATOR); in CreateCredentialRequest()
/frameworks/base/core/java/android/app/smartspace/
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()
DSmartspaceTarget.java281 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/
DContextualSearchState.java62 this.mStructure = source.readTypedObject(AssistStructure.CREATOR); in ContextualSearchState()
63 this.mContent = source.readTypedObject(AssistContent.CREATOR); in ContextualSearchState()
/frameworks/base/core/java/android/credentials/
DGetCandidateCredentialsResponse.java102 mIntent = in.readTypedObject(Intent.CREATOR); in GetCandidateCredentialsResponse()
104 mPrimaryProviderComponentName = in.readTypedObject(ComponentName.CREATOR); in GetCandidateCredentialsResponse()

12345678