HomeSort by relevance Sort by last modified time
    Searched full:transition (Results 26 - 50 of 1158) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/res/res/drawable/
list_selector_background_transition_holo_dark.xml 17 <transition xmlns:android="http://schemas.android.com/apk/res/android">
20 </transition>
list_selector_background_transition_holo_light.xml 17 <transition xmlns:android="http://schemas.android.com/apk/res/android">
20 </transition>
list_selector_background_transition_light.xml 17 <transition xmlns:android="http://schemas.android.com/apk/res/android">
20 </transition>
  /packages/apps/Browser/res/drawable/
bookmark_thumb_selector_transition.xml 17 <transition xmlns:android="http://schemas.android.com/apk/res/android">
20 </transition>
  /packages/apps/Launcher2/res/drawable/
delete_target_selector.xml 21 <transition xmlns:android="http://schemas.android.com/apk/res/android">
24 </transition>
info_target_selector.xml 21 <transition xmlns:android="http://schemas.android.com/apk/res/android">
24 </transition>
  /packages/apps/Music/res/drawable/
list_selector_background_transition.xml 17 <transition xmlns:android="http://schemas.android.com/apk/res/android">
20 </transition>
  /dalvik/vm/mterp/x86/
OP_BREAKPOINT.S 8 * actions have been handled, so we'll transition directly
  /external/icu4c/i18n/
rbtz.cpp 23 * A struct representing a time zone transition
25 struct Transition {
167 // Build the transition array which represents historical time zone
229 // Check if one of final rules has earlier transition date
257 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
280 // Append the first transition for each
291 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
EventLogTags.logtags 45 # GSM data connection state transition
48 # GSM service state transition
51 # CDMA data connection state transition
54 # CDMA service state transition
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 71 private static final String TAG_TRANSITION = "transition";
131 private final List<Transition> mTransitions = new ArrayList<Transition>();
239 * Invalidate the end transition if necessary
265 public synchronized void addTransition(Transition transition) {
266 if (transition == null) {
267 throw new IllegalArgumentException("Null Transition");
270 final MediaItem beforeMediaItem = transition.getBeforeMediaItem();
271 final MediaItem afterMediaItem = transition.getAfterMediaItem()
882 final Transition transition = getTransition(transitionId); local
1011 final Transition transition = parseTransition(parser, local
1194 final Transition transition; local
    [all...]
TransitionAlpha.java 29 * This class allows to render an "alpha blending" transition according to a
30 * bitmap mask. The mask shows the shape of the transition all along the
31 * duration of the transition: just before the transition, video 1 is fully
32 * displayed. When the transition starts, as the time goes on, pixels of video 2
37 public class TransitionAlpha extends Transition {
44 * value equals 100, then the mask is not at all applied (no transition
73 * @param transitionId The transition id
74 * @param afterMediaItem The transition is applied to the end of this media
76 * @param beforeMediaItem The transition is applied to the beginning of thi
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
tile_page.css 32 -webkit-transition: -webkit-transform, opacity;
33 -webkit-transition-duration: 200ms;
39 -webkit-transition: left 200ms, top 200ms;
  /hardware/ril/mock-ril/src/proto/
ctrl.proto 49 // 1003: set call transition flag: true for controlled transition
50 // false for auto-transition
  /external/chromium/chrome/browser/history/
visit_tracker.h 19 // transition type properly.
40 // Returns the visit ID for the transition given information about the visit
46 struct Transition {
51 typedef std::vector<Transition> TransitionList;
54 // Expires oldish items in the given transition list. This keeps the list
  /bionic/libc/tzcode/
tzfile.h 57 char tzh_timecnt[4]; /* coded number of transition times */
65 ** tzh_timecnt (char [4])s coded transition times a la time(2)
73 ** one (char [4]) coded leap second transition times
75 ** tzh_ttisstdcnt (char)s indexed by type; if TRUE, transition
77 ** transition time is wall clock time
78 ** if absent, transition times are
80 ** tzh_ttisgmtcnt (char)s indexed by type; if TRUE, transition
82 ** transition time is local time
83 ** if absent, transition times are
89 ** of tzhead and a second instance of the data in which each coded transition
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 39 * This application demonstrates how to use LayoutTransition to automate transition animations
129 private void setupTransition(LayoutTransition transition) {
135 transition.setAnimator(LayoutTransition.APPEARING, appearingCB.isChecked() ?
137 transition.setAnimator(LayoutTransition.DISAPPEARING, disappearingCB.isChecked() ?
139 transition.setAnimator(LayoutTransition.CHANGE_APPEARING, changingAppearingCB.isChecked() ?
142 transition.setAnimator(LayoutTransition.CHANGE_DISAPPEARING,
148 private void createCustomAnimations(LayoutTransition transition) {
164 setDuration(transition.getDuration(LayoutTransition.CHANGE_APPEARING));
181 setDuration(transition.getDuration(LayoutTransition.CHANGE_DISAPPEARING));
191 setDuration(transition.getDuration(LayoutTransition.APPEARING))
    [all...]
  /external/icu4c/tools/tzcode/
tzfile.h 57 char tzh_timecnt[4]; /* coded number of transition times */
65 ** tzh_timecnt (char [4])s coded transition times a la time(2)
73 ** one (char [4]) coded leap second transition times
75 ** tzh_ttisstdcnt (char)s indexed by type; if TRUE, transition
77 ** transition time is wall clock time
78 ** if absent, transition times are
80 ** tzh_ttisgmtcnt (char)s indexed by type; if TRUE, transition
82 ** transition time is local time
83 ** if absent, transition times are
89 ** of tzhead and a second instance of the data in which each coded transition
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
NetworkState.java 26 public static final int TO_DISCONNECTION = 0; // transition to disconnection
27 public static final int TO_CONNECTION = 1; // transition to connection
33 private String mReason = null; // record mReason of state transition failure
55 // set the transition criteria, transitionDir could be:
71 // Verify state transition
92 Log.v(LOG_TAG, "transition to CONNECTED");
95 Log.v(LOG_TAG, "transition to DISCONNECTED");
101 * Transition from CONNECTED -> DISCONNECTED:
103 * return false if any state transition is not valid and save a message in mReason
128 mReason += " Transition state from " + preState.toString() + " to "
    [all...]
  /system/core/libcutils/
tzfile.h 57 char tzh_timecnt[4]; /* coded number of transition times */
65 ** tzh_timecnt (char [4])s coded transition times a la time(2)
73 ** one (char [4]) coded leap second transition times
75 ** tzh_ttisstdcnt (char)s indexed by type; if TRUE, transition
77 ** transition time is wall clock time
78 ** if absent, transition times are
80 ** tzh_ttisgmtcnt (char)s indexed by type; if TRUE, transition
82 ** transition time is local time
83 ** if absent, transition times are
89 ** of tzhead and a second instance of the data in which each coded transition
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 32 import android.media.videoeditor.Transition;
79 // Transition duration limits
320 * The transition action mode handler.
325 public TransitionActionModeCallback(MovieTransition transition) {
326 mTransition = transition;
557 // Invalidate all progress in case the transition generation or
617 * Clears existing media or transition items and adds all given media items.
653 if (cc > 5) { // There is a previous view (transition or media item)
656 // Do not add transition if it already exists
706 // Remove the transition following the media ite
973 final MovieTransition transition = mProject.getTransition(transitionId); local
1068 final MovieTransition transition = (MovieTransition)tag; local
1242 final MovieTransition transition = (MovieTransition)tag; local
1352 final MovieTransition transition = (MovieTransition) tag; local
1500 final MovieTransition transition = mProject.getTransition( typedefs
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 78 // transition data.
150 int transition = Arrays.binarySearch(mTransitions, unix); local
151 if (transition < 0) {
152 transition = ~transition - 1;
153 if (transition < 0) {
154 // Assume that all times before our first transition correspond to the
160 return mRawOffset + mOffsets[mTypes[transition] & 0xff] * 1000;
166 int transition = Arrays.binarySearch(mTransitions, unix); local
167 if (transition < 0)
    [all...]
  /external/svox/pico/lib/
picokfst.h 127 transition class of the found symbol pair */
132 /* attempts to do FST transition from state 'startState' with pair class 'transClass';
133 if such a transition exists, 'endState' returns the end state of the transition (> 0),
141 '*inEpsTransFound' returns whether any such transition was found at all;
147 /* gets next FST transition with a pair with empty input symbol starting from a state
150 whether a new transition with input epsilon was found, '*outSym 'returns
152 of the found transition with that pair */
159 always do a last transition with a termination symbol pair, this function
160 defines a state as an accepting state if there is transition to state
    [all...]
  /external/icu4c/i18n/unicode/
basictz.h 43 * Gets the first time zone transition after the base time.
46 * @param result Receives the first transition after the base time.
47 * @return TRUE if the transition is found.
53 * Gets the most recent time zone transition before the base time.
56 * @param result Receives the most recent transition before the base time.
57 * @return TRUE if the transition is found.
64 * This method returns true when all of transition times, from/to standard
73 * For example, a transition from rawoffset 3:00/dstsavings 1:00
104 * @param trsrules Receives the timezone transition rules
106 * the timezone transition rules. On output, actual number o
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
TransitionsActivity.java 30 // Input transition category
37 // Increment transition duration in milliseconds
40 // Output transition type
41 public static final String PARAM_TRANSITION_TYPE = "transition";
90 // Select the current transition
193 * Update the transition duration and the state of the buttons

Completed in 1950 milliseconds

12 3 4 5 6 7 8 91011>>