HomeSort by relevance Sort by last modified time
    Searched refs:tilt (Results 1 - 24 of 24) sorted by null

  /external/python/cpython2/Demo/turtle/
tdemo_I_dontlike_tiltdemo.py 24 tilt(45)
40 tilt(-15)
  /external/python/cpython3/Lib/turtledemo/
round_dance.py 48 tilt(-phi)
59 tilt(-4)
75 dancer.tilt(ta)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 49 * an eraser tool. Second, the tilt angle and orientation of the stylus can be
453 float distance, float tilt) {
476 drawSplat(mCanvas, x, y, orientation, distance, tilt, mPaint);
508 * indicated by the orientation and tilt of the tool and throws paint at
514 float distance, float tilt, Paint paint) {
518 float nx = (float) (Math.sin(orientation) * Math.sin(tilt));
519 float ny = (float) (- Math.cos(orientation) * Math.sin(tilt));
520 float nz = (float) Math.cos(tilt);
538 // Apply the nozzle tilt angle.
540 vy = temp * Math.cos(tilt) - vz * Math.sin(tilt)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GhostComponent.java 93 final InputXY tilt = input.getTilt(); local
95 tilt.getX() * mMovementSpeed;
98 tilt.getY() * mMovementSpeed;
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 315 static void addTiltHistoryEntry(uint64_t now, int8_t tilt)
341 mTask.tilt_history[index] = tilt;
363 // Tilt has remained greater than FLAT_ANGLE for FLAT_TIME.
370 static bool isSwinging(uint64_t now, int8_t tilt)
378 if (mTask.tilt_history[i] + SWING_AWAY_ANGLE_DELTA <= tilt) {
462 // Calculate the tilt angle.
484 // If the tilt angle is too close to horizontal then we cannot
496 LOGD("Ignoring sensor data, tilt angle too high: %d", (int)tilt_angle);
519 LOGD("Predicted: tilt %d, orientation %d, predicted %d",
524 "tilt %d, orientation %d"
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 362 * The elevation angle is referred to as the "tilt" below.
367 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing.
369 * The tilt angle thresholds are set differently for each orientation and different
416 // If the tilt angle remains greater than the specified angle for a minimum of
422 // If the tilt angle has increased by at least delta degrees within the specified amount
424 // down towards flat (tilt = 90).
439 // try to calculate the tilt and orientation angles.
470 // singularities in the tilt and orientation calculations.
483 // Maximum absolute tilt angle at which to consider orientation data. Beyond this (i.e.
488 // The tilt angle below which we conclude that the user is holding the devic
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2766 def tilt(self, angle): function
    [all...]
  /external/python/cpython3/Lib/
turtle.py 137 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards',
2893 def tilt(self, angle): member in class:RawTurtle
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2765 def tilt(self, angle): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2765 def tilt(self, angle): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2765 def tilt(self, angle): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2765 def tilt(self, angle): function
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 5039 float tilt; local
    [all...]
InputReader.h 1580 InputDeviceInfo::MotionRange tilt; member in struct:android::TouchInputMapper::OrientedRanges
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/
allinsn.s 1613 .global tilt
1614 tilt: label
1615 tilt icc0,sp,0
allinsn.d 1212 00000644 <tilt>:
1213 644: 98 70 10 00 tilt icc0,sp,0
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 3803 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle)); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1124 milliseconds