Searched defs:transitions (Results 1 - 7 of 7) sorted by relevance

/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]);
/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/base/tests/net/java/com/android/server/connectivity/
H A DLingerMonitorTest.java308 void setNotificationSwitch(String... transitions) { argument
310 .thenReturn(transitions);
/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/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 331 milliseconds