Home
last modified time | relevance | path

Searched refs:looks (Results 1 – 25 of 89) sorted by relevance

1234

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DVolumeLoader.java76 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/
DVrActivity.java152 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()
DVrView.java63 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/
Ddevices-displays.jd34 ensure that your app looks great on any device.</p>
/frameworks/base/docs/html/guide/webapps/
Ddebugging.jd68 <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/
Dlayout.jd36 Here's what a default layout animation looks like when adding items to a list:
/frameworks/base/docs/html/topic/libraries/support-library/
Dindex.jd151 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/
Dprinciples.jd192 <h4 id="looks-same-should-act-same">If it looks the same, it should act the same</h4>
/frameworks/base/docs/html/training/backup/
Dbackupapi.jd54 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/
Dprinciples.jd192 <h4 id="looks-same-should-act-same">如果看上去一样,其行为也应当相同</h4>
/frameworks/base/docs/html-intl/intl/zh-tw/design/get-started/
Dprinciples.jd192 <h4 id="looks-same-should-act-same">如果看起來一樣,就應該有相同的動作</h4>
/frameworks/base/docs/html-intl/intl/ja/design/get-started/
Dprinciples.jd192 <h4 id="looks-same-should-act-same">見た目が同じなら機能も同じ</h4>
/frameworks/base/docs/html/training/wearables/data-layer/
Daccessing.jd31 …ogle/android/gms/common/api/GoogleApiClient.html"><code>GoogleApiClient</code></a> looks like this:
/frameworks/base/docs/html/google/play/licensing/
Dindex.jd46 <dd>Describes how the service works and what a typical licensing implementation looks
/frameworks/base/docs/html/ndk/guides/
Dndk-stack.jd78 <p>When it begins parsing the logcat output, the tool looks for an initial line of asterisks.
Dsetup.jd85 <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/
Dprinciples.jd192 <h4 id="looks-same-should-act-same">똑같이 보이면 똑같이 동작되도록 하기</h4>
/frameworks/base/docs/html/guide/topics/ui/
Doverview.jd38 <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/
Dprinciples.jd192 <h4 id="looks-same-should-act-same">Внешне похожие элементы должны вести себя одинаково</h4>
/frameworks/base/docs/html/training/performance/battery/network/
Danalyze-data.jd66 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/
Dactions.jd41 their photo roll; when the user looks at an individual photo, the app might
/frameworks/base/docs/html/guide/topics/manifest/
Dcompatible-screens-element.jd119 entry looks like if your application is compatible with only small and normal screens:</p>
/frameworks/base/docs/html/training/wearables/watch-faces/
Dconfiguration.jd33 looks and behaves. For example, some watch faces let users pick a custom background color, and
/frameworks/base/docs/html/training/snackbar/
Dshowing.jd60 this looks in Figure 1.
/frameworks/base/docs/html/training/material/
Dcompatibility.jd53 alternative layouts to customize how your app looks on earlier versions of Android.</p>

1234