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()
123 private Point mDisplaySize; field in AccessibilityTakeScreenshotTest155 mDisplaySize = new Point(); in setUp()156 display.getRealSize(mDisplaySize); in setUp()476 verifyScreenshotResult(screenshot, mDisplaySize.x, mDisplaySize.y, mStartTestingTime); in verifyScreenshotResult()
148 private Point mDisplaySize; field in AssistTestBase343 if (mDisplaySize == null) { in addDimensionsToIntent()345 mDisplaySize = new Point(dMode.getPhysicalWidth(), dMode.getPhysicalHeight()); in addDimensionsToIntent()352 intent.putExtra(Utils.DISPLAY_WIDTH_KEY, mDisplaySize.x); in addDimensionsToIntent()353 intent.putExtra(Utils.DISPLAY_HEIGHT_KEY, mDisplaySize.y); in addDimensionsToIntent()