Lines Matching defs:device

33  * primary display device from which the logical display derives its basic properties
37 * primary display device. Note that the contents of a logical display may not
38 * always be visible, even on its primary display device, such as in the case where
39 * the primary display device is currently mirroring content from a different
47 * to be associated with any individual display device. Logical displays and
67 // The display device that this logical display is based on and which
95 * Gets the primary display device associated with this logical display.
97 * @return The primary display device.
106 * @return The device info, which should be treated as immutable by the caller.
160 * The logical display might become invalid if it is attached to a display device
215 * Applies the layer stack and transformation to the given display device
218 * We know that the given display device is only ever showing the contents of
221 * display device was previously showing.
225 * The display device may not be the primary display device, in the case
228 * @param device The display device to modify.
229 * @param isBlanked True if the device is being blanked.
231 public void configureDisplayInTransactionLocked(DisplayDevice device,
234 final DisplayDeviceInfo displayDeviceInfo = device.getDisplayDeviceInfoLocked();
237 device.setLayerStackInTransactionLocked(isBlanked ? BLANK_LAYER_STACK : mLayerStack);
241 // display device. For now, it is always the full size of the logical display.
248 if (device == mPrimaryDisplayDevice
253 // Apply the physical rotation of the display device itself.
289 device.setProjectionInTransactionLocked(orientation, mTempLayerStackRect, mTempDisplayRect);
296 * visible on at least its primary display device. Otherwise we will ignore the
297 * logical display and perhaps show mirrored content on the primary display device.