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

12 3 4 5 6 7 8 91011

  /frameworks/base/core/java/android/view/
WindowAnimationFrameStats.java 24 * animation is usually performed when the application is transitioning from one
  /cts/tools/dasm/src/java_cup/
lalr_transition.java 20 * @param on_sym symbol we are transitioning on.
42 * @param on_sym symbol we are transitioning on.
  /external/chromium_org/chrome/browser/background/
background_mode_manager_mac.mm 95 // 1) Chrome is transitioning to "launch on startup" state, and there's no
103 // 2) Chrome is transitioning to the "do not launch on startup" state. If
  /external/chromium_org/v8/src/
json-parser.h 310 bool transitioning = true; local
359 // transitioning, no transition can be found anymore.
360 if (transitioning) {
380 transitioning = !target.is_null();
388 if (transitioning) {
411 transitioning = false;
415 // Commit the intermediate state to the object and stop transitioning.
433 if (transitioning) {
hydrogen-store-elimination.cc 74 // Only non-transitioning stores are removable.
date.h 125 // Transitioning to DST moves local clock one hour forward L1 => L2, so
138 // Transitioning from DST moves local clock one hour back L1 => L0, so
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 133 * A service in this state is transitioning to {@link #RUNNING}.
143 * A service in this state is transitioning to {@link #TERMINATED}.
  /frameworks/base/core/java/android/transition/
SidePropagation.java 27 * and, orthogonally, the distance to epicenter. If the transitioning View is visible in
40 * Sets the side that is used to calculate the transition propagation. If the transitioning
ChangeTransform.java 123 * affects the transform of the transitioning view.
145 * affects the transform of the transitioning view.
155 * different parents. If they aren't tracked, only the transforms of the transitioning
168 * different parents. If they aren't tracked, only the transforms of the transitioning
172 * of the transitioning view without considering the parent change.
  /hardware/libhardware/include/hardware/
power.h 90 * on is non-zero when the system is transitioning to an
91 * interactive / awake state, and zero when transitioning to a
  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 36 // Duration of swipe animation used when transitioning from a default to
165 // When transitioning from detailed view to default view, animate the
224 // When transitioning from default view to detailed view, animate the new
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 204 * Set the action bar into a "transitioning" state. While transitioning
209 * @param isTransitioning true if the bar is currently transitioning, false otherwise.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 185 * Set the action bar into a "transitioning" state. While transitioning the bar will block focus
189 * @param isTransitioning true if the bar is currently transitioning, false otherwise.
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 68 // clipping transitioning children
  /external/chromium_org/athena/activity/public/
activity.h 45 // By transitioning from VISIBLE to INVISIBLE, a screen shot of the current
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener.h 73 // Start/StopListening are called when transitioning between zero and nonzero
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.h 49 // If a wallpaper is transitioning to B it will be returned as "->B".
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_context_mac.mm 57 // need to be recreated when transitioning contexts.
  /external/chromium_org/net/base/
network_change_notifier.h 273 // Controls delay after OnIPAddressChanged when transitioning from an
276 // Controls delay after OnIPAddressChanged when transitioning from an
279 // Controls delay after OnConnectionTypeChanged when transitioning from an
282 // Controls delay after OnConnectionTypeChanged when transitioning from an
  /external/chromium_org/third_party/polymer/components-chromium/core-overlay/
core-overlay-extracted.js 219 this.transitioning = true;
289 this.transitioning = false;
562 // transition). Otherwise, we risk infinite recursion when a transitioning
568 if (current && !current.transitioning) {
  /frameworks/base/packages/SystemUI/res/values/
config.xml 167 <!-- The duration for animating the task decorations in after transitioning from an app. -->
170 <!-- The duration for animating the task decorations out before transitioning to an app. -->
179 <!-- The duration for animating the task from the bottom of the screen when transitioning
184 transitioning from home. -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackIndentationFunctor.java 38 * achieved when the next card just starts transitioning into the stack and
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
ContentWrapperView.java 150 // We're transitioning between two views; set the alpha so it doesn't pop in.
198 * Creates animations for transitioning between the two Views.
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceState.java 156 * be called with the given result, otherwise this will result in the device transitioning to
219 Log.i(TAG, "Legacy camera service transitioning to state " + stateName);
  /external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/
core-animated-pages.html 181 In the above example, the "foo" element only behaves as a hero element if transitioning between
192 will allow the outer core-animated-pages to know which nested page it is actually transitioning

Completed in 2548 milliseconds

12 3 4 5 6 7 8 91011