Home
last modified time | relevance | path

Searched refs:My (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/native/services/sensorservice/
Dquat.h69 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/
DSensorManager.java1144 final float My = Az*Hx - Ax*Hz; in getRotationMatrix() local
1149 R[3] = Mx; R[4] = My; R[5] = Mz; in getRotationMatrix()
1153 R[4] = Mx; R[5] = My; R[6] = Mz; R[7] = 0; in getRotationMatrix()
1163 final float c = (Ex*Mx + Ey*My + Ez*Mz) * invE; in getRotationMatrix()
/frameworks/opt/vcard/tests/res/raw/
Dv21_x_android_custom_after_photo.vcf14 YhMHYIMWgfANTh559/4My/o3na/+jseFqSPY0RgHx9ssteAmCzIZhgADC0IDuRKQSBqeaxcdt8arBW
Dv21_blackberry_photo.vcf15 YhMHYIMWgfANTh559/4My/o3na/+jseFqSPY0RgHx9ssteAmCzIZhgADC0IDuRKQSBqeaxcdt8arBW
/frameworks/base/docs/html/distribute/googleplay/
Dguide.jd28 <strong>My Playbook</strong> with curated articles and videos from
/frameworks/base/docs/html/training/basics/supporting-devices/
Dlanguages.jd75 &lt;string name="title">My Application&lt;/string>
/frameworks/base/docs/html/training/notify-user/
Dbuild-notification.jd79 .setContentTitle(&quot;My notification&quot;)
/frameworks/base/docs/html/training/basics/firstapp/
Drunning-app.jd128 When you do, <em>My First App</em> appears on the emulator screen.</p>
Dstarting-activity.jd261 <li><strong>Title</strong>: My Message</li>
362 &lt;string name="title_activity_display_message">My Message&lt;/string>
Dcreating-project.jd61 For this project, use "My First App."</li>
Dbuilding-ui.jd242 &lt;string name="app_name">My First App&lt;/string>
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd83 cancel them from the <strong>My Apps</strong> screen in the Play Store app or
395 necessary from the <strong>My Apps</strong> screen in the Play Store app.
430 to cancel the associated subscriptions at any time in the <strong>My Apps</strong>
437 will need to request a refund. They can request a refund from the <strong>My
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">Simplify My Life</h2>
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/notifiers/
Dnotifications.jd199 .setContentTitle("My notification")
912 .setContentText("My Awesome Band")
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/notifiers/
Dnotifications.jd199 .setContentTitle("My notification")
912 .setContentText("My Awesome Band")
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/notifiers/
Dnotifications.jd199 .setContentTitle("My notification")
912 .setContentText("My Awesome Band")
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/notifiers/
Dnotifications.jd199 .setContentTitle("My notification")
912 .setContentText("My Awesome Band")
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/notifiers/
Dnotifications.jd199 .setContentTitle("My notification")
912 .setContentText("My Awesome Band")
/frameworks/base/docs/html/training/beam-files/
Dsend-files.jd292 Log.e("My Activity", "No File URI available for file.");
/frameworks/base/docs/html/distribute/essentials/quality/
Dauto.jd536 <strong>My app targets more than just Android Auto. If my app does not meet the Auto
Dtv.jd535 <strong>My app targets more than just TV devices. If my app does not meet the TV device
/frameworks/base/docs/html/distribute/googleplay/families/
Dfaq.jd254 My app is opted-in to Google Play for Education and has Google sign-in integration
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/notifiers/
Dnotifications.jd199 .setContentTitle("My notification")
912 .setContentText("My Awesome Band")
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd204 .setContentTitle("My notification")
919 .setContentText("My Awesome Band")
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcalendar-provider.jd1122 .putExtra(Events.TITLE, &quot;My New Title&quot;);

12