Searched refs:displays (Results 1 – 13 of 13) 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/tools/winscope/src/flickerlib/layers/ |
D | LayerTraceEntry.ts | 24 const displays = (displayProtos || []).map(it => newDisplay(it)); constant 25 const builder = new LayerTraceEntryBuilder(timestamp, layers, displays, hwcBlob, where);
|
/development/tools/winscope/src/flickerlib/ |
D | LayersTrace.ts | 25 /* displays */ entryProto.displays,
|
/development/tools/winscope/src/dumps/ |
D | SurfaceFlinger.ts | 40 /* displays */ proto.displays,
|
/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/browseable/DelayedConfirmation/ |
D | _index.jd | 10 …activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
|
/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/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/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 445 Display[] displays = mDisplayManager.getDisplays(displayCategory); in updateContents() local 446 addAll(displays); in updateContents() 448 Log.d(TAG, "There are currently " + displays.length + " displays connected."); in updateContents() 449 for (Display display : displays) { in updateContents()
|