Home
last modified time | relevance | path

Searched refs:interacting (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/docs/html/design/tv/
Dprinciples.jd5 <p>Users bring a specific set of expectations when watching TV, versus interacting with a phone or
/frameworks/base/docs/html/training/id-auth/
Dindex.jd37 <p>In this class, you will learn multiple techniques for interacting with your
/frameworks/base/docs/html/design/patterns/
Dbuttons.jd42 interacting heavily with the screen while consuming content, like while
60 heavily interacting with the full screen as part of the primary experience.
Dfullscreen.jd42 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/
Dindex.jd40 interacting with the user and displaying various
/frameworks/base/docs/html/training/design-navigation/
Dindex.jd22 …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/
Dindex.jd68 <dt><a href="{@docRoot}training/wearables/watch-faces/interacting.html">
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd320 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/
Dsupports-gl-texture-element.jd60 interacting with your application. For this reason, it's very important that
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd48 at the top of the screen that the user is interacting with (its
/frameworks/base/docs/html/tv/
Dindex.jd107 Take advantage of pre-built fragments for browsing and interacting with media
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd226 The following diagram shows the flow of control for interacting with a spelling checker service:
/frameworks/base/docs/html/distribute/analyze/
Dmeasure.jd11 While this data gives you an idea of how users are interacting with your app,
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd200 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/
Dbound-services.jd426 * 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
Dservices.jd107 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
Dprocesses-and-threads.jd94 <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/
Drecommendations.jd27 When interacting with TVs, users generally prefer to give minimal input before watching
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2497 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/
Dwatchfaces.jd295 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/
Dsecurity-gms-provider.jd53 encourage app developers to use high-level methods for interacting with
/frameworks/base/docs/html/tools/adk/
Dadk2.jd154 interacting with the ADK accessory.</li>
170 interacting with the ADK.</li>
/frameworks/base/docs/html/distribute/stories/
Dtablets.jd169 users are interacting with their own budgets in the tablet app. Customer budget
/frameworks/base/docs/html/training/wearables/data-layer/
Devents.jd223 If your app only cares about data layer events when the user is interacting
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd227 makes little sense to hold on to it while your activity is not interacting with
259 interacting with other applications&mdash;then you must start a

12