Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/window/
DStartingWindowInfo.java197 taskInfo = source.readTypedObject(ActivityManager.RunningTaskInfo.CREATOR); in readFromParcel()
198 targetActivityInfo = source.readTypedObject(ActivityInfo.CREATOR); in readFromParcel()
200 topOpaqueWindowInsetsState = source.readTypedObject(InsetsState.CREATOR); in readFromParcel()
201 topOpaqueWindowLayoutParams = source.readTypedObject( in readFromParcel()
203 mainWindowLayoutParams = source.readTypedObject(WindowManager.LayoutParams.CREATOR); in readFromParcel()
206 mTaskSnapshot = source.readTypedObject(TaskSnapshot.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);
DTaskSnapshot.java93 mSnapshot = source.readTypedObject(HardwareBuffer.CREATOR);
100 mTaskSize = source.readTypedObject(Point.CREATOR);
101 mContentInsets = source.readTypedObject(Rect.CREATOR);
DTransitionInfo.java314 mContainer = in.readTypedObject(WindowContainerToken.CREATOR); in Change()
315 mParent = in.readTypedObject(WindowContainerToken.CREATOR); in Change()
323 mTaskInfo = in.readTypedObject(ActivityManager.RunningTaskInfo.CREATOR); in Change()
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java244 leash = in.readTypedObject(SurfaceControl.CREATOR); in RemoteAnimationTarget()
246 clipRect = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
247 contentInsets = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
249 position = in.readTypedObject(Point.CREATOR); in RemoteAnimationTarget()
250 localBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
251 sourceContainerBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
252 screenSpaceBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
253 windowConfiguration = in.readTypedObject(WindowConfiguration.CREATOR); in RemoteAnimationTarget()
255 startLeash = in.readTypedObject(SurfaceControl.CREATOR); in RemoteAnimationTarget()
256 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()
DInsetsSourceControl.java75 mLeash = in.readTypedObject(SurfaceControl.CREATOR); in InsetsSourceControl()
76 mSurfacePosition = in.readTypedObject(Point.CREATOR); in InsetsSourceControl()
77 mInsetsHint = in.readTypedObject(Insets.CREATOR); in InsetsSourceControl()
DRemoteAnimationDefinition.java115 final RemoteAnimationAdapterEntry entry = in.readTypedObject( in RemoteAnimationDefinition()
187 adapter = in.readTypedObject(RemoteAnimationAdapter.CREATOR); in RemoteAnimationAdapterEntry()
/frameworks/base/core/java/android/app/
DTaskInfo.java380 baseIntent = source.readTypedObject(Intent.CREATOR); in readFromParcel()
389 taskDescription = source.readTypedObject(ActivityManager.TaskDescription.CREATOR); in readFromParcel()
396 pictureInPictureParams = source.readTypedObject(PictureInPictureParams.CREATOR); in readFromParcel()
397 displayCutoutInsets = source.readTypedObject(Rect.CREATOR); in readFromParcel()
398 topActivityInfo = source.readTypedObject(ActivityInfo.CREATOR); in readFromParcel()
401 positionInParent = source.readTypedObject(Point.CREATOR); in readFromParcel()
406 mTopActivityLocusId = source.readTypedObject(LocusId.CREATOR); in readFromParcel()
/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()
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()
/frameworks/base/core/java/android/app/servertransaction/
DLaunchActivityItem.java179 setValues(this, in.readTypedObject(Intent.CREATOR), in.readInt(), in LaunchActivityItem()
180 in.readTypedObject(ActivityInfo.CREATOR), in.readTypedObject(Configuration.CREATOR), in LaunchActivityItem()
181 in.readTypedObject(Configuration.CREATOR), in LaunchActivityItem()
182 in.readTypedObject(CompatibilityInfo.CREATOR), in.readString(), in LaunchActivityItem()
189 in.readTypedObject(ProfilerInfo.CREATOR), in LaunchActivityItem()
192 in.readTypedObject(FixedRotationAdjustments.CREATOR), in.readStrongBinder(), in LaunchActivityItem()
/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.java194 this.mHeaderAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget()
195 this.mBaseAction = in.readTypedObject(SmartspaceAction.CREATOR); in SmartspaceTarget()
205 this.mComponentName = in.readTypedObject(ComponentName.CREATOR); in SmartspaceTarget()
206 this.mUserHandle = in.readTypedObject(UserHandle.CREATOR); in SmartspaceTarget()
208 this.mSliceUri = in.readTypedObject(Uri.CREATOR); in SmartspaceTarget()
209 this.mWidget = in.readTypedObject(AppWidgetProviderInfo.CREATOR); in SmartspaceTarget()
/frameworks/base/core/java/android/content/pm/
DInstantAppRequestInfo.java184 Intent intent = (Intent) in.readTypedObject(Intent.CREATOR); in InstantAppRequestInfo()
186 UserHandle userHandle = (UserHandle) in.readTypedObject(UserHandle.CREATOR); in InstantAppRequestInfo()
/frameworks/base/core/java/android/service/autofill/
DInlinePresentation.java247 Slice slice = (Slice) in.readTypedObject(Slice.CREATOR); in InlinePresentation()
248 …InlinePresentationSpec inlinePresentationSpec = (InlinePresentationSpec) in.readTypedObject(Inline… in InlinePresentation()
DFillContext.java259 … AssistStructure structure = (AssistStructure) in.readTypedObject(AssistStructure.CREATOR);
260 AutofillId focusedId = (AutofillId) in.readTypedObject(AutofillId.CREATOR);
/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java367 this.provider = in.readTypedObject(ComponentName.CREATOR); in AppWidgetProviderInfo()
379 this.configure = in.readTypedObject(ComponentName.CREATOR); in AppWidgetProviderInfo()
387 this.providerInfo = in.readTypedObject(ActivityInfo.CREATOR); in AppWidgetProviderInfo()
/frameworks/base/core/java/android/app/admin/
DManagedProfileProvisioningParams.java263 ComponentName componentName = in.readTypedObject(ComponentName.CREATOR);
266 Account account = in.readTypedObject(Account.CREATOR);
/frameworks/base/core/java/com/android/internal/view/
DInlineSuggestionsRequestInfo.java186 ComponentName componentName = (ComponentName) in.readTypedObject(ComponentName.CREATOR); in InlineSuggestionsRequestInfo()
187 AutofillId autofillId = (AutofillId) in.readTypedObject(AutofillId.CREATOR); in InlineSuggestionsRequestInfo()
/frameworks/base/core/java/android/view/translation/
DTranslationCapability.java259 TranslationSpec sourceSpec = (TranslationSpec) in.readTypedObject(TranslationSpec.CREATOR); in TranslationCapability()
260 TranslationSpec targetSpec = (TranslationSpec) in.readTypedObject(TranslationSpec.CREATOR); in TranslationCapability()
/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
DParcelableTestSupport.java45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable()
/frameworks/base/core/java/android/webkit/
DWebViewProviderResponse.java47 packageInfo = in.readTypedObject(PackageInfo.CREATOR); in WebViewProviderResponse()
/frameworks/base/location/java/android/location/
DGnssAntennaInfo.java522 in.readTypedObject(PhaseCenterOffset.CREATOR);
524 in.readTypedObject(SphericalCorrections.CREATOR);
526 in.readTypedObject(SphericalCorrections.CREATOR);

1234