/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | VolumeLoader.java | 76 String [] looks = p.getProperty("looks").split(","); in getVolume() local 77 for (int j = 0; j < looks.length; j++) { in getVolume() 78 String look_color = p.getProperty(looks[j]+".color"); in getVolume() 79 String look_opacity = p.getProperty(looks[j]+".opacity"); in getVolume() 80 v.addLook(looks[j],look_color,look_opacity); in getVolume() 86 String [] looks = p.getProperty("looks").split(","); in getVolume() local 87 for (int j = 0; j < looks.length; j++) { in getVolume() 88 String look_color = p.getProperty(looks[j]+".color"); in getVolume() 89 String look_opacity = p.getProperty(looks[j]+".opacity"); in getVolume() 90 v.addLook(looks[j],look_color,look_opacity); in getVolume()
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/ |
D | VrActivity.java | 152 String[] looks = mVrView.getLooks(); in looksClick() local 156 for (int i = 0; i < looks.length; i++) { in looksClick() 157 menu.add(0, Menu.FIRST + i, Menu.NONE, looks[i]); in looksClick()
|
D | VrView.java | 63 private final char[] looks = { field in VrView 299 mState1.mTransform.look(looks[last_look], mState1.mCubeScreen, getWidth(), getHeight()); in resetCut() 301 last_look = (last_look + 1) % looks.length; in resetCut() 317 mState1.mTransform.look(looks[k], mState1.mCubeVolume, getWidth(), getHeight()); in look()
|
/frameworks/base/docs/html/design/style/ |
D | devices-displays.jd | 34 ensure that your app looks great on any device.</p>
|
/frameworks/base/docs/html/guide/webapps/ |
D | debugging.jd | 68 <p>Then the logcat message looks something like this:</p> 145 a logcat message is printed that looks like this:</p>
|
/frameworks/base/docs/html/training/animation/ |
D | layout.jd | 36 Here's what a default layout animation looks like when adding items to a list:
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | index.jd | 151 familiar with. These elements also help you build an app that looks and feels 158 scratch, and also ensures that the user will see a list that looks and
|
/frameworks/base/docs/html/design/get-started/ |
D | principles.jd | 192 <h4 id="looks-same-should-act-same">If it looks the same, it should act the same</h4>
|
/frameworks/base/docs/html/training/backup/ |
D | backupapi.jd | 54 Manifest, which looks like this:</p> 68 what the manifest looks like with this tag included:</p>
|
/frameworks/base/docs/html-intl/intl/zh-cn/design/get-started/ |
D | principles.jd | 192 <h4 id="looks-same-should-act-same">如果看上去一样,其行为也应当相同</h4>
|
/frameworks/base/docs/html-intl/intl/zh-tw/design/get-started/ |
D | principles.jd | 192 <h4 id="looks-same-should-act-same">如果看起來一樣,就應該有相同的動作</h4>
|
/frameworks/base/docs/html-intl/intl/ja/design/get-started/ |
D | principles.jd | 192 <h4 id="looks-same-should-act-same">見た目が同じなら機能も同じ</h4>
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | accessing.jd | 31 …ogle/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code></a> looks like this:
|
/frameworks/base/docs/html/google/play/licensing/ |
D | index.jd | 46 <dd>Describes how the service works and what a typical licensing implementation looks
|
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-stack.jd | 78 <p>When it begins parsing the logcat output, the tool looks for an initial line of asterisks.
|
D | setup.jd | 85 <p>If you have successfully installed and configured the NDK, the screen on your target device looks
|
/frameworks/base/docs/html-intl/intl/ko/design/get-started/ |
D | principles.jd | 192 <h4 id="looks-same-should-act-same">똑같이 보이면 똑같이 동작되도록 하기</h4>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | overview.jd | 38 <p>For example, a simple vertical layout with a text view and a button looks like this:</p>
|
/frameworks/base/docs/html-intl/intl/ru/design/get-started/ |
D | principles.jd | 192 <h4 id="looks-same-should-act-same">Внешне похожие элементы должны вести себя одинаково</h4>
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | analyze-data.jd | 66 If the network traffic for your app looks similar to the graph in Figure 2, you are in good 74 If the network traffic for your app looks more like the graph in Figure 1, it's time to take a
|
/frameworks/base/docs/html/training/appbar/ |
D | actions.jd | 41 their photo roll; when the user looks at an individual photo, the app might
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | compatible-screens-element.jd | 119 entry looks like if your application is compatible with only small and normal screens:</p>
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | configuration.jd | 33 looks and behaves. For example, some watch faces let users pick a custom background color, and
|
/frameworks/base/docs/html/training/snackbar/ |
D | showing.jd | 60 this looks in Figure 1.
|
/frameworks/base/docs/html/training/material/ |
D | compatibility.jd | 53 alternative layouts to customize how your app looks on earlier versions of Android.</p>
|