Home
last modified time | relevance | path

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

/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.java1001 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/
Dv21_x_android_custom_after_photo.vcf14 YhMHYIMWgfANTh559/4My/o3na/+jseFqSPY0RgHx9ssteAmCzIZhgADC0IDuRKQSBqeaxcdt8arBW
Dv21_blackberry_photo.vcf15 YhMHYIMWgfANTh559/4My/o3na/+jseFqSPY0RgHx9ssteAmCzIZhgADC0IDuRKQSBqeaxcdt8arBW
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd12 <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/
Dlanguages.jd74 &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/google/play/billing/
Dbilling_subscriptions.jd75 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/
Dbilling_subscriptions.jd387 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/
Drunning-app.jd154 When you do, My First App appears on the emulator screen.</p>
Dstarting-activity.jd272 <li><strong>Title</strong>: My Message</li>
379 &lt;string name="title_activity_display_message">My Message&lt;/string>
Dcreating-project.jd68 For this project, use "My First App."</li>
Dbuilding-ui.jd244 &lt;string name="app_name">My First App&lt;/string>
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">Simplify My Life</h2>
/frameworks/base/docs/html/distribute/essentials/quality/
Dauto.jd395 <strong>My app targets more than just Android Auto. If my app does not meet the Auto
Dtv.jd493 <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/
Dsend-files.jd292 Log.e("My Activity", "No File URI available for file.");
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd204 .setContentTitle("My notification")
918 .setContentText("My Awesome Band")
/frameworks/base/docs/html/tools/publishing/
Dpreparing.jd139 screen and in the Launcher window. It also appears in Manage Applications, My Downloads, and
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd1130 .putExtra(Events.TITLE, &quot;My New Title&quot;);