HomeSort by relevance Sort by last modified time
    Searched full:anticipation (Results 1 - 25 of 45) sorted by null

1 2

  /development/samples/devbytes/animation/Anticipation/
AndroidManifest.xml 17 package="com.example.android.anticipation"
31 android:name="com.example.android.anticipation.Anticipation"
  /development/samples/devbytes/animation/Anticipation/res/layout/
main.xml 21 tools:context=".Anticipation" >
24 class="com.example.android.anticipation.AnticiButton"
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
Anticipation.java 17 package com.example.android.anticipation;
32 public class Anticipation extends Activity {
AnticiButton.java 17 package com.example.android.anticipation;
36 * anticipation and follow-through animation effects. Clicking on the button runs
103 * Finish the "anticipation" animation (skew the button back from the direction of
108 // Anticipation
121 // during the anticipation and overshoot phases).
  /frameworks/base/core/java/android/view/animation/
AnticipateInterpolator.java 34 * @param tension Amount of anticipation. When tension equals 0.0f, there is
35 * no anticipation and the interpolator becomes a simple
AnticipateOvershootInterpolator.java 38 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f,
39 * there is no anticipation/overshoot and the interpolator becomes
47 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f,
48 * there is no anticipation/overshoot and the interpolator becomes
  /development/samples/devbytes/animation/Anticipation/res/values/
strings.xml 18 <string name="app_name">Anticipation</string>
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 28 * This app shows a simple application of anticipation and follow-through techniques as
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java 28 * This custom TextView can be skewed to the left or right to enable anticipation and
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_thumbnail.js 46 // We add 'position: absolute' in anticipation that there could be more
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 106 * The length fields exist in anticipation of adding additional fields
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 161 # We need to create the thread dict in anticipation of
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 161 # We need to create the thread dict in anticipation of
  /dalvik/vm/
Ddm.cpp 351 * The length fields exist in anticipation of adding additional fields
  /external/blktrace/doc/
blkparse.1 246 queue in anticipation of future ios being added before this data is needed.
  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 434 // We should request a BeginImplFrame in anticipation of a draw.
543 // thread, we continue requesting SetNeedsBeginImplFrame in anticipation of
    [all...]
scheduler_state_machine.cc 839 // so request another BeginImplFrame in anticipation that we will have
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 338 // requests in flight (this is anticipation of when setting page
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 365 // requests in flight (this is anticipation of when setting page
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java 445 + " in anticipation of conv cursor update. c=%s",
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 286 // Use of const in strict mode is disallowed in anticipation of ES Harmony.
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 363 // one is set very low by getInlineCost, in anticipation that Caller will
  /external/qemu/elff/
dwarf_defs.h 879 /* Array, preallocated in anticipation of relatively small number of
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 286 // Use of const in strict mode is disallowed in anticipation of ES Harmony.
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 879 /* Array, preallocated in anticipation of relatively small number of

Completed in 545 milliseconds

1 2