/aosp14/frameworks/base/tools/aapt2/tools/consumers/ |
H A D | duplicates.py | 39 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 D | AppChangeTransitionTests.java | 65 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 D | AppTransitionControllerTest.java | 770 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 D | KeyguardService.java | 339 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 D | TaskFragmentOrganizer.java | 173 public void registerRemoteAnimations(@NonNull RemoteAnimationDefinition definition) { in registerRemoteAnimations() argument 175 getController().registerRemoteAnimations(mInterface, definition); in registerRemoteAnimations()
|
H A D | ITaskFragmentOrganizerController.aidl | 43 in RemoteAnimationDefinition definition); in registerRemoteAnimations() argument
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | EventLogTags.logtags | 6 # for type definition
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransitionController.java | 140 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 D | TaskFragmentOrganizerController.java | 475 @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 D | data.proto | 29 // implement it with fine-grained proto definition.
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityTaskManager.java | 465 int displayId, RemoteAnimationDefinition definition) { in registerRemoteAnimationsForDisplay() argument 467 getService().registerRemoteAnimationsForDisplay(displayId, definition); in registerRemoteAnimationsForDisplay()
|
H A D | ActivityClient.java | 557 void registerRemoteAnimations(IBinder token, RemoteAnimationDefinition definition) { in registerRemoteAnimations() argument 559 getActivityClientController().registerRemoteAnimations(token, definition); in registerRemoteAnimations()
|
H A D | IActivityClientController.aidl | 154 void registerRemoteAnimations(in IBinder token, in RemoteAnimationDefinition definition); in registerRemoteAnimations() argument
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | corestartable.md | 25 4) Put the following definition inside your new module:
|
/aosp14/frameworks/base/proto/src/ |
H A D | camera.proto | 26 * logging code. Must be kept in sync with the definition in atoms.proto.
|
/aosp14/system/core/debuggerd/proto/ |
H A D | tombstone.proto | 2 // Protobuf definition for Android tombstones.
|
/aosp14/frameworks/base/core/java/android/view/translation/ |
H A D | UiTranslationController.java | 751 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 D | critical_event_log.proto | 145 // Mirrors definition & values in {@link android.server.ServerProtoEnums}.
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | PolicyDefinition.java | 553 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 D | readme.md | 11 to match that of `aapt`, which will take the last definition as the sole definition.
|
/aosp14/system/core/healthd/ |
H A D | Android.bp | 15 // Need HealthInfo definition from headers of these shared
|
/aosp14/frameworks/base/cmds/pm/ |
H A D | NOTICE | 30 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 D | NOTICE | 30 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 D | NOTICE | 30 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 D | NOTICE | 30 control with that entity. For the purposes of this definition, 66 the copyright owner. For the purposes of this definition, "submitted"
|