/frameworks/base/core/java/android/window/ |
D | StartingWindowInfo.java | 197 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()
|
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 | TaskSnapshot.java | 93 mSnapshot = source.readTypedObject(HardwareBuffer.CREATOR); 100 mTaskSize = source.readTypedObject(Point.CREATOR); 101 mContentInsets = source.readTypedObject(Rect.CREATOR);
|
D | TransitionInfo.java | 314 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/ |
D | RemoteAnimationTarget.java | 244 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 …]
|
D | AppTransitionAnimationSpec.java | 31 rect = in.readTypedObject(Rect.CREATOR); in AppTransitionAnimationSpec() 32 buffer = in.readTypedObject(HardwareBuffer.CREATOR); in AppTransitionAnimationSpec()
|
D | InsetsSourceControl.java | 75 mLeash = in.readTypedObject(SurfaceControl.CREATOR); in InsetsSourceControl() 76 mSurfacePosition = in.readTypedObject(Point.CREATOR); in InsetsSourceControl() 77 mInsetsHint = in.readTypedObject(Insets.CREATOR); in InsetsSourceControl()
|
D | RemoteAnimationDefinition.java | 115 final RemoteAnimationAdapterEntry entry = in.readTypedObject( in RemoteAnimationDefinition() 187 adapter = in.readTypedObject(RemoteAnimationAdapter.CREATOR); in RemoteAnimationAdapterEntry()
|
/frameworks/base/core/java/android/app/ |
D | TaskInfo.java | 380 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/ |
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()
|
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()
|
/frameworks/base/core/java/android/app/servertransaction/ |
D | LaunchActivityItem.java | 179 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/ |
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 | 194 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/ |
D | InstantAppRequestInfo.java | 184 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/ |
D | InlinePresentation.java | 247 Slice slice = (Slice) in.readTypedObject(Slice.CREATOR); in InlinePresentation() 248 …InlinePresentationSpec inlinePresentationSpec = (InlinePresentationSpec) in.readTypedObject(Inline… in InlinePresentation()
|
D | FillContext.java | 259 … AssistStructure structure = (AssistStructure) in.readTypedObject(AssistStructure.CREATOR); 260 AutofillId focusedId = (AutofillId) in.readTypedObject(AutofillId.CREATOR);
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetProviderInfo.java | 367 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/ |
D | ManagedProfileProvisioningParams.java | 263 ComponentName componentName = in.readTypedObject(ComponentName.CREATOR); 266 Account account = in.readTypedObject(Account.CREATOR);
|
/frameworks/base/core/java/com/android/internal/view/ |
D | InlineSuggestionsRequestInfo.java | 186 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/ |
D | TranslationCapability.java | 259 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/ |
D | ParcelableTestSupport.java | 45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProviderResponse.java | 47 packageInfo = in.readTypedObject(PackageInfo.CREATOR); in WebViewProviderResponse()
|
/frameworks/base/location/java/android/location/ |
D | GnssAntennaInfo.java | 522 in.readTypedObject(PhaseCenterOffset.CREATOR); 524 in.readTypedObject(SphericalCorrections.CREATOR); 526 in.readTypedObject(SphericalCorrections.CREATOR);
|