/frameworks/base/services/core/java/com/android/server/wm/ |
D | StrictModeFlash.java | 66 final int dh = mLastDH; in drawIfNeeded() local 68 Rect dirty = new Rect(0, 0, dw, dh); in drawIfNeeded() 83 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE); in drawIfNeeded() 86 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE); in drawIfNeeded() 89 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE); in drawIfNeeded() 109 void positionSurface(int dw, int dh) { in positionSurface() argument 110 if (mLastDW == dw && mLastDH == dh) { in positionSurface() 114 mLastDH = dh; in positionSurface() 115 mSurfaceControl.setSize(dw, dh); in positionSurface()
|
D | Watermark.java | 129 void positionSurface(int dw, int dh) { in positionSurface() argument 130 if (mLastDW != dw || mLastDH != dh) { in positionSurface() 132 mLastDH = dh; in positionSurface() 133 mSurfaceControl.setSize(dw, dh); in positionSurface() 141 final int dh = mLastDH; in drawIfNeeded() local 144 Rect dirty = new Rect(0, 0, dw, dh); in drawIfNeeded() 168 while (y < (dh+mTextHeight)) { in drawIfNeeded()
|
D | InputConsumerImpl.java | 70 void layout(int dw, int dh) { in layout() argument 71 mWindowHandle.touchableRegion.set(0, 0, dw, dh); in layout() 75 mWindowHandle.frameBottom = dh; in layout()
|
D | EmulatorDisplayOverlay.java | 121 void positionSurface(int dw, int dh, int rotation) { in positionSurface() argument 122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { in positionSurface() 126 mLastDH = dh; in positionSurface()
|
D | CircularDisplayMask.java | 149 void positionSurface(int dw, int dh, int rotation) { in positionSurface() argument 150 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { in positionSurface() 154 mLastDH = dh; in positionSurface()
|
D | DimLayer.java | 206 final int dw, dh; in getBoundsForFullscreen() local 213 dh = (int) (info.logicalHeight * 1.5); in getBoundsForFullscreen() 216 yPos = -1 * dh / 6; in getBoundsForFullscreen() 217 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh); in getBoundsForFullscreen()
|
D | WallpaperController.java | 161 final int dh = displayInfo.logicalHeight; in updateWallpaperVisibility() local 176 updateWallpaperOffset(wallpaper, dw, dh, false); in updateWallpaperVisibility() 247 boolean updateWallpaperOffset(WindowState wallpaperWin, int dw, int dh, boolean sync) { in updateWallpaperOffset() argument 272 int availh = wallpaperWin.mFrame.bottom - wallpaperWin.mFrame.top - dh; in updateWallpaperOffset() 382 final int dh = displayInfo.logicalHeight; in updateWallpaperOffsetLocked() local 422 if (updateWallpaperOffset(wallpaper, dw, dh, sync)) { in updateWallpaperOffsetLocked() 707 final int dh = displayInfo.logicalHeight; in updateWallpaperWindowsPlacement() local 727 updateWallpaperOffset(wallpaper, dw, dh, false); in updateWallpaperWindowsPlacement()
|
D | DockedStackDividerController.java | 201 final int dh = rotated in initSnapAlgorithmForRotations() local 204 mService.mPolicy.getStableInsetsLw(rotation, dw, dh, mTmpRect); in initSnapAlgorithmForRotations() 206 config.orientation = (dw <= dh) ? ORIENTATION_PORTRAIT : ORIENTATION_LANDSCAPE; in initSnapAlgorithmForRotations() 208 (mService.mPolicy.getConfigDisplayWidth(dw, dh, rotation, baseConfig.uiMode) / in initSnapAlgorithmForRotations() 211 (mService.mPolicy.getConfigDisplayHeight(dw, dh, rotation, baseConfig.uiMode) / in initSnapAlgorithmForRotations() 215 rotationContext.getResources(), dw, dh, getContentWidth(), in initSnapAlgorithmForRotations()
|
D | WindowSurfacePlacer.java | 609 final int dh = displayInfo.logicalHeight; in applySurfaceChangesTransaction() local 663 mService.mPolicy.beginPostLayoutPolicyLw(dw, dh); in applySurfaceChangesTransaction() 903 final int dh = displayInfo.logicalHeight; in performLayoutLockedInner() local 906 mService.mInputConsumer.layout(dw, dh); in performLayoutLockedInner() 910 mService.mWallpaperInputConsumer.layout(dw, dh); in performLayoutLockedInner() 919 + displayContent.layoutNeeded + " dw=" + dw + " dh=" + dh); in performLayoutLockedInner() 922 mService.mPolicy.beginLayoutLw(isDefaultDisplay, dw, dh, mService.mRotation, in performLayoutLockedInner() 927 mService.mScreenRect.set(0, 0, dw, dh); in performLayoutLockedInner()
|
D | WindowManagerService.java | 6200 private static void convertCropForSurfaceFlinger(Rect crop, int rot, int dw, int dh) { in convertCropForSurfaceFlinger() argument 6209 crop.top = dh - crop.bottom; in convertCropForSurfaceFlinger() 6210 crop.bottom = dh - tmp; in convertCropForSurfaceFlinger() 6217 crop.left = dh - crop.bottom; in convertCropForSurfaceFlinger() 6219 crop.right = dh - tmp; in convertCropForSurfaceFlinger() 6316 int dh = displayInfo.logicalHeight; in screenshotApplicationsInner() local 6317 if (dw == 0 || dh == 0) { in screenshotApplicationsInner() 6319 + ": returning null. logical widthxheight=" + dw + "x" + dh); in screenshotApplicationsInner() 6471 if (!frame.intersect(0, 0, dw, dh)) { in screenshotApplicationsInner() 6476 frame.set(0, 0, dw, dh); in screenshotApplicationsInner() [all …]
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | glu-dh.jd | 4 page.image=images/cards/distribute/stories/glu-dh.jpg 13 <img src="{@docRoot}images/distribute/stories/glu-dh-icon.jpg" height="113" 14 srcset="{@docRoot}images/distribute/stories/glu-dh-icon.jpg 1x, 15 {@docRoot}images/distribute/stories/glu-dh-icon_2x.jpg 2x" /> 49 <img src="{@docRoot}images/distribute/stories/glu-dh-screenshot.png" 51 srcset="{@docRoot}images/distribute/stories/glu-dh-screenshot.png 1x, 52 {@docRoot}images/distribute/stories/glu-dh-screenshot_2x.png 2x">
|
/frameworks/base/core/java/android/text/style/ |
D | DrawableMarginSpan.java | 50 int dh = mDrawable.getIntrinsicHeight(); in drawLeadingMargin() local 53 mDrawable.setBounds(ix, itop, ix+dw, itop+dh); in drawLeadingMargin()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 302 int dh = r.top + th + r.bottom; in placeNumber() local 303 if (dh < mNumberBackground.getMinimumWidth()) { in placeNumber() 304 dh = mNumberBackground.getMinimumWidth(); in placeNumber() 306 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2); in placeNumber() 307 mNumberBackground.setBounds(w-dw, h-dh, w, h); in placeNumber()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 346 final int dh = frame.height(); in drawFrame() local 348 || dh != mLastSurfaceHeight; in drawFrame() 367 dw + ", " + dh); in drawFrame() 379 dh / (float) mBackground.getHeight())); in drawFrame() 381 final int availh = dh - (int) (mBackground.getHeight() * mScale); in drawFrame() 389 final int availhUnscaled = dh - mBackground.getHeight(); in drawFrame() 398 mLastSurfaceHeight = dh; in drawFrame()
|
/frameworks/base/core/java/android/widget/ |
D | AbsSeekBar.java | 730 int dh = 0; 733 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); 734 dh = Math.max(thumbHeight, dh); 737 dh += mPaddingTop + mPaddingBottom; 740 resolveSizeAndState(dh, heightMeasureSpec, 0));
|
D | ProgressBar.java | 1799 int dh = 0; in onMeasure() local 1804 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure() 1810 dh += mPaddingTop + mPaddingBottom; in onMeasure() 1813 final int measuredHeight = resolveSizeAndState(dh, heightMeasureSpec, 0); in onMeasure()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 954 uint32_t dh = currentHeight - newHeight; in getCurrentCrop() local 955 auto halfdh = dh / 2; in getCurrentCrop() 958 outCrop.bottom -= (dh - halfdh); in getCurrentCrop()
|
/frameworks/base/ |
D | preloaded-classes | 2743 com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi
|
D | compiled-classes-phone | 6180 com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi
|