HomeSort by relevance Sort by last modified time
    Searched full:anticipation (Results 1 - 25 of 34) 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).
  /development/samples/devbytes/animation/Anticipation/res/values/
strings.xml 18 <string name="app_name">Anticipation</string>
  /frameworks/base/core/java/android/view/animation/
AnticipateOvershootInterpolator.java 47 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f,
48 * there is no anticipation/overshoot and the interpolator becomes
56 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f,
57 * there is no anticipation/overshoot and the interpolator becomes
AnticipateInterpolator.java 42 * @param tension Amount of anticipation. When tension equals 0.0f, there is
43 * no anticipation and the interpolator becomes a simple
  /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
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 110 * 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
  /external/blktrace/doc/
blkparse.1 246 queue in anticipation of future ios being added before this data is needed.
blktrace.tex 558 queue, Linux will plug the queue in anticipation of future ios being
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java 520 + " in anticipation of conv cursor update. c=%s",
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 382 // one is set very low by getInlineCost, in anticipation that Caller will
  /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
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 577 // Reclaim resources, in anticipation of destruction.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 584 // Reclaim resources, in anticipation of destruction.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 109 argument in anticipation of the object's retention.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 109 argument in anticipation of the object's retention.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 317 /// pre-emptively extend them here in anticipation of further changes.
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 391 * to clear in anticipation of signalling. It is OK if this
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]

Completed in 971 milliseconds

1 2