HomeSort by relevance Sort by last modified time
    Searched refs:transition (Results 126 - 150 of 337) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 105 protected Transition mBeginTransition;
107 protected Transition mEndTransition;
213 * @param transition The beginning transition
215 void setBeginTransition(Transition transition) {
216 mBeginTransition = transition;
220 * @return The begin transition
222 public Transition getBeginTransition() {
227 * @param transition The end transitio
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 360 -webkit-transition: height 0.25s ease-in;
361 -moz-transition: height 0.25s ease-in;
362 transition: height 0.25s ease-in; }
364 -webkit-transition: height 0.25s ease-out;
365 -moz-transition: height 0.25s ease-out;
366 transition: height 0.25s ease-out; }
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 364 -webkit-transition: height 0.25s ease-in;
365 -moz-transition: height 0.25s ease-in;
366 transition: height 0.25s ease-in; }
368 -webkit-transition: height 0.25s ease-out;
369 -moz-transition: height 0.25s ease-out;
370 transition: height 0.25s ease-out; }
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css 364 -webkit-transition: height 0.25s ease-in;
365 -moz-transition: height 0.25s ease-in;
366 transition: height 0.25s ease-in; }
368 -webkit-transition: height 0.25s ease-out;
369 -moz-transition: height 0.25s ease-out;
370 transition: height 0.25s ease-out; }
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 457 if( NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition )
483 HCI_DEBUG(" HCI: Transition Before FSM Update --> %02u \n",
484 psHciContext->hci_state.transition );
492 psHciContext->hci_state.transition = NFC_FSM_IN_PROGRESS;
516 HCI_DEBUG(" HCI: Transition Before FSM Complete --> %02u \n",
517 psHciContext->hci_state.transition );
525 if( (NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition)
530 psHciContext->hci_state.transition = NFC_FSM_COMPLETE ;
550 HCI_DEBUG("HCI: %s: transition=%02u, cur_state=%02u, next_state=%02u\n",
552 psHciContext->hci_state.transition,
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 185 public void endTransition(LayoutTransition transition,
193 public void startTransition(LayoutTransition transition,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 32 import org.antlr.analysis.Transition;
79 /** From state s, look for any transition to a rule that is currently
83 * rule must look at follow transition for that invoking state.
104 Transition t0 = s.transition[0];
146 // now do the other transition if it exists
147 Transition t1 = s.transition[1];
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 311 return match.transition == PageTransition::TYPED;
417 paste_and_go_transition_ = match.transition;
433 // Get the URL and transition type for the selected entry.
441 if ((match.transition == PageTransition::TYPED) && (match.destination_url ==
448 // the transition is GENERATED, the user input something that looked
452 match.transition = PageTransition::RELOAD;
458 match.transition = PageTransition::LINK;
476 view_->OpenURL(match.destination_url, disposition, match.transition,
483 PageTransition::Type transition,
539 controller_->OnAutocompleteAccept(url, disposition, transition,
    [all...]
autocomplete_edit.h 43 // disposition and transition to use when opening it.
50 PageTransition::Type transition,
245 // the transition should be treated as LINK (so that it won't trigger the
253 PageTransition::Type transition,
autocomplete_edit_view_views.h 82 PageTransition::Type transition,
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 310 // TabContents. Depending on the tab, and the transition type of the
314 PageTransition::Type transition);
392 // specified insertion index, transition, etc. |add_types| is a bitmask of
397 PageTransition::Type transition,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 61 -webkit-transition: height 0.2s ease-out;
  /external/v8/test/mjsunit/
elements-transition-hoisting.js 89 // depend on an elements transition before them and it's not possible to hoist
90 // that transition.
104 // double transition above in the if, which cannot be
133 add_transition[0] = new Object(); // For FAST_ELEMENT transition to be created
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java 46 * the {@link #GEOFENCE_UNCERTAIN} transition would be triggered. If the accuracy improves later,
47 * an appropriate transition would be triggered. The "reasonably confident" parameter
118 * The constant used to indicate that the transition requested for the geofence is invalid.
194 * called with the following parameters when a transition event occurs.
198 * <li> The transition associated with the geofence. One of
200 * <li> The timestamp when the geofence transition occured.
231 * transition.
467 public void onGeofenceTransition(int geofenceId, int transition, Location location,
471 c.onGeofenceTransition(geofenceId, transition, location, timestamp,
GeofenceHardwareImpl.java 374 * called from GpsLocationProvider to report geofence transition
378 long timestamp, int transition, long transitionTimestamp) {
381 bearing + " Accuracy: " + accuracy + " Timestamp: " + timestamp + " Transition: " +
382 transition + " TransitionTimestamp: " + transitionTimestamp);
385 GeofenceTransition t = new GeofenceTransition(geofenceId, transition, timestamp, location);
534 " Transition: " + geofenceTransition.mTransition +
670 GeofenceTransition(int geofenceId, int transition, long timestamp, Location location) {
672 mTransition = transition;
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 117 const Action transition[NumOfStates][NumOfTokenKinds] = { local
136 if (!transition[cur_state][token.kind](pEhFrame, *entry, token)) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiServiceListener.java 199 * @param transition The transition inserted at the removal position
204 MovieTransition transition, Exception exception) {}
278 * A new transition was inserted
281 * @param transition The newly added transition
285 public void onTransitionInserted(String projectPath, MovieTransition transition,
289 * A transition was removed
292 * @param transitionId The id of the transition which was removed
299 * A transition duration was change
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g 125 while ( end.transition( 1 ) != null )
127 end = (NFAState)end.transition( 1 ).target;
129 if ( end.transition( 0 ) != null )
134 Transition e = new Transition( Label.EPSILON, n );
138 Transition followEdge = new Transition( Label.EPSILON, following );
245 start.addTransition(new Transition(Label.EPSILON, g.left));
259 g.right.addTransition(new Transition(Label.EPSILON,end));
432 NFAState altBlockState = (NFAState)$g.left.transition(0).target
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h 371 // Adds a selected tab with the specified URL and transition, returns the
375 PageTransition::Type transition);
640 PageTransition::Type transition,
652 PageTransition::Type transition);
683 // Construct a TabContents for a given URL, profile and transition type.
688 PageTransition::Type transition,
764 PageTransition::Type transition);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 822 LayoutTransition transition = new LayoutTransition(); local
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 325 PageTransition::Type transition) {
329 url_request.transition = transition;
357 params.transition = PageTransition::LINK;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 64 Transition e = startState.getTransition(i);
87 Transition e = d.getTransition(j);
128 Transition t = p.transition(j);
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_view.cc 52 PageTransition::Type transition) {}
  /external/chromium/chrome/browser/history/
history.cc 304 PageTransition::Type transition,
308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects,
317 PageTransition::Type transition,
323 redirects, transition, visit_source,
in_memory_history_backend.cc 87 PageTransition::StripQualifier(visited_details->transition);

Completed in 570 milliseconds

1 2 3 4 56 7 8 91011>>