Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 210) sorted by relevance

123456789

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DTransform.java123 public void look(char dir, TriData tri, int w, int h) { in look() method in Transform
124 mViewMatrix.look(dir, tri, mVoxelDim, w, h); in look()
178 float[] look = {0, 0, 1}; in main() local
179 m.mult3v(look, ret); in main()
DViewMatrix.java213 double[] look = {0, 0, 0}; in main() local
217 v.setLookPoint(look); in main()
261 public void look(char dir, TriData tri, float[] voxelDim, int w, int h) { in look() method in ViewMatrix
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
DVrView.java299 mState1.mTransform.look(looks[last_look], mState1.mCubeScreen, getWidth(), getHeight()); in resetCut()
312 mState1.mTransform.look(ViewMatrix.DOWN_AT, mState1.mCubeScreen, getWidth(), getHeight()); in setVolume()
316 protected void look(int k) { in look() method in VrView
317 mState1.mTransform.look(looks[k], mState1.mCubeVolume, getWidth(), getHeight()); in look()
337 public void setLook(String look) { in setLook() argument
338 int[][] color = mState1.mVolume.getLookColor(look); in setLook()
339 int[][] opacity = mState1.mVolume.getLookOpactiy(look); in setLook()
/frameworks/base/docs/html/training/performance/battery/network/
Danalyze-data.jd20 collected data. This lesson teaches you how to look at the network traffic data you have
75 harder look at how your app accesses the network. You should start by analyzing what types of
83 When you look at the network traffic generated by your app, you need to understand the source of
110 The following sections discuss how to look at network traffic types and provides recommendations
121 look for patterns of frequent network use over time and attempt to create, or increase the size
171 look for periods of inactivity and determine if they can be increased. If you see patterns of
172 consistent network access from your app, look for ways to space out these accesses to allow the
201 network activity from server connections, look for periods of inactivity and determine if they
202 can be increased. If you see patterns of consistent network activity from servers, look for ways
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd27 processing. In this example we will look at applying a levels/saturation operation
35 In this post I’ll look at "compute" in more detail. In RenderScript we use
/frameworks/base/core/java/android/text/
DDynamicLayout.java217 int look = TextUtils.indexOf(text, '\n', where + after); in reflow() local
218 if (look < 0) in reflow()
219 look = len; in reflow()
221 look++; // we want the index after the \n in reflow()
223 int change = look - (where + after); in reflow()
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd88 android.widget.Adapter} returns an inflated view for recycling, you still need to look up the
94 Layout, so you can immediately access them without the need to look them up repeatedly. First, you
118 <p>Now you can easily access each view without the need for the look-up, saving valuable processor
/frameworks/base/docs/html/design/patterns/
Dindex.jd20 <span itemprop="description">Build visually compelling apps that look great on any
Dnew.jd7 <p>A quick look at the new patterns and styles you can use to build beautiful Android apps&hellip;
37 customize the look of your app to reinforce your brand.
126 earlier than Jelly Bean still look and work the same. Check the updated <a
/frameworks/base/docs/html/design/style/
Dindex.jd21 <span itemprop="description">Build visually compelling apps that look great on any
/frameworks/base/docs/html/training/wearables/ui/
Dindex.jd24 notifications</a> that look good on any Android Wear device by implementing these
47 <dd>Learn how to create layouts that look good on round and square Android Wear devices.</dd>
/frameworks/base/docs/html/guide/topics/admin/
Dindex.jd16 bring their personal Android devices to work. In this post, we’re going to have a look at the key
/frameworks/wilhelm/tools/hashgen/
DREADME.txt16 If the differences look OK, then copy the new IID_to_MPH.c back to
/frameworks/base/docs/html/training/basics/supporting-devices/
Dplatforms.jd111 <p>Android provides user experience themes that give apps the look and feel of the
114 naturally follow the latest look and feel of Android with each new release.</p>
116 <p>To make your activity look like a dialog box:</p>
/frameworks/base/docs/html/ndk/samples/
Dindex.jd8 <p>From this page, you can download samples that provide a look at the NDK in action. A few of the
/frameworks/base/docs/html/distribute/googleplay/edu/
Dvideos.jd12 To help you visualize what a great education app might look like, what Google Play for Education is…
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd158 <p>Give people confidence that they know their way around. Make places in your app look distinct and
194 Avoid modes, which are places that look similar but act differently on the same input.</p>
281 example, shortcuts that combine multiple photo effects can make amateur photographs look amazing in
/frameworks/base/docs/html/training/multiple-apks/
Dapi.jd174 described earlier, your root directory might look like this:</p>
202 look like this:</p>
252 green &#8805; blue. Therefore we can effectively collapse the chart to look like this:</p>
281 <p>Fortunately, if a user is browsing Google Play from one such device, Google Play will look at the
294 minSdkVersion for that particular APK, and increment from there. This might look like:</p>
300 <p> Putting this all together, your Android Manifests would likely look something like the followi…
/frameworks/base/docs/html/guide/topics/text/
Dindex.jd31 support in software. Whatever you decide to call it, today we’re going to look at how to make your
/frameworks/support/v7/gridlayout/
DREADME.txt23 To know which attributes need the application namespace, look at
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd3 page.landing.intro=Make your apps look and perform their best using Android's powerful graphics fea…
/frameworks/base/docs/html/training/camera/
Dindex.jd44 they see around them, make unique avatars, look for zombies around the corner,
/frameworks/base/docs/html/about/
Dandroid.jd58 <p>Android also gives you tools for creating apps that look great and take
60 automatically adapts your UI to look its best on each device, while giving you
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd90 -90 (look straight up) to 90 (look straight down.)</td></tr>
/frameworks/base/docs/html/training/design-navigation/
Dwireframing.jd25 …ng techniques, it's time to apply them to our screens. Let's take another look at our exhaustive s…
41 <p>Finally, let's look at how we present news stories. The first option to simplify navigation acro…
115 …he code for the application using the Android SDK. To get started, take a look at the following re…

123456789