Searched refs:My (Results 1 – 20 of 20) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | quat.h | 69 const float My = R[1].y; in matrixToQuat() local 71 q.x = sqrtf( clamp( Hx - My - Az + 1) * 0.25f ); in matrixToQuat() 72 q.y = sqrtf( clamp(-Hx + My - Az + 1) * 0.25f ); in matrixToQuat() 73 q.z = sqrtf( clamp(-Hx - My + Az + 1) * 0.25f ); in matrixToQuat() 74 q.w = sqrtf( clamp( Hx + My + Az + 1) * 0.25f ); in matrixToQuat()
|
/frameworks/base/core/java/android/hardware/ |
D | SensorManager.java | 1001 final float My = Az*Hx - Ax*Hz; in getRotationMatrix() local 1006 R[3] = Mx; R[4] = My; R[5] = Mz; in getRotationMatrix() 1010 R[4] = Mx; R[5] = My; R[6] = Mz; R[7] = 0; in getRotationMatrix() 1020 final float c = (Ex*Mx + Ey*My + Ez*Mz) * invE; in getRotationMatrix()
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_x_android_custom_after_photo.vcf | 14 YhMHYIMWgfANTh559/4My/o3na/+jseFqSPY0RgHx9ssteAmCzIZhgADC0IDuRKQSBqeaxcdt8arBW
|
D | v21_blackberry_photo.vcf | 15 YhMHYIMWgfANTh559/4My/o3na/+jseFqSPY0RgHx9ssteAmCzIZhgADC0IDuRKQSBqeaxcdt8arBW
|
/frameworks/base/docs/html/guide/faq/ |
D | troubleshooting.jd | 12 <li><a href="#noapp">My new application/activity isn't showing up in the device application 18 <li><a href="#permission">My request to (<em>make a call, catch an incoming SMS, receive 21 <li><a href="#build">Help! My project won't build in Eclipse</a></li> 72 <a name="noapp"></a><h2>My new application/activity isn't showing up in the 118 <a name="permission"></a><h2>My request to (<em>make a call, catch an incoming SMS, 130 <a name="build"></a><h2>Help! My project won't build in Eclipse</h2>
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | languages.jd | 74 <string name="title">My Application</string>
|
/frameworks/base/docs/html/training/notify-user/ |
D | build-notification.jd | 79 .setContentTitle("My notification")
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 75 cancel them from the <strong>My Apps</strong> screen in the Play Store app or 313 necessary from the <strong>My Apps</strong> screen in the Play Store app. 347 to cancel the associated subscriptions at any time in the <strong>My Apps</strong> 354 will need to request a refund. They can request a refund from the <strong>My
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 387 Store app on their devices and go to the My Apps screen to manage subscriptions. In My Apps, 393 we recommend that you offer a "View My Subscriptions" or "Manage Subscriptions" option in
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | running-app.jd | 154 When you do, My First App appears on the emulator screen.</p>
|
D | starting-activity.jd | 272 <li><strong>Title</strong>: My Message</li> 379 <string name="title_activity_display_message">My Message</string>
|
D | creating-project.jd | 68 For this project, use "My First App."</li>
|
D | building-ui.jd | 244 <string name="app_name">My First App</string>
|
/frameworks/base/docs/html/design/get-started/ |
D | principles.jd | 85 <h2 id="simplify-my-life">Simplify My Life</h2>
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | auto.jd | 395 <strong>My app targets more than just Android Auto. If my app does not meet the Auto
|
D | tv.jd | 493 <strong>My app targets more than just TV devices. If my app does not meet the TV device
|
/frameworks/base/docs/html/training/beam-files/ |
D | send-files.jd | 292 Log.e("My Activity", "No File URI available for file.");
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 204 .setContentTitle("My notification") 918 .setContentText("My Awesome Band")
|
/frameworks/base/docs/html/tools/publishing/ |
D | preparing.jd | 139 screen and in the Launcher window. It also appears in Manage Applications, My Downloads, and
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 1130 .putExtra(Events.TITLE, "My New Title");
|