Searched
full:angle (Results
251 -
275 of
1953) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/skia/gyp/ |
gpu.gyp | 84 'angle.gyp:*', 98 'angle.gyp:*', 221 'angle.gyp:*', 224 'angle.gyp:*',
|
/external/libvpx/libvpx/vp9/common/ |
vp9_tapify.py | 37 def print_mb_taps(angle,blocksize): 38 theta = angle / 57.2957795; 42 print " // angle of",angle,"degrees"
|
/external/markdown/tests/markdown-test/ |
benchmark.dat | 2 amps-and-angle-encoding:0.070000:131072.000000
|
/external/skia/gyp/ |
gpu.gyp | 84 'angle.gyp:*', 98 'angle.gyp:*', 221 'angle.gyp:*', 224 'angle.gyp:*',
|
/frameworks/base/core/res/res/drawable/ |
action_bar_background.xml | 21 android:angle="270" />
|
action_bar_divider.xml | 21 android:angle="270" />
|
background_holo_dark.xml | 21 android:angle="270" />
|
background_holo_light.xml | 21 android:angle="270" />
|
/frameworks/base/packages/SystemUI/res/drawable/ |
notification_list_shadow.xml | 21 android:angle="90"
|
status_bar_recents_background.xml | 23 android:angle="@integer/status_bar_recents_bg_gradient_degrees"
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
WindowOrientationListener.java | 199 * The elevation angle is referred to as the "tilt" below. 200 * The azimuth angle is referred to as the "orientation" below (and the azimuth axis is 204 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing. 205 * The orientation angle is not meaningful when the device is nearly horizontal. 206 * The tilt angle thresholds are set differently for each orientation and different 210 * - When the orientation angle reaches a certain threshold, consider transitioning 256 // If the tilt angle remains greater than the specified angle for a minimum of 262 // If the tilt angle has increased by at least delta degrees within the specified amount 323 // Maximum absolute tilt angle at which to consider orientation data. Beyond this (i.e [all...] |
/frameworks/base/tests/HwAccelerationTest/res/drawable/ |
gradient.xml | 21 android:angle="270" />
|
/frameworks/native/opengl/libagl/ |
fp.cpp | 62 // scale angle for easy argument reduction 79 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c) { 80 *s = sinef(angle); 81 *c = cosinef(angle);
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.c | 64 AKFLOAT sinP; /* sin value of pitch angle */ 65 AKFLOAT cosP; /* cos value of pitch angle */ 66 AKFLOAT sinR; /* sin value of roll angle */ 67 AKFLOAT cosR; /* cos value of roll angle */
|
/packages/apps/Camera2/jni/ |
tinyplanet.cc | 92 void StereographicProjection(float scale, float angle, unsigned char* input_image, 111 float theta = angle+atan2(yf, xf); 133 JNIEXPORT void JNICALL Java_com_android_camera_tinyplanet_TinyPlanetNative_process(JNIEnv* env, jobject obj, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale, jfloat angle) 142 StereographicProjection(scale, angle, rgb_in, width, height, rgb_out, output_size, output_size);
|
/packages/apps/Camera2/src/com/android/camera/ |
WideAnglePanoramaController.java | 20 * The interface that controls the wide angle panorama module.
|
/packages/apps/Contacts/res/drawable/ |
background_holo_light.xml | 21 android:angle="270" />
|
/packages/apps/DeskClock/res/drawable/ |
footer_bg.xml | 20 android:angle="90"
|
/packages/apps/DeskClock/res/drawable-land/ |
header_bg_bar.xml | 20 android:angle="270"
|
/packages/apps/Dialer/res/drawable/ |
background_dial_holo_dark.xml | 21 android:angle="270" />
|
shadow_fade_up.xml | 23 android:angle="90"/>
|
/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 91 void StereographicProjection(float scale, float angle, unsigned char* input_image, 110 float theta = angle+atan2(yf, xf); 132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle) 141 StereographicProjection(scale,angle, rgb_in, width, height, rgb_out, output_size, output_size);
|
/packages/apps/Gallery2/res/drawable/ |
white_text_bg_gradient.xml | 20 android:angle="90"
|
/packages/apps/Launcher2/res/drawable/ |
wallpaper_gallery_background.xml | 19 android:angle="270"/>
|
/packages/apps/QuickSearchBox/res/drawable/ |
activity_background.xml | 21 android:angle="270" />
|
Completed in 713 milliseconds
<<11121314151617181920>>