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

1 23 4 5 6 7 8 91011>>

  /external/antlr/src/org/antlr/runtime/
DFA.java 30 /** A DFA implemented as a set of transition tables.
48 protected short[][] transition; field in class:DFA
96 // look for a normal char transition
99 int snext = transition[s][c-min[s]]; // move to next state
101 // was in range but not a normal transition
105 if ( eot[s]>=0 ) { // EOT Transition to accept state?
106 if ( debug ) System.err.println("EOT transition");
123 if ( eot[s]>=0 ) { // EOT Transition?
124 if ( debug ) System.err.println("EOT transition");
129 if ( c==(char)Token.EOF && eof[s]>=0 ) { // EOF Transition to accept state
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java 26 * <p>The logic of what character causes what state transition is derived from
36 * U+00FF]. We use that property to design a more efficient state transition
38 * simply apply the DEFAULT transition for the given state - as we do for any
40 * transition exists, we switch to the Internal Error state.
76 * There can be only one such transition for any given source state, hence
90 * state transition for that character and no default state transition
93 * <p>For ASCII characters, first look-up an explicit state transition for
94 * the current character. If none is found, look-up a default transition. For
95 * non-ASCII characters, look-up a default transition only
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 30 * Desired direction of state transition.
39 private String mReason = null; // record mReason of state transition failure
64 * Set the transition criteria
89 * Verify the state transition
90 * @return true if the requested transition completed successfully.
99 Log.v(LOG_TAG, "Transition to CONNECTED");
102 Log.v(LOG_TAG, "Transition to DISCONNECTED");
105 Log.e(LOG_TAG, "Invalid transition direction.");
140 // Transition from CONNECTED -> DISCONNECTED: CONNECTED->DISCONNECTING->DISCONNECTED
167 str.append(String.format(" Transition state from %s to %s is not valid"
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 265 // Skip this work if a transition is running; it sets the scroll values independently
267 LayoutTransition transition = mLinearLayout.getLayoutTransition(); local
268 if (transition != null && transition.isRunning()) {
278 // Make sure we're still not clobbering the transition-set values, since this
280 LayoutTransition transition = mLinearLayout.getLayoutTransition();
281 if (transition == null || !transition.isRunning()) {
321 public void setLayoutTransition(LayoutTransition transition) {
323 mPerformanceHelper.setLayoutTransitionCallback(transition);
    [all...]
RecentsVerticalScrollView.java 280 // Skip this work if a transition is running; it sets the scroll values independently
282 LayoutTransition transition = mLinearLayout.getLayoutTransition(); local
283 if (transition != null && transition.isRunning()) {
293 // Make sure we're still not clobbering the transition-set values, since this
295 LayoutTransition transition = mLinearLayout.getLayoutTransition();
296 if (transition == null || !transition.isRunning()) {
336 public void setLayoutTransition(LayoutTransition transition) {
338 mPerformanceHelper.setLayoutTransitionCallback(transition);
    [all...]
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 40 * <p>One of the core concepts of these transition animations is that there are two types of
41 * changes that cause the transition and four different animations that run because of
42 * those changes. The changes that trigger the transition are items being added to a container
43 * (referred to as an "appearing" transition) or removed from a container (also known as
48 * the transition may want different animations for the changing items depending on whether
66 * <p>The animations specified for the transition, both the defaults and any custom animations
67 * set on the transition object, are templates only. That is, these animations exist to hold the
70 * set automatically in the process of setting up the transition each time it runs. Each of the
79 * values when the transition begins. Custom animations will be similarly populated with
122 * These variables hold the animations that are currently used to run the transition effects
    [all...]
  /external/chromium/chrome/browser/history/
history_notifications.cc 9 URLVisitedDetails::URLVisitedDetails() : transition(PageTransition::LINK) {}
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 62 case TERMINAL_LABEL: // Terminal transition
65 case NONE_LABEL: // Null transition
68 case TAG_LABEL: // Tag transition
69 case WB_LABEL: // Word boundary transition
134 case NONE_LABEL: // Null transition
138 case TAG_LABEL: // Tag transition
146 case TERMINAL_LABEL: // Terminal transition
149 case WB_LABEL: // Word boundary transition
208 case TERMINAL_LABEL: // Terminal transition
211 case NONE_LABEL: // Null transition
    [all...]
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/
transition-property-names.html 10 <script src="script-tests/transition-property-names.js"></script>
  /frameworks/base/services/input/
PointerController.h 67 enum Transition {
75 virtual void fade(Transition transition) = 0;
81 virtual void unfade(Transition transition) = 0;
164 virtual void fade(Transition transition);
165 virtual void unfade(Transition transition);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorAPITest.java 33 import android.media.videoeditor.Transition;
115 assertNull("Media Video Begin transition",
117 assertNull("Media Video End transition",
384 * To Test the Media Video API : Get Before and after transition
397 assertNull("Begin Transition", mediaVideoItem1.getBeginTransition());
398 assertNull("End Transition", mediaVideoItem1.getEndTransition());
402 null, 0, Transition.BEHAVIOR_SPEED_UP);
404 assertEquals("Begin transition", transition1,
407 assertNotNull("End Transition", mediaVideoItem1.getEndTransition());
416 "transition2", null,mediaVideoItem1, 0, Transition.BEHAVIOR_LINEAR)
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 13 -webkit-transition: left .15s, right .15s, top .15s;
25 -webkit-transition: width .15s, height .15s;
37 -webkit-transition: opacity .15s, width .15s;
47 -webkit-transition: background-size .15s;
87 -webkit-transition: margin .15s, background .15s;
99 -webkit-transition-delay: .5s, 0s;
180 -webkit-transition: width .15s, height .15s, border-color .15s,
190 -webkit-transition: top .15s, left .15s;
204 /* delay border radius transition as much as the edit bar slide delay */
205 -webkit-transition-delay: 0, 0, 0, .5s, .5s, 0
    [all...]
apps.css 48 -webkit-transition: background-color .5s;
76 -webkit-transition: opacity .3s;
77 -webkit-transition-delay: 0;
83 -webkit-transition: none;
89 -webkit-transition-delay: .5s;
102 -webkit-transition: top .2s, left .2s, right .2s, opacity .2s;
129 -webkit-transition: opacity .5s;
161 -webkit-transition: opacity .15s;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TransitionView.java 41 * Transition view. This class assumes transition is always put on a MediaLinearLayout and is
189 * Resets the transition generation progress.
196 * Sets the transition generation progress.
267 // Draw the left side of the transition
279 // Draw the right side of the transition
333 final MovieTransition transition = (MovieTransition)getTag(); local
335 if (ApiService.isTransitionThumbnailsPending(mProjectPath, transition.getId())) {
344 Log.v(TAG, "Transition view is off screen: " + transition.getId()
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 71 -webkit-transition: top .15s;
81 -webkit-transition-delay: .5s;
176 -webkit-transition: background-color .15s,
178 /* The border radiuses have 0 transition duration but .15s delay, meaning they
180 -webkit-transition-delay: 0, .15s, .15s, 0;
197 -webkit-transition-delay: 0, .5s, .5s, 0;
201 /* In the focus case, the transition is not delayed. */
202 -webkit-transition-delay: 0, 0, 0, 0;
  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.h 34 // transition and foreground flag to figure out how it was opened.
36 PageTransition::Type transition,
  /external/chromium/chrome/common/extensions/docs/static/
history.html 25 <h2 id="transition_types">Transition types</h2>
28 The history API uses a <em>transition type</em> to describe
33 the transition type is "link".
37 The following table describes each transition type.
42 <th> Transition type </th> <th> Description </th>
75 those ad URLs have this transition type.
116 submitting a form does not result in this transition type.
125 Session restore and Reopen closed tab use this transition type, too.
  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 43 ImplicitAnimation::ImplicitAnimation(const Animation* transition, int animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle)
44 : AnimationBase(transition, renderer, compAnim)
45 , m_transitionProperty(transition->property())
73 // Reset to start the transition if we are new
91 // that is animating are correctly detected during the animation (e.g. when a transition
155 // If we have a keyframe animation on this property, this transition is being overridden. The keyframe
156 // animation keeps an unanimated style in case a transition starts while the keyframe animation is
157 // running. But now that the transition has completed, we need to update this style with its new
158 // destination. If we didn't, the next time through we would think a transition had started
159 // (comparing the old unanimated style with the new final style of the transition)
    [all...]
  /external/icu4c/i18n/
olsontz.h 50 * the initial zone offset (before the first transition) always.
54 * List of transition times represented by 32bit seconds from the
59 * List of transition times before/after 32bit minimum seconds.
64 * Array of bytes representing the mapping between each transition
70 * If a recurrent transition rule is applicable to a zone forever
71 * after the final transition time, finalRule represents the rule
227 * Gets the first time zone transition after the base time.
230 * @param result Receives the first transition after the base time.
231 * @return TRUE if the transition is found.
237 * Gets the most recent time zone transition before the base time
    [all...]
basictz.cpp 74 // Skip a transition which only differ the amount of DST savings
102 // No more transition in the range
147 // Get the next transition
154 // Check if the next transition is either DST->STD or STD->DST and
164 // Get local wall time for the next transition time
175 // zone to return wrong offset after the transition.
177 // transition for another rule.
182 // Get the next next transition
185 // Check if the next next transition is either DST->STD or STD->DST
186 // and within roughly 1 year from the next transition
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditor.java 48 * <li>Transition video clips</li>
142 * processing a media object such as a Transition, AudioTrack & Kenburns
145 * @param object The object that is being processed such as a Transition
328 * Pending transition generations must be allowed to complete before the
475 * before or after this media item, then this/these transition(s) are
531 * Add a transition between the media items specified by the transition.
532 * If a transition existed at the same position it is invalidated and then
533 * the transition is replaced. Note that the new transition video clip i
    [all...]
  /packages/apps/VideoEditor/res/values/
strings.xml 52 <!-- Text displayed in the remove transition confirmation dialog. -->
53 <string name="editor_remove_transition_question">Do you want to remove this transition?</string>
78 <!-- Menu item used to add a transition at the beginning of the image or video clip. -->
79 <string name="editor_add_begin_transition">Transition into clip</string>
80 <!-- Menu item used to add a transition at the end of the image or video clip. -->
81 <string name="editor_add_end_transition">Transition out of clip</string>
82 <!-- Menu item used to change a transition type and/or duration. -->
83 <string name="editor_change_transition">Change transition</string>
88 <!-- The title displayed in the contextual action bar when a transition is selected. -->
89 <string name="editor_transition_title">Transition</string
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 92 // start when there is no transition
98 // start when there is a transition in progress
105 // start when there is a reverse transition in progress
132 // reset when there is no transition
137 // reset when there is a transition in progress
145 // reset when there is a reverse transition in progress
171 // reverse when there is no transition
177 // reverse after the other transition ends
183 // reverse when there is a transition in progress
191 // reverse when there is a reverse transition in progres
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 103 * Alpha magic transition structure
361 * Get alpha magic transition settings
371 * Free alpha magic transition settings structure
378 * Log alpha magic transition settings
520 * Get Transition-Sliding settings from Java
530 * Free Transition-Sliding structure
537 * Free Transition-Sliding structure
545 * Get Transition settings from Java
555 * Free Transition settings structure
562 * Log Transition setting
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 32 // transition to take from an FST's state. They should return a number
34 // transition is selected. If N == NumArcs(), then the final weight at
35 // that state is selected (i.e., the 'super-final' transition is selected).
40 // Randomly selects a transition using the uniform distribution.
57 // Randomly selects a transition w.r.t. the weights treated as negative
138 // Pick a random transition from the source state
140 if (n == ifst.NumArcs(opts.source)) { // Take 'super-final' transition

Completed in 1197 milliseconds

1 23 4 5 6 7 8 91011>>