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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java203 int[] transitions = null;
205 transitions = new int[NUM_OF_TRANSITIONS];
211 transitions[numOfTransitions++] = objTransitions[i];
217 return transitions;
337 " same dst, same transitions:\n" + this.toString() + "\n" + other.toString());
/frameworks/base/core/java/android/transition/
H A DTransitionManager.java30 * This class manages the set of transitions that fire when there is a
34 * transitions for scene changes is not required; by default, a Scene change
36 * situations. Specifying other transitions for particular scene changes is
46 * transitions:</p>
58 * Information on XML resource descriptions for transitions can be found for
202 ArrayMap<ViewGroup, ArrayList<Transition>> transitions =
205 transitions);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsContainerView.java50 // TODO: Setup the layout transitions
51 LayoutTransition transitions = getLayoutTransition();
H A DPhoneStatusBar.java1916 private int computeBarMode(int oldVis, int newVis, BarTransitions transitions, argument
1947 private void checkBarMode(int mode, int windowState, BarTransitions transitions) { argument
1949 transitions.transitionTo(mode, anim);
2234 private static void dumpBarTransitions(PrintWriter pw, String var, BarTransitions transitions) { argument
2236 pw.println(BarTransitions.modeToString(transitions.getMode()));
/frameworks/base/tools/aapt/
H A DResource.cpp936 sp<ResourceTypeSet> transitions; local
971 !applyFileOverlay(bundle, assets, &transitions, "transition") ||
1031 if (transitions != NULL) {
1032 err = makeFileResources(bundle, assets, &table, transitions, "transition");
1182 if (transitions != NULL) {
1183 ResourceDirIterator it(transitions, String8("transition"));
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1922 private static native boolean native_resume_geofence(int geofenceId, int transitions); argument

Completed in 187 milliseconds