Home
last modified time | relevance | path

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

12345678

/frameworks/base/core/java/android/hardware/display/
DWifiDisplayStatus.java75 WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(in.readInt());
76 for (int i = 0; i < displays.length; i++) {
77 displays[i] = WifiDisplay.CREATOR.createFromParcel(in);
84 activeDisplay, displays, sessionInfo);
98 WifiDisplay activeDisplay, WifiDisplay[] displays, WifiDisplaySessionInfo sessionInfo) { in WifiDisplayStatus() argument
99 if (displays == null) { in WifiDisplayStatus()
107 mDisplays = displays; in WifiDisplayStatus()
DDisplayManager.java302 private void addAllDisplaysLocked(ArrayList<Display> displays, int[] displayIds) { in addAllDisplaysLocked() argument
306 displays.add(display); in addAllDisplaysLocked()
312 ArrayList<Display> displays, int[] displayIds, int matchType) { in addPresentationDisplaysLocked() argument
318 displays.add(display); in addPresentationDisplaysLocked()
/frameworks/base/media/java/android/media/
DRemoteDisplayState.java43 public final ArrayList<RemoteDisplayInfo> displays; field in RemoteDisplayState
46 displays = new ArrayList<RemoteDisplayInfo>(); in RemoteDisplayState()
50 displays = src.createTypedArrayList(RemoteDisplayInfo.CREATOR); in RemoteDisplayState()
54 if (displays == null) { in isValid()
57 final int count = displays.size(); in isValid()
59 if (!displays.get(i).isValid()) { in isValid()
73 dest.writeTypedList(displays); in writeToParcel()
DMediaRouter.java1296 WifiDisplay[] displays; in updateWifiDisplayStatus() local
1299 displays = status.getDisplays(); in updateWifiDisplayStatus()
1308 displays = new WifiDisplay[] { activeDisplay }; in updateWifiDisplayStatus()
1310 displays = WifiDisplay.EMPTY_ARRAY; in updateWifiDisplayStatus()
1314 displays = WifiDisplay.EMPTY_ARRAY; in updateWifiDisplayStatus()
1321 for (int i = 0; i < displays.length; i++) { in updateWifiDisplayStatus()
1322 final WifiDisplay d = displays[i]; in updateWifiDisplayStatus()
1344 WifiDisplay d = findWifiDisplay(displays, route.mDeviceAddress); in updateWifiDisplayStatus()
1436 private static WifiDisplay findWifiDisplay(WifiDisplay[] displays, String deviceAddress) { in findWifiDisplay() argument
1437 for (int i = 0; i < displays.length; i++) { in findWifiDisplay()
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DPersistentDataStore.java115 public WifiDisplay[] applyWifiDisplayAliases(WifiDisplay[] displays) { in applyWifiDisplayAliases() argument
116 WifiDisplay[] results = displays; in applyWifiDisplayAliases()
118 int count = displays.length; in applyWifiDisplayAliases()
120 WifiDisplay result = applyWifiDisplayAlias(displays[i]); in applyWifiDisplayAliases()
121 if (result != displays[i]) { in applyWifiDisplayAliases()
122 if (results == displays) { in applyWifiDisplayAliases()
124 System.arraycopy(displays, 0, results, 0, count); in applyWifiDisplayAliases()
DWifiDisplayAdapter.java296 List<WifiDisplay> displays = new ArrayList<WifiDisplay>( in updateDisplaysLocked() local
308 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), in updateDisplaysLocked()
314 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), in updateDisplaysLocked()
317 mDisplays = displays.toArray(WifiDisplay.EMPTY_ARRAY); in updateDisplaysLocked()
/frameworks/base/docs/html/design/style/
Dindex.jd24 …<a href="{@docRoot}design/style/devices-displays.html" class="landing-page-link">Devices and Displ…
27 <a href="{@docRoot}design/style/devices-displays.html">
/frameworks/native/libs/gui/
DISurfaceComposer.cpp74 const Vector<DisplayState>& displays, in setTransactionState() argument
88 Vector<DisplayState>::const_iterator b(displays.begin()); in setTransactionState()
89 Vector<DisplayState>::const_iterator e(displays.end()); in setTransactionState()
90 data.writeInt32(displays.size()); in setTransactionState()
332 Vector<DisplayState> displays; in onTransact() local
333 displays.setCapacity(count); in onTransact()
338 displays.add(d); in onTransact()
341 setTransactionState(state, displays, flags); in onTransact()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java334 private Display findDisplay(Display[] displays, String name) { in findDisplay() argument
335 for (int i = 0; i < displays.length; i++) { in findDisplay()
336 if (displays[i].getName().equals(name)) { in findDisplay()
337 return displays[i]; in findDisplay()
/frameworks/base/tests/AccessoryDisplay/
DREADME2 displays created over an Android Open Accessories Protocol link.
20 displays it in a SurfaceView. The sink also injects passes touch
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd97 The first window you see displays a list of devices and emulators. To expand the list
98 of Activity objects for a device or emulator, click the arrow on the left. This displays a
119 The View Hierarchy window displays the View objects that form the UI of the
122 Hierarchy window also displays rendering performance data.
134 <strong>Tree View</strong>: The left-hand pane displays the Tree View,
150 the top of the View Hierarchy window. This displays a dialog in which you can choose
156 This displays a dialog in which you can choose a directory or file name.
167 The upper right-hand pane displays the <strong>Tree Overview</strong>, a smaller map
176 The middle right-hand pane displays the <strong>Properties View</strong>,
186 The lower right-hand pane displays the <strong>Layout View</strong>,
[all …]
Ddebugging-projects.jd20 DDMS, Eclipse displays the debugger and DDMS features as perspectives, which are customized
33 <li>Variables - When breakpoints are set, displays variable values during code execution</li>
/frameworks/base/docs/html/sdk/installing/
Dstudio-layout.jd72 start adding a fragment to your layout XML file. First of all, Android Studio displays
74 Android Studio displays an error panel with links that you can click to supply the missing
88 <p>This displays the <strong>Select Theme</strong> dialog, where you can search for a
125 you're dragging a widget into a {@link android.widget.FrameLayout}, it displays a grid to
142 (or whatever is currently displayed on your device) and displays it in a window. Check
/frameworks/base/tests/RemoteDisplayProvider/
DREADME12 wireless displays or launch an activity that uses the MediaRouter,
/frameworks/base/samples/training/network-usage/
DREADME.txt8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in…
/frameworks/base/docs/html/design/building-blocks/
Dtext-fields.jd13 Touching a text field places the cursor and automatically displays the keyboard. In addition to
68 <p>A contextual action bar (CAB) displays the actions available to perform on the selection:
Dspinners.jd13 its currently selected value. Touching the spinner displays a dropdown menu with all other available
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp218 flinger->mCurrentState.displays.removeItem(this); in createDisplay()
233 mCurrentState.displays.add(token, info); in createDisplay()
241 ssize_t idx = mCurrentState.displays.indexOfKey(display); in destroyDisplay()
247 const DisplayDeviceState& info(mCurrentState.displays.valueAt(idx)); in destroyDisplay()
253 mCurrentState.displays.removeItemsAt(idx); in destroyDisplay()
264 mCurrentState.displays.add(mBuiltinDisplays[type], info); in createBuiltinDisplayLocked()
815 mCurrentState.displays.removeItem(mBuiltinDisplays[type]); in onHotplugReceived()
1257 const KeyedVector< wp<IBinder>, DisplayDeviceState>& curr(mCurrentState.displays); in handleTransactionLocked()
1258 const KeyedVector< wp<IBinder>, DisplayDeviceState>& draw(mDrawingState.displays); in handleTransactionLocked()
1300 mDrawingState.displays.removeItemsAt(i); in handleTransactionLocked()
[all …]
/frameworks/base/docs/html/training/contacts-provider/
Dindex.jd93 clicks the contact badge widget, a dialog opens that displays the contact's details and
95 email address, the dialog displays an action button for the default email app.
/frameworks/base/docs/html/training/tv/playback/
Dcard.jd24 displays a list of media items. In this lesson, you create the card views for your media items and
29 class used in this lesson displays an image for the content along with the media item's title.</p>
137 displays the <code>CardView</code> objects for your content items. You need to set these to receive
/frameworks/native/include/gui/
DISurfaceComposer.h103 const Vector<DisplayState>& displays, uint32_t flags) = 0;
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/
Dcameraeffectsrecordingsample.graph15 // A simple graph that displays the raw camera stream.
/frameworks/base/tools/orientationplot/
DREADME.txt33 The tool displays several time series graphs that plot the output of the
68 3. Accelerometer jitter. The accelerometer latency graph displays the interval
/frameworks/base/docs/html/training/wearables/apps/
Dlayouts.jd89displays it with a standard template that it generates from the notification's semantic data. This…
119 …<li><code>ConfirmationActivity</code> - An activity that displays confirmation animations after th…
138 ease of use on small screen wearable devices. It displays a vertically scrollable list of items,
/frameworks/base/docs/html/training/displaying-bitmaps/
Dload-bitmap.jd29 application user interface (UI). For example, the system Gallery application displays photos taken
35 displays it. An image with a higher resolution does not provide any visible benefit, but still takes
158 android.widget.ImageView} that displays a 100x100 pixel thumbnail, as shown in the following example

12345678