Searched refs:interacting (Results 1 – 25 of 44) sorted by relevance
12
/frameworks/base/docs/html/design/tv/ |
D | principles.jd | 5 <p>Users bring a specific set of expectations when watching TV, versus interacting with a phone or
|
/frameworks/base/docs/html/training/id-auth/ |
D | index.jd | 37 <p>In this class, you will learn multiple techniques for interacting with your
|
/frameworks/base/docs/html/design/patterns/ |
D | buttons.jd | 42 interacting heavily with the screen while consuming content, like while 60 heavily interacting with the full screen as part of the primary experience.
|
D | fullscreen.jd | 42 interacting heavily with the screen while consuming content, like while 60 heavily interacting with the full screen as part of the primary experience.
|
/frameworks/base/docs/html/training/custom-views/ |
D | index.jd | 40 interacting with the user and displaying various
|
/frameworks/base/docs/html/training/design-navigation/ |
D | index.jd | 22 …to see and do with the app. Once you know what kinds of data users are interacting with in the app…
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | index.jd | 68 <dt><a href="{@docRoot}training/wearables/watch-faces/interacting.html">
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | services.jd | 320 and interacting with text fields. Accessibility services can 363 <p>Accessibility services can take action on behalf of users to make interacting with applications 421 a method of interacting with any visible element on a screen, regardless of whether or not the
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | supports-gl-texture-element.jd | 60 interacting with your application. For this reason, it's very important that
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 48 at the top of the screen that the user is interacting with (its
|
/frameworks/base/docs/html/tv/ |
D | index.jd | 107 Take advantage of pre-built fragments for browsing and interacting with media
|
/frameworks/base/docs/html/guide/topics/text/ |
D | spell-checker-framework.jd | 226 The following diagram shows the flow of control for interacting with a spelling checker service:
|
/frameworks/base/docs/html/distribute/analyze/ |
D | measure.jd | 11 While this data gives you an idea of how users are interacting with your app,
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 200 begins interacting with the interface by touching it, then it is no longer necessary to 213 exit touch mode, and find a view to take focus. Now, the user may resume interacting
|
/frameworks/base/docs/html/guide/components/ |
D | bound-services.jd | 426 * Class for interacting with the main interface of the service. 506 onBind()} method, which returns an {@link android.os.IBinder} for interacting with the service.</p> 542 when you're done interacting with the service or when your activity pauses so that the service can
|
D | services.jd | 107 interacting with your application. Thus, you should create a service only if that is what you 109 <p>If you need to perform work outside your main thread, but only while the user is interacting 603 interacting with the service through that interface.</p> 605 <p>Multiple clients can bind to the service at once. When a client is done interacting with the
|
D | processes-and-threads.jd | 94 <li>It hosts an {@link android.app.Activity} that the user is interacting with (the {@link 99 interacting with.</li>
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | recommendations.jd | 27 When interacting with TVs, users generally prefer to give minimal input before watching
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 2497 public void setInteracting(int barWindow, boolean interacting) { in setInteracting() argument 2498 final boolean changing = ((mInteractingWindows & barWindow) != 0) != interacting; in setInteracting() 2499 mInteractingWindows = interacting in setInteracting() 2508 if (changing && interacting && barWindow == StatusBarManager.WINDOW_NAVIGATION_BAR) { in setInteracting()
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 295 interacting with the watch face include:</p> 356 you launch on touchdown conflicts with gestures for interacting with system UI elements including
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 53 encourage app developers to use high-level methods for interacting with
|
/frameworks/base/docs/html/tools/adk/ |
D | adk2.jd | 154 interacting with the ADK accessory.</li> 170 interacting with the ADK.</li>
|
/frameworks/base/docs/html/distribute/stories/ |
D | tablets.jd | 169 users are interacting with their own budgets in the tablet app. Customer budget
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | events.jd | 223 If your app only cares about data layer events when the user is interacting
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 227 makes little sense to hold on to it while your activity is not interacting with 259 interacting with other applications—then you must start a
|
12