Lines Matching refs:dw

1725         final int dw = displayInfo.logicalWidth;
1967 updateWallpaperOffsetLocked(wallpaper, dw, dh, false);
2072 boolean updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh,
2078 int availw = wallpaperWin.mFrame.right-wallpaperWin.mFrame.left-dw;
2171 final int dw = displayInfo.logicalWidth;
2206 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) {
2244 final int dw = displayInfo.logicalWidth;
2263 updateWallpaperOffsetLocked(wallpaper, dw, dh, false);
6031 private static void convertCropForSurfaceFlinger(Rect crop, int rot, int dw, int dh) {
6034 crop.top = dw - crop.right;
6036 crop.bottom = dw - crop.left;
6043 crop.right = dw - crop.left;
6044 crop.left = dw - tmp;
6080 int dw = displayInfo.logicalWidth;
6082 if (dw == 0 || dh == 0) {
6084 + ": returning null. logical widthxheight=" + dw + "x" + dh);
6228 frame.intersect(0, 0, dw, dh);
6250 convertCropForSurfaceFlinger(crop, rot, dw, dh);
6253 Slog.i(TAG, "Screenshot: " + dw + "x" + dh + " from " + minLayer + " to "
6273 Slog.w(TAG, "Screenshot failure taking screenshot for (" + dw + "x" + dh
7080 private void adjustDisplaySizeRanges(DisplayInfo displayInfo, int rotation, int dw, int dh) {
7082 final int width = mPolicy.getConfigDisplayWidth(dw, dh, rotation);
7089 final int height = mPolicy.getConfigDisplayHeight(dw, dh, rotation);
7099 int dw, int dh) {
7102 int w = mPolicy.getNonDecorDisplayWidth(dw, dh, rotation);
7103 int h = mPolicy.getNonDecorDisplayHeight(dw, dh, rotation);
7119 int dw, int dh, float density, Configuration outConfig) {
7129 unrotDh = dw;
7131 unrotDw = dw;
7152 int dw, int dh) {
7154 dm.noncompatWidthPixels = mPolicy.getNonDecorDisplayWidth(dw, dh, rotation);
7155 dm.noncompatHeightPixels = mPolicy.getNonDecorDisplayHeight(dw, dh, rotation);
7164 private int computeCompatSmallestWidth(boolean rotated, DisplayMetrics dm, int dw, int dh) {
7171 unrotDh = dw;
7173 unrotDw = dw;
7198 int dw = realdw;
7206 dw = maxw;
7218 config.orientation = (dw <= dh) ? Configuration.ORIENTATION_PORTRAIT :
7223 final int appWidth = mPolicy.getNonDecorDisplayWidth(dw, dh, mRotation);
7224 final int appHeight = mPolicy.getNonDecorDisplayHeight(dw, dh, mRotation);
7228 displayInfo.logicalWidth = dw;
7248 config.screenWidthDp = (int)(mPolicy.getConfigDisplayWidth(dw, dh, mRotation)
7250 config.screenHeightDp = (int)(mPolicy.getConfigDisplayHeight(dw, dh, mRotation)
7252 computeSizeRangesAndScreenLayout(displayInfo, rotated, dw, dh, dm.density, config);
7256 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dm, dw, dh);
8826 final int dw = displayInfo.logicalWidth;
8831 mFakeWindows.get(i).layout(dw, dh);
8840 + displayContent.layoutNeeded + " dw=" + dw + " dh=" + dh);
8845 mPolicy.beginLayoutLw(isDefaultDisplay, dw, dh, mRotation);
8849 mScreenRect.set(0, 0, dw, dh);
9667 final int dw = displayInfo.logicalWidth;
9727 mPolicy.beginPostLayoutPolicyLw(dw, dh);