Searched refs:hand (Results 1 – 25 of 58) sorted by relevance
123
/frameworks/wilhelm/src/ |
D | README.txt | 11 autogen/ Automagically generated files, do not edit by hand
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 36 never require complex procedures, and complex tasks are tailored to the human hand and mind. People
|
D | principles.jd | 23 force is at hand.</p>
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | cast.jd | 14 the TV and user control on the hand-held device. Graphics-intensive apps can now
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 188 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull; in updateExpansion() local 189 float target = hand + mOldHeight; in updateExpansion()
|
/frameworks/base/docs/html/design/wear/ |
D | creative-vision.jd | 42 …ces, it only interrupts you when absolutely necessary, and it’s always on hand to provide a ready …
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 191 a hand-written counted loop is 243 hand-written counted loop for performance-critical {@link java.util.ArrayList} iteration.</p> 334 to library methods with hand-coded assembler, which may be better than the 340 is about 9x faster than a hand-coded loop on a Nexus One with the JIT.</p>
|
/frameworks/base/docs/html/training/design-navigation/ |
D | multiple-sizes.jd | 51 …hand, generally have much more available screen space and are able to present multiple panes of co…
|
D | wireframing.jd | 71 <p>The easiest and fastest way to get started is to sketch out your screens by hand using paper and…
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | descendant.jd | 47 …ent} that starts an activity representing the detail screen. On the other hand, tablet displays, e…
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | meta-data-element.jd | 40 On the other hand, using the {@code resource} attribute would assign "{@code zoo}"
|
D | activity-alias-element.jd | 81 On the other hand, the presence of at least one filter implies that the alias
|
D | receiver-element.jd | 70 On the other hand, the presence of at least one filter implies that the broadcast
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | performance.jd | 152 <p>The example clock hand on the left side of <a href="#fig1">Figure 1</a> can be reduced in size 186 setFilterBitmap()} method. <a href="#fig2">Figure 2</a> shows a magnified view of a clock hand with
|
D | drawing.jd | 493 // Constant to help calculate clock hand rotations 520 // Only draw the second hand in interactive mode. 543 method. The second hand is only drawn in interactive mode, not in ambient mode.</p>
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 81 <p>Screen coordinates (not used in this example) are (0,0) at the upper left hand corner, and
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 165 Eclipse. Most of these strategies are implemented hand-in-hand by the bridge (which runs in Eclipse)
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 123 hand.</li>
|
/frameworks/base/docs/html/training/material/ |
D | shadows-clipping.jd | 22 relative importance of each element and focus their attention to the task at hand.</p>
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | uiautomator-testing.jd | 113 <li>Hover over the snapshot in the left-hand panel to see the UI components identified by the 114 {@code uiautomatorviewertool}. The properties are listed in the lower right-hand panel and the 115 layout hierarchy in the upper right-hand panel.</li>
|
/frameworks/base/docs/html/training/printing/ |
D | html-docs.jd | 29 a page from the web, create a print job and hand it off to Android's print services.</p>
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | navigation.jd | 28 interact with your app. Although most hand-held devices such as phones use touch as the
|
/frameworks/base/docs/html/training/multiscreen/ |
D | adaptui.jd | 98 headlines list opens the article in the right hand-side pane if the UI
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | multiple.jd | 170 chart out and hand it to every person working on your codebase. Life just got a lot easier.</p> 192 <p>If, on the other hand, you’re creating the application from scratch, try as
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 172 …ou can instead use intents supported by Android's Calendar application to hand off read and write … 918 …It can instead use intents supported by Android's Calendar application to hand off read and write … 1064 lets your application hand off the event insertion task to the Calendar itself. 1120 doesn't have permission to hand off event editing to the Calendar application.
|
123