Home
last modified time | relevance | path

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

123456789

/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.java1303 WifiDisplay[] displays; in updateWifiDisplayStatus() local
1306 displays = status.getDisplays(); in updateWifiDisplayStatus()
1315 displays = new WifiDisplay[] { activeDisplay }; in updateWifiDisplayStatus()
1317 displays = WifiDisplay.EMPTY_ARRAY; in updateWifiDisplayStatus()
1321 displays = WifiDisplay.EMPTY_ARRAY; in updateWifiDisplayStatus()
1328 for (int i = 0; i < displays.length; i++) { in updateWifiDisplayStatus()
1329 final WifiDisplay d = displays[i]; in updateWifiDisplayStatus()
1351 WifiDisplay d = findWifiDisplay(displays, route.mDeviceAddress); in updateWifiDisplayStatus()
1443 private static WifiDisplay findWifiDisplay(WifiDisplay[] displays, String deviceAddress) { in findWifiDisplay() argument
1444 for (int i = 0; i < displays.length; i++) { in findWifiDisplay()
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DPersistentDataStore.java116 public WifiDisplay[] applyWifiDisplayAliases(WifiDisplay[] displays) { in applyWifiDisplayAliases() argument
117 WifiDisplay[] results = displays; in applyWifiDisplayAliases()
119 int count = displays.length; in applyWifiDisplayAliases()
121 WifiDisplay result = applyWifiDisplayAlias(displays[i]); in applyWifiDisplayAliases()
122 if (result != displays[i]) { in applyWifiDisplayAliases()
123 if (results == displays) { in applyWifiDisplayAliases()
125 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
85 data.writeUint32(static_cast<uint32_t>(displays.size())); in setTransactionState()
86 for (const auto& d : displays) { in setTransactionState()
333 Vector<DisplayState> displays; in onTransact() local
334 displays.setCapacity(count); in onTransact()
339 displays.add(d); in onTransact()
343 setTransactionState(state, displays, stateFlags); 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.jd98 The first window you see displays a list of devices and emulators. To expand the list
99 of Activity objects for a device or emulator, click the arrow on the left. This displays a
120 The View Hierarchy window displays the View objects that form the UI of the
123 Hierarchy window also displays rendering performance data.
135 <strong>Tree View</strong>: The left-hand pane displays the Tree View,
151 the top of the View Hierarchy window. This displays a dialog in which you can choose
157 This displays a dialog in which you can choose a directory or file name.
168 The upper right-hand pane displays the <strong>Tree Overview</strong>, a smaller map
177 The middle right-hand pane displays the <strong>Properties View</strong>,
187 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/native/services/surfaceflinger/
DSurfaceFlinger.cpp223 flinger->mCurrentState.displays.removeItem(this); in createDisplay()
238 mCurrentState.displays.add(token, info); in createDisplay()
246 ssize_t idx = mCurrentState.displays.indexOfKey(display); in destroyDisplay()
252 const DisplayDeviceState& info(mCurrentState.displays.valueAt(idx)); in destroyDisplay()
258 mCurrentState.displays.removeItemsAt(idx); in destroyDisplay()
269 mCurrentState.displays.add(mBuiltinDisplays[type], info); in createBuiltinDisplayLocked()
866 mCurrentState.displays.removeItem(mBuiltinDisplays[type]); in onHotplugReceived()
1328 const KeyedVector< wp<IBinder>, DisplayDeviceState>& curr(mCurrentState.displays); in handleTransactionLocked()
1329 const KeyedVector< wp<IBinder>, DisplayDeviceState>& draw(mDrawingState.displays); in handleTransactionLocked()
1373 mDrawingState.displays.removeItemsAt(i); in handleTransactionLocked()
[all …]
DSurfaceFlinger.h182 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays; member
201 const Vector<DisplayState>& displays, uint32_t flags);
/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/base/docs/html/ndk/guides/
Dndk-gdb.jd59 <p>Next, {@code ndk-gdb} displays a normal GDB prompt.</p>
69 <p>{@code ndk-gdb} handles many error conditions, and displays an informative error message if it
79 <p>By default, {@code ndk-gdb} searches for an already-running application process, and displays an
102 app, and the error messages that {@code ndk-gdb} displays are not enough.</p></td>
236 GDB displays the following message:</p>
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/
Dcameraeffectsrecordingsample.graph15 // A simple graph that displays the raw camera stream.
/frameworks/native/include/gui/
DISurfaceComposer.h102 const Vector<DisplayState>& displays, uint32_t flags) = 0;
/frameworks/base/tools/orientationplot/
DREADME.txt35 The tool displays several time series graphs that plot the output of the
70 3. Accelerometer jitter. The accelerometer latency graph displays the interval
/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
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd38 <dd>A widget displays an application's most important or timely information

123456789