Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/docs/html/distribute/googleplay/families/
Dfaq.jd33 <dt>How do I opt-in my app(s)?</dt>
44 Where do I disclose my app’s interactive features? Why are you collecting
81 If I distribute my apps globally, do I need to provide a translated version
82 of my privacy policy for each separate language APK?
102 What will be different about my app if I select the General Audience category?
167 Will it take longer for my app to get published if I opt-in to the Designed
180 What happens if my app is rejected from the Designed for Families program?
197 What happens if my app is found to be non-compliant with Designed for
219 What happens when I update my app after it has been accepted into the
256 Google sign-in works in my app?
[all …]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
DR$menu.class ... java.lang.Object { public static final int my
/frameworks/base/docs/html-intl/intl/zh-cn/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">让我的生活更轻松</h2>
174 <h4 id="never-lose-my-stuff">决不能让我的成果付诸东流</h4>
244 <h4 id="its-not-my-fault">不是我的错</h4>
/frameworks/base/docs/html-intl/intl/zh-tw/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">簡化生活</h2>
174 <h4 id="never-lose-my-stuff">別弄丟使用者的東西</h4>
244 <h4 id="its-not-my-fault">不是使用者的錯</h4>
/frameworks/base/docs/html-intl/intl/ja/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">生活をシンプルに</h2>
174 <h4 id="never-lose-my-stuff">作成物を失くさない</h4>
244 <h4 id="its-not-my-fault">ユーザーの責任にしない</h4>
/frameworks/base/docs/html-intl/intl/ko/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">사용자의 생활을 단순하게 만들기</h2>
174 <h4 id="never-lose-my-stuff">사용자가 가지고 있는 것들을 절대 잃어버리지 않도록 하기</h4>
244 <h4 id="its-not-my-fault">사용자가 자기 탓으로 느끼지 않게 하기</h4>
/frameworks/base/docs/html-intl/intl/ru/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">Упростите жизнь пользователю</h2>
174 <h4 id="never-lose-my-stuff">Ни в коем случае не теряйте данные пользователей</h4>
244 <h4 id="its-not-my-fault">Пользователь ни в чем не виноват</h4>
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd52 <strong>How do I turn my device on?</strong>
58 <strong>How do I completely turn my device off? </strong>
114 <strong>How do I put the gamepad that came with my ADT-1 into pairing mode?</strong>
127 <strong>Can I control ADT-1 with my phone or tablet?</strong>
205 <strong>Will my Google Cast sender apps work on ADT-1 just like Chromecast?</strong>
215 <strong>How do I register my ADT-1 in order to run my apps?</strong>
231 <strong>How do I debug my Cast app on ADT-1?</strong>
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
DMyActivity.java20 getMenuInflater().inflate(R.menu.my, menu); in onCreateOptionsMenu()
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd146 …<td>"OK Google, start cycling"<br/><br/>"OK Google, start my bike ride"<br/><br/>"OK Google, stop …
162 …<td>"OK Google, track my run"<br/><br/>"OK Google, start running"<br/><br/>"OK Google, stop runnin…
179 …<td>"OK Google, start a workout"<br/><br/>"OK Google, track my workout"<br/><br/>"OK Google, stop …
196 <td>"OK Google, what’s my heart rate?"<br/><br/>"OK Google, what’s my bpm?"</td>
210 <td>"OK Google, how many steps have I taken?"<br/><br/>"OK Google, what’s my step count?"</td>
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd85 <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>
Dcreative-vision.jd32 <h4>Simplify my life</h4>
/frameworks/av/media/libeffects/testlibs/
DAndroid.mk_1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/docs/html/ndk/guides/
Dandroid_mk.jd57 LOCAL_PATH := $(call my-dir)
61 function {@code my-dir}, provided by the build system, returns the path of the current directory
132 <li>Lower-case names, such as {@code my-dir}. The build system uses these internally, as well.</li>
312 LOCAL_PATH := $(call my-dir)
779 <h4>my-dir</h4>
782 current {@code Android.mk}'s directory. {@code my-dir} is useful for defining
786 LOCAL_PATH := $(call my-dir)
791 reason, you should not call {@code my-dir} after including another file.</p>
796 LOCAL_PATH := $(call my-dir)
802 LOCAL_PATH := $(call my-dir)
[all …]
/frameworks/base/libs/hwui/
DPathTessellator.cpp1071 float my = (p1c1c2y + p2c1c2y) * 0.5f; in recursiveCubicBezierVertices() local
1075 mx, my, p1c1c2x, p1c1c2y, in recursiveCubicBezierVertices()
1078 mx, my, p2c1c2x, p2c1c2y, in recursiveCubicBezierVertices()
1107 float my = (acy + bcy) * 0.5f; in recursiveQuadraticBezierVertices() local
1109 recursiveQuadraticBezierVertices(ax, ay, mx, my, acx, acy, in recursiveQuadraticBezierVertices()
1111 recursiveQuadraticBezierVertices(mx, my, bx, by, bcx, bcy, in recursiveQuadraticBezierVertices()
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/
Dapp-signing.jd251 <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
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd25 <li><a href="http://android-developers.blogspot.com/2009/01/why-is-my-list-black-android.html">Why
26 is my list black? An Android optimization</a></li>
/frameworks/base/docs/html/distribute/essentials/quality/
Dtv.jd517 <strong>After I submit my app, how will find out if my app does not meet all the requirements for
535 <strong>My app targets more than just TV devices. If my app does not meet the TV device
536 requirements, will my new or updated app still appear on Google Play for phones and
547 <strong>If my app meets the publishing requirements, when will it be available in the Google
Dwear.jd426 <strong>After I submit my app for Android Wear review, how will I find out if my app does not meet
447 <strong>If my app does not meet the Wear requirements, will my new or updated app still appear on
Dauto.jd520 <strong>After submitting my app, how will I find out if my app does not meet all
536 <strong>My app targets more than just Android Auto. If my app does not meet the Auto
537 requirements, will my new or updated app still appear on Google Play for phones and
/frameworks/base/docs/html-intl/intl/in/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">Sederhanakan Hidup Saya</h2>
174 <h4 id="never-lose-my-stuff">Jangan sekali-kali menghilangkan milik saya</h4>
244 <h4 id="its-not-my-fault">Bukan salah saya</h4>
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DCachedPathIteratorFactory.java133 float my = mu * mu * coords[1] + 2 * mu * mt * coords[3] + mt * mt * coords[5]; in quadCurveSegment() local
148 coords[3] = 2 * my - coords[1] / 2 - coords[5] / 2; in quadCurveSegment()
/frameworks/base/docs/html-intl/intl/pt-br/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">Simplifique minha vida</h2>
174 <h4 id="never-lose-my-stuff">Nunca perca as minhas coisas</h4>
244 <h4 id="its-not-my-fault">Não é culpa minha</h4>
/frameworks/base/docs/html-intl/intl/es/design/get-started/
Dprinciples.jd85 <h2 id="simplify-my-life">Simplifica mi vida</h2>
174 <h4 id="never-lose-my-stuff">Nunca pierdas lo que es mío</h4>
244 <h4 id="its-not-my-fault">No es mi culpa</h4>
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1675 private static int clamp(int n, int my, int child) { in clamp() argument
1676 if (my >= child || n < 0) { in clamp()
1679 if ((my + n) > child) { in clamp()
1680 return child - my; in clamp()

123