Searched refs:displays (Results 1 – 11 of 11) sorted by relevance
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/ |
D | MultiClientInputMethod.java | 141 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.jd | 10 their ViewHolder. The log also displays elements that you tap.
|
/development/samples/browseable/ActionBarCompat-Basic/ |
D | _index.jd | 9 displays action items. It covers inflating items from a menu resource, as well as adding
|
/development/samples/browseable/AppRestrictions/ |
D | _index.jd | 12 types and custom. When launched under a restricted profile, this activity displays app
|
/development/samples/USB/AdbTest/ |
D | README.txt | 2 Currently it only implements the "adb logcat" command and displays the log
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 10 to select an output device. If your device supports Miracast wireless displays,
|
/development/samples/browseable/DelayedConfirmation/ |
D | _index.jd | 10 …activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
|
/development/samples/training/network-usage/ |
D | README.txt | 8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
|
/development/samples/browseable/Quiz/ |
D | _index.jd | 11 …displays them as notifications. Each notification contains the question as the first page, followed
|
/development/tools/winscope/src/ |
D | transform_wm.js | 204 [entry.rootWindowContainer.displays, transform_display_content], 219 [entry.windowManagerService.rootWindowContainer.displays, transform_display_content],
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 444 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()
|