Searched refs:mDisplaySize (Results 1 – 3 of 3) sorted by relevance
47 private Point mDisplaySize; field in ImeLayoutInfo72 mDisplaySize = new Point(displaySize); in ImeLayoutInfo()79 bundle.putParcelable(DISPLAY_SIZE_KEY, mDisplaySize); in writeToBundle()
114 private Point mDisplaySize; field in AccessibilityTakeScreenshotTest142 mDisplaySize = new Point(); in setUp()143 display.getRealSize(mDisplaySize); in setUp()413 verifyScreenshotResult(screenshot, mDisplaySize.x, mDisplaySize.y, mStartTestingTime); in verifyScreenshotResult()
148 private Point mDisplaySize; field in AssistTestBase340 if (mDisplaySize == null) { in addDimensionsToIntent()342 mDisplaySize = new Point(dMode.getPhysicalWidth(), dMode.getPhysicalHeight()); in addDimensionsToIntent()346 intent.putExtra(Utils.DISPLAY_WIDTH_KEY, mDisplaySize.x); in addDimensionsToIntent()347 intent.putExtra(Utils.DISPLAY_HEIGHT_KEY, mDisplaySize.y); in addDimensionsToIntent()