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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 38 -webkit-transition: all .15s;
72 -webkit-transition: opacity .15s;
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 135 PageTransition::Type transition) OVERRIDE;
  /external/icu4c/i18n/unicode/
rbtz.h 26 struct Transition;
251 * Gets the first time zone transition after the base time.
254 * @param result Receives the first transition after the base time.
255 * @return TRUE if the transition is found.
261 * Gets the most recent time zone transition before the base time.
264 * @param result Receives the most recent transition before the base time.
265 * @return TRUE if the transition is found.
289 * @param trsrules Receives the timezone transition rules
291 * the timezone transition rules. On output, actual number of
316 UDate getTransitionTime(Transition* transition, UBool local
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 167 uint8_t transition; member in struct:phNfc_sState
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 153 transition
267 transition
small-base.conf 153 transition
267 transition
  /external/libsepol/tests/policies/test-linker/
small-base.conf 153 transition
267 transition
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 53 AnimationBase(const Animation* transition, RenderObject* renderer, CompositeAnimation* compAnim);
148 // Does this animation/transition involve the given property?
226 bool m_isAnimating; // transition/animation requires continual timer firing
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 183 transition: ACCELERATE 0.5;
419 transition: ACCELERATE 0.5;
  /frameworks/base/services/input/
PointerController.cpp 194 void PointerController::fade(Transition transition) {
201 if (transition == TRANSITION_IMMEDIATE) {
211 void PointerController::unfade(Transition transition) {
218 if (transition == TRANSITION_IMMEDIATE) {
  /external/chromium/chrome/browser/history/
history_types.h 167 // Different from page transition types, they describe the origins of visits.
210 PageTransition::Type transition; member in class:history::VisitRow
585 PageTransition::Type transition; member in class:history::HistoryAddPageArgs
  /external/sepolicy/
mls 21 # Process transition: Require equivalence unless the subject is trusted.
22 mlsconstrain process { transition dyntransition }
  /external/v8/test/mjsunit/compiler/
regress-loadfield.js 34 // Make sure there is a transition on adding "bar" inobject property.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 238 public void startTransition(LayoutTransition transition, ViewGroup container,
241 public void endTransition(LayoutTransition transition, ViewGroup container,
  /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...]
  /external/skia/legacy/src/animator/
SkDisplayApply.cpp 51 SK_MEMBER(transition, ApplyTransition)
59 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/
225 if (transition == kTransition_reverse)
226 SkDebugf("transition=\"reverse\" ");
599 if (transition != SkApply::kTransition_reverse) {
620 if (((transition != SkApply::kTransition_reverse && interpResult == SkInterpolatorBase::kFreezeEnd_Result) ||
621 (transition == SkApply::kTransition_reverse && fLastTime == 0)) && state.fUnpostedEndEvent) {
  /external/skia/src/animator/
SkDisplayApply.cpp 51 SK_MEMBER(transition, ApplyTransition)
59 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/
225 if (transition == kTransition_reverse)
226 SkDebugf("transition=\"reverse\" ");
599 if (transition != SkApply::kTransition_reverse) {
620 if (((transition != SkApply::kTransition_reverse && interpResult == SkInterpolatorBase::kFreezeEnd_Result) ||
621 (transition == SkApply::kTransition_reverse && fLastTime == 0)) && state.fUnpostedEndEvent) {
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 140 public void onAppWindowTransitionLocked(WindowState windowState, int transition) {
142 Slog.i(LOG_TAG, "Window transition: "
143 + AppTransition.appTransitionToString(transition)
148 switch (transition) {
161 public void onWindowTransitionLocked(WindowState windowState, int transition) {
163 Slog.i(LOG_TAG, "Window transition: "
164 + AppTransition.appTransitionToString(transition)
169 switch (transition) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m 98 if (!(transition = calloc(13, sizeof(void*)))) {
103 transition[0] = dfa2_transition5;
104 transition[1] = dfa2_transition8;
105 transition[2] = dfa2_transition4;
106 transition[3] = dfa2_transition2;
107 transition[4] = dfa2_transition;
108 transition[5] = dfa2_transition6;
109 transition[6] = dfa2_transition0;
110 transition[7] = dfa2_transition1;
111 transition[8] = dfa2_transition
    [all...]
  /frameworks/base/core/java/android/app/
FragmentManager.java 205 * Pop the last fragment transition from the manager's fragment
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 204 * Pop the last fragment transition from the manager's fragment
    [all...]
  /external/v8/src/
stub-cache.h 145 Handle<Map> transition,
169 Handle<Map> transition,
466 Handle<Map> transition,
674 Handle<Map> transition,
706 Handle<Map> transition,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 115 static GstStateChangeReturn webKitWebSrcChangeState(GstElement* element, GstStateChange transition);
460 static GstStateChangeReturn webKitWebSrcChangeState(GstElement* element, GstStateChange transition)
466 switch (transition) {
479 ret = GST_ELEMENT_CLASS(parent_class)->change_state(element, transition);
485 switch (transition) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 74 if (!(transition = calloc(13, sizeof(void*)))) {
79 transition[0] = dfa2_transition5;
80 transition[1] = dfa2_transition8;
81 transition[2] = dfa2_transition4;
82 transition[3] = dfa2_transition2;
84 transition[4] = dfa2_transition6;
85 transition[5] = dfa2_transition0;
86 transition[6] = dfa2_transition1;
89 transition[7] = dfa2_transition3;
90 transition[8] = dfa2_transition7
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 69 * The possible transition types that explain how the navigation event
91 * The possible transition qualifiers:
189 * transition information.

Completed in 627 milliseconds

1 2 3 4 5 67 8 91011>>