Searched refs:transitions (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/aapt2/integration-tests/StaticLibTest/App/
H A DAndroid.mk29 LOCAL_AAPT_FLAGS := --no-version-vectors --no-version-transitions
/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java54 public static Transition mergeTransitions(Transition... transitions) { argument
57 for (int i = 0; i < transitions.length; i++) {
58 if (transitions[i] != null) {
69 return transitions[nonNullIndex];
73 for (int i = 0; i < transitions.length; i++) {
74 if (transitions[i] != null) {
75 transitionSet.addTransition(transitions[i]);
H A DTransitionManager.java31 * This class manages the set of transitions that fire when there is a
35 * transitions for scene changes is not required; by default, a Scene change
37 * situations. Specifying other transitions for particular scene changes is
47 * transitions:</p>
59 * Information on XML resource descriptions for transitions can be found for
214 ArrayMap<ViewGroup, ArrayList<Transition>> transitions =
217 transitions);
439 * Ends all pending and ongoing transitions on the specified scene root.
441 * @param sceneRoot The root of the View hierarchy to end transitions on.
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssGeofenceProvider.java168 public boolean resumeGeofence(int geofenceId, int transitions) { argument
169 return native_resume_geofence(geofenceId, transitions);
185 private static native boolean native_resume_geofence(int geofenceId, int transitions); argument
/frameworks/support/transition/src/main/java/androidx/transition/
H A DTransitionManager.java34 * This class manages the set of transitions that fire when there is a
38 * transitions for scene changes is not required; by default, a Scene change
40 * situations. Specifying other transitions for particular scene changes is
50 * transitions:</p>
197 ArrayMap<ViewGroup, ArrayList<Transition>> transitions = runningTransitions.get();
198 if (transitions != null) {
199 return transitions;
202 ArrayMap<ViewGroup, ArrayList<Transition>> transitions = new ArrayMap<>();
203 runningTransitions = new WeakReference<>(transitions);
205 return transitions;
[all...]
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentTransition.java76 * The main entry point for Fragment Transitions, this starts the transitions
203 * prevent transitions from acting on other Views when there is no
239 return; // no transitions!
301 * prevent transitions from acting on other Views when there is no
338 return; // no transitions!
370 * This method is used for fragment transitions for ordrered transactions to change the
423 final ArrayList<Object> transitions = new ArrayList<>();
427 transitions.add(exitTransition);
431 transitions.add(returnTransition);
435 transitions
468 canHandleAll(FragmentTransitionImpl impl, List<Object> transitions) argument
[all...]
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DLingerMonitorTest.java308 void setNotificationSwitch(String... transitions) { argument
310 .thenReturn(transitions);
/frameworks/base/tools/aapt/
H A DResource.cpp1326 sp<ResourceTypeSet> transitions; local
1363 !applyFileOverlay(bundle, assets, &transitions, "transition") ||
1431 if (transitions != NULL) {
1432 err = makeFileResources(bundle, assets, &table, transitions, "transition");
1585 if (transitions != NULL) {
1586 ResourceDirIterator it(transitions, String8("transition"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2605 void checkBarMode(int mode, int windowState, BarTransitions transitions) { argument
2608 transitions.transitionTo(mode, anim);
2860 static void dumpBarTransitions(PrintWriter pw, String var, BarTransitions transitions) { argument
2862 pw.println(BarTransitions.modeToString(transitions.getMode()));
3701 // Disable layout transitions in navbar for this transition because the load is just
4047 // Other transitions are covered in handleVisibleToUserChanged().
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 230 milliseconds