Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 86) sorted by relevance

1234

/aosp14/frameworks/base/tools/aapt2/tools/consumers/
H A Dduplicates.py39 for definition in duplicates:
40 print "{0}: removing duplicate resource '{1}'".format(xml_path, definition.name)
42 if last_line_no < definition.start[0]:
53 for line_to_copy in xrange(last_line_no, definition.start[0]):
59 last_line_no = definition.start[0]
60 current_line += input_lines[last_line_no][last_col_no:definition.start[1]]
61 last_line_no = definition.end[0]
62 last_col_no = definition.end[1]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppChangeTransitionTests.java65 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in setUpOnDisplay() local
68 definition.addRemoteAnimation(TRANSIT_OLD_TASK_CHANGE_WINDOWING_MODE, adapter); in setUpOnDisplay()
69 dc.registerRemoteAnimations(definition); in setUpOnDisplay()
H A DAppTransitionControllerTest.java770 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideWindowContainer() local
773 definition.addRemoteAnimation(TRANSIT_OLD_ACTIVITY_OPEN, adapter); in testGetRemoteAnimationOverrideWindowContainer()
774 activity.registerRemoteAnimations(definition); in testGetRemoteAnimationOverrideWindowContainer()
786 final RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in testGetRemoteAnimationOverrideTransitionController() local
789 definition.addRemoteAnimation(TRANSIT_OLD_ACTIVITY_OPEN, adapter); in testGetRemoteAnimationOverrideTransitionController()
790 mAppTransitionController.registerRemoteAnimations(definition); in testGetRemoteAnimationOverrideTransitionController()
1263 definition.addRemoteAnimation(TRANSIT_OLD_TASK_FRAGMENT_CHANGE, adapter); in setupTaskFragmentRemoteAnimation()
1264 definition.addRemoteAnimation(TRANSIT_OLD_TASK_FRAGMENT_OPEN, adapter); in setupTaskFragmentRemoteAnimation()
1265 definition.addRemoteAnimation(TRANSIT_OLD_TASK_FRAGMENT_CLOSE, adapter); in setupTaskFragmentRemoteAnimation()
1266 definition.addRemoteAnimation(TRANSIT_OLD_ACTIVITY_OPEN, adapter); in setupTaskFragmentRemoteAnimation()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java339 RemoteAnimationDefinition definition = new RemoteAnimationDefinition(); in onCreate() local
343 definition.addRemoteAnimation(TRANSIT_OLD_KEYGUARD_GOING_AWAY, in onCreate()
345 definition.addRemoteAnimation(TRANSIT_OLD_KEYGUARD_GOING_AWAY_ON_WALLPAPER, in onCreate()
350 definition.addRemoteAnimation(TRANSIT_OLD_KEYGUARD_OCCLUDE, in onCreate()
356 definition.addRemoteAnimation(TRANSIT_OLD_KEYGUARD_OCCLUDE_BY_DREAM, in onCreate()
362 definition.addRemoteAnimation(TRANSIT_OLD_KEYGUARD_UNOCCLUDE, in onCreate()
365 mDisplayTracker.getDefaultDisplayId(), definition); in onCreate() local
/aosp14/frameworks/base/core/java/android/window/
H A DTaskFragmentOrganizer.java173 public void registerRemoteAnimations(@NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations() argument
175 getController().registerRemoteAnimations(mInterface, definition); in registerRemoteAnimations()
H A DITaskFragmentOrganizerController.aidl43 in RemoteAnimationDefinition definition); in registerRemoteAnimations() argument
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DEventLogTags.logtags6 # for type definition
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java140 void registerRemoteAnimations(RemoteAnimationDefinition definition) { in registerRemoteAnimations() argument
141 mRemoteAnimationDefinition = definition; in registerRemoteAnimations()
576 final RemoteAnimationDefinition definition = container.getRemoteAnimationDefinition(); in getRemoteAnimationOverride() local
577 if (definition != null) { in getRemoteAnimationOverride()
578 final RemoteAnimationAdapter adapter = definition.getAdapter(transit, in getRemoteAnimationOverride()
749 final RemoteAnimationDefinition definition = organizer != null in overrideWithTaskFragmentRemoteAnimation() local
753 final RemoteAnimationAdapter adapter = definition != null in overrideWithTaskFragmentRemoteAnimation()
754 ? definition.getAdapter(transit, activityTypes) in overrideWithTaskFragmentRemoteAnimation()
H A DTaskFragmentOrganizerController.java475 @NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations() argument
493 definition.setCallingPidUid(pid, uid); in registerRemoteAnimations()
494 organizerState.mRemoteAnimationDefinition = definition; in registerRemoteAnimations()
/aosp14/frameworks/base/core/proto/android/os/
H A Ddata.proto29 // implement it with fine-grained proto definition.
/aosp14/frameworks/base/core/java/android/app/
H A DActivityTaskManager.java465 int displayId, RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay() argument
467 getService().registerRemoteAnimationsForDisplay(displayId, definition); in registerRemoteAnimationsForDisplay()
H A DActivityClient.java557 void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations() argument
559 getActivityClientController().registerRemoteAnimations(token, definition); in registerRemoteAnimations()
H A DIActivityClientController.aidl154 void registerRemoteAnimations(in IBinder token, in RemoteAnimationDefinition definition); in registerRemoteAnimations() argument
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dcorestartable.md25 4) Put the following definition inside your new module:
/aosp14/frameworks/base/proto/src/
H A Dcamera.proto26 * logging code. Must be kept in sync with the definition in atoms.proto.
/aosp14/system/core/debuggerd/proto/
H A Dtombstone.proto2 // Protobuf definition for Android tombstones.
/aosp14/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java751 for (CharSequence definition : definitions.getCharSequenceArray(partOfSpeech)) { in sanitizedViewTranslationResponse()
752 msg.append(definition == null in sanitizedViewTranslationResponse()
754 : "string[" + definition.length() + "], "); in sanitizedViewTranslationResponse()
/aosp14/frameworks/base/proto/src/criticalevents/
H A Dcritical_event_log.proto145 // Mirrors definition & values in {@link android.server.ServerProtoEnums}.
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPolicyDefinition.java553 PolicyDefinition<Boolean> definition = new PolicyDefinition<>( in createAndAddUserRestrictionPolicyDefinition() local
559 POLICY_DEFINITIONS.put(key.getIdentifier(), definition); in createAndAddUserRestrictionPolicyDefinition() local
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md11 to match that of `aapt`, which will take the last definition as the sole definition.
/aosp14/system/core/healthd/
H A DAndroid.bp15 // Need HealthInfo definition from headers of these shared
/aosp14/frameworks/base/cmds/pm/
H A DNOTICE30 control with that entity. For the purposes of this definition,
66 the copyright owner. For the purposes of this definition, "submitted"
/aosp14/frameworks/base/cmds/uinput/
H A DNOTICE30 control with that entity. For the purposes of this definition,
66 the copyright owner. For the purposes of this definition, "submitted"
/aosp14/frameworks/base/cmds/wm/
H A DNOTICE30 control with that entity. For the purposes of this definition,
66 the copyright owner. For the purposes of this definition, "submitted"
/aosp14/frameworks/base/data/fonts/
H A DNOTICE30 control with that entity. For the purposes of this definition,
66 the copyright owner. For the purposes of this definition, "submitted"

1234