Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 11 of 11) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java141 Display[] displays = context.getSystemService(DisplayManager.class).getDisplays(); in buildInputDisplayToImeDisplay() local
148 int inputDisplay = findDisplayId(displays, pair[0]); in buildInputDisplayToImeDisplay()
149 int imeDisplay = findDisplayId(displays, pair[1]); in buildInputDisplayToImeDisplay()
157 private static int findDisplayId(Display displays[], String regexp) { in findDisplayId() argument
158 for (Display display: displays) { in findDisplayId()
/development/samples/browseable/RecyclerView/
D_index.jd10 their ViewHolder. The log also displays elements that you tap.
/development/samples/browseable/ActionBarCompat-Basic/
D_index.jd9 displays action items. It covers inflating items from a menu resource, as well as adding
/development/samples/browseable/AppRestrictions/
D_index.jd12 types and custom. When launched under a restricted profile, this activity displays app
/development/samples/USB/AdbTest/
DREADME.txt2 Currently it only implements the "adb logcat" command and displays the log
/development/samples/browseable/BasicMediaRouter/
D_index.jd10 to select an output device. If your device supports Miracast wireless displays,
/development/samples/browseable/DelayedConfirmation/
D_index.jd10 …activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
/development/samples/training/network-usage/
DREADME.txt8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
/development/samples/browseable/Quiz/
D_index.jd11displays them as notifications. Each notification contains the question as the first page, followed
/development/tools/winscope/src/
Dtransform_wm.js204 [entry.rootWindowContainer.displays, transform_display_content],
219 [entry.windowManagerService.rootWindowContainer.displays, transform_display_content],
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java444 Display[] displays = mDisplayManager.getDisplays(displayCategory); in updateContents() local
445 addAll(displays); in updateContents()
447 Log.d(TAG, "There are currently " + displays.length + " displays connected."); in updateContents()
448 for (Display display : displays) { in updateContents()