Searched refs:mDm (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayManagerGlobal.java | 128 private final IDisplayManager mDm; field in DisplayManagerGlobal 146 mDm = dm; in DisplayManagerGlobal() 152 ColorSpace.Named.values()[mDm.getPreferredWideGamutColorSpaceId()]); in DisplayManagerGlobal() 153 mOverlayProperties = mDm.getOverlaySupport(); in DisplayManagerGlobal() 166 return mDm.getDisplayInfo(id); 216 info = mDm.getDisplayInfo(displayId); in getDisplayInfoLocked() 258 int[] displayIds = mDm.getDisplayIds(includeDisabled); in getDisplayIds() 279 return mDm.isUidPresentOnDisplay(uid, displayId); in isUidPresentOnDisplay() 481 mDm.registerCallbackWithEventMask(mCallback, mask); in updateCallbackIfNeededLocked() 531 mDm.enableConnectedDisplay(displayId); in enableConnectedDisplay() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | PowerManagerVrTest.java | 36 private IDreamManager mDm; field in PowerManagerVrTest 52 mDm = IDreamManager.Stub.asInterface( in setUp() 61 if (mDm != null) { in tearDown() 62 mDm.awaken(); // Don't leave the device in the dream state. in tearDown() 76 assertNotNull(mDm); in testPreconditions() 91 mDm.dream(); in testNap() 93 assertTrue(mDm.isDreaming()); in testNap() 94 mDm.awaken(); in testNap() 105 mDm.dream(); in testNap() 107 assertFalse(mDm.isDreaming()); // ensure dream is still false after waiting. in testNap() [all …]
|
/frameworks/base/services/core/java/com/android/server/input/debug/ |
D | RotaryInputGraphView.java | 53 private final DisplayMetrics mDm; field in RotaryInputGraphView 73 mDm = mContext.getResources().getDisplayMetrics(); in RotaryInputGraphView() 76 mFrameCenterToBorderDistance = mDm.heightPixels; in RotaryInputGraphView() 80 mFramePaint.setStrokeWidth(applyDimensionSp(FRAME_WIDTH_SP, mDm)); in RotaryInputGraphView() 83 mFrameTextPaint.setTextSize(applyDimensionSp(FRAME_TEXT_SIZE_SP, mDm)); in RotaryInputGraphView() 86 mGraphLinePaint.setStrokeWidth(applyDimensionSp(GRAPH_LINE_WIDTH_SP, mDm)); in RotaryInputGraphView() 91 mGraphPointPaint.setStrokeWidth(applyDimensionSp(GRAPH_POINT_RADIUS_SP, mDm)); in RotaryInputGraphView() 146 final int verticalMargin = applyDimensionSp(FRAME_BORDER_GAP_SP, mDm); 163 final int frameTextOffset = applyDimensionSp(FRAME_TEXT_OFFSET_SP, mDm);
|
D | FocusEventDebugView.java | 78 private final DisplayMetrics mDm; field in FocusEventDebugView 107 mDm = mContext.getResources().getDisplayMetrics(); in FocusEventDebugView() 108 mOuterPadding = (int) TypedValue.applyDimension(COMPLEX_UNIT_DIP, OUTER_PADDING_DP, mDm); in FocusEventDebugView() 224 (int) (ROTATY_GRAPH_HEIGHT_FRACTION * mDm.heightPixels)); in handleUpdateShowRotaryInput()
|
/frameworks/base/core/res/geoid_map_assets/ |
D | geoid-height-disk-tile-1.textpb | 2 …3o\266\230a4\326\207\025\013GQI\017\025VE\301\250X\355\246\264\344\000A\245mDm\303b\262\257\257W\0…
|