Searched refs:my (Results 1 – 25 of 46) sorted by relevance
12
... java.lang.Object { public static final int my
30 <p>I recently took my first serious look at Traceview, and it occurred to me, first, that32 opportunity to lecture sternly on one of my favorite subjects: performance improvement and
20 getMenuInflater().inflate(R.menu.my, menu); in onCreateOptionsMenu()
51 <strong>How do I turn my device on?</strong>57 <strong>How do I completely turn my device off? </strong>113 <strong>How do I put the gamepad that came with my ADT-1 into pairing mode?</strong>126 <strong>Can I control ADT-1 with my phone or tablet?</strong>204 <strong>Will my Google Cast sender apps work on ADT-1 just like Chromecast?</strong>214 <strong>How do I register my ADT-1 in order to run my apps?</strong>230 <strong>How do I debug my Cast app on ADT-1?</strong>278 <strong>There is a hardware problem with my ADT-1. How do I return it?</strong>
135 …<td>"OK Google, start cycling"<br/><br/>"OK Google, start my bike ride"<br/><br/>"OK Google, stop …151 …<td>"OK Google, track my run"<br/><br/>"OK Google, start running"<br/><br/>"OK Google, stop runnin…168 …<td>"OK Google, start a workout"<br/><br/>"OK Google, track my workout"<br/><br/>"OK Google, stop …185 <td>"OK Google, what’s my heart rate?"<br/><br/>"OK Google, what’s my bpm?"</td>199 <td>"OK Google, how many steps have I taken?"<br/><br/>"OK Google, what’s my step count?"</td>
27 $ jobb -d /temp/assets/ -o my-app-assets.obb -k secret-key -pn com.my.app.package -pv 1133 $ jobb -d /temp/obb-output/ -o my-app-assets.obb -k secret-key
85 <h2 id="simplify-my-life">Simplify My Life</h2>174 <h4 id="never-lose-my-stuff">Never lose my stuff</h4>244 <h4 id="its-not-my-fault">It's not my fault</h4>
29 <h4>Simplify my life</h4>
1 LOCAL_PATH:= $(call my-dir)
64 How will my users prefer to interact? Game users may prefer a modern feed72 Should I have a community for all my apps or should each app have its74 that interests them or can I make it a way to turn them onto my other
1006 float my = (p1c1c2y + p2c1c2y) * 0.5f; in recursiveCubicBezierVertices() local1010 mx, my, p1c1c2x, p1c1c2y, in recursiveCubicBezierVertices()1013 mx, my, p2c1c2x, p2c1c2y, in recursiveCubicBezierVertices()1042 float my = (acy + bcy) * 0.5f; in recursiveQuadraticBezierVertices() local1044 recursiveQuadraticBezierVertices(ax, ay, mx, my, acx, acy, in recursiveQuadraticBezierVertices()1046 recursiveQuadraticBezierVertices(mx, my, bx, by, bcx, bcy, in recursiveQuadraticBezierVertices()
383 <strong>After I submit my app, how will find out if my app does not meet all395 <strong>My app targets more than just Android Auto. If my app does not meet the Auto396 requirements, will my new or updated app still appear on Google Play for phones and
475 <strong>After I submit my app, how will find out if my app does not meet all the requirements for493 <strong>My app targets more than just TV devices. If my app does not meet the TV device494 requirements, will my new or updated app still appear on Google Play for phones and505 <strong>If my app meets the publishing requirements, when will it be available in the Google
426 <strong>After I submit my app for Android Wear review, how will I find out if my app does not meet447 <strong>If my app does not meet the Wear requirements, will my new or updated app still appear on
251 <pre>$ keytool -genkey -v -keystore my-release-key.keystore 254 <p>上記のコマンド例を実行すると、Keytool からキーストアとキーのパスワードと、キーの識別名フィールドの指定が求められます。キーストアが <code>my-release-key.keyst…288 <pre>$ jarsigner -verbose -keystore my-release-key.keystore
25 <li><a href="http://android-developers.blogspot.com/2009/01/why-is-my-list-black-android.html">Why26 is my list black? An Android optimization</a></li>
14 <li><a href="#noupdate">I updated my app, but the updates don't seem to be showing up on24 …<li><a href="#apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing erro…27 …<li><a href="#signingcalendar">I can't compile my app because the build tools generated an expired…102 <a name="noupdate"></a><h2>I updated my app, but the updates don't seem to be showing up on the dev…198 <h2 id="apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing error</a></…290 <h2 id="signingcalendar">I can't compile my app because the build tools generated an expired debug …
10 <li><a href="#use">How do I securely use my Android phone?</a></li>78 <a name="use" id="use"></a><h2>How do I securely use my Android phone?</h2>
1720 private static int clamp(int n, int my, int child) { in clamp() argument1721 if (my >= child || n < 0) { in clamp()1739 if ((my+n) > child) { in clamp()1745 return child-my; in clamp()
1649 private static int clamp(int n, int my, int child) { in clamp() argument1650 if (my >= child || n < 0) { in clamp()1653 if ((my + n) > child) { in clamp()1654 return child - my; in clamp()
289 <a href="{@docRoot}resources/faq/troubleshooting.html#signingcalendar">I can't compile my app305 $ keytool -genkey -v -keystore my-release-key.keystore310 <code>my-release-key.keystore</code>. The keystore contains a single key, valid for 10000 days.322 -keystore my-release-key.keystore my_application.apk alias_name
70 sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");98 sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
85 <li>Select <strong>Browse my computer for driver software</strong> and click127 <li>Select <strong>Browse my computer for driver software</strong>.</li>152 software. Select <strong>Browse my computer for driver software</strong>.</li>
266 // This is my web site, so do not override; let my WebView load the page269 … // Otherwise, the link is not for a page on my site, so launch another Activity that handles URLs
15 click <em>Build my badge</em>, then paste the HTML into your web content.</p>349 type="button" value="Build my badge" style="padding:10px" />