Searched refs:mDisplaySize (Results 1 – 4 of 4) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 49 private Point mDisplaySize; field in ImeLayoutInfo 90 if (mDisplaySize == null) { in getScreenRectWithoutSystemWindowInset() 94 return new Rect(0, 0, mDisplaySize.x, mDisplaySize.y); in getScreenRectWithoutSystemWindowInset() 97 mDisplaySize.x - mSystemWindowInset.right, in getScreenRectWithoutSystemWindowInset() 98 mDisplaySize.y - mSystemWindowInset.bottom); in getScreenRectWithoutSystemWindowInset() 118 if (mDisplaySize == null) { in getScreenRectWithoutStableInset() 122 return new Rect(0, 0, mDisplaySize.x, mDisplaySize.y); in getScreenRectWithoutStableInset() 125 mDisplaySize.x - mStableInset.right, in getScreenRectWithoutStableInset() 126 mDisplaySize.y - mStableInset.bottom); in getScreenRectWithoutStableInset() 135 mDisplaySize = new Point(displaySize); in ImeLayoutInfo() [all …]
|
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.h | 59 VkExtent2D displaySize() const { return mDisplaySize; } in displaySize() 67 VkExtent2D mDisplaySize; variable
|
D | VulkanPreTransformTestHelpers.cpp | 238 mDisplaySize({0, 0}), in SwapchainInfo() 284 mDisplaySize = surfaceCapabilities.currentExtent; in init() 302 .imageExtent = mDisplaySize, in init()
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistTestBase.java | 62 private Point mDisplaySize; field in AssistTestBase 151 if (mDisplaySize == null) { in addDimensionsToIntent() 153 mDisplaySize = new Point(); in addDimensionsToIntent() 154 display.getRealSize(mDisplaySize); in addDimensionsToIntent() 156 intent.putExtra(Utils.DISPLAY_WIDTH_KEY, mDisplaySize.x); in addDimensionsToIntent() 157 intent.putExtra(Utils.DISPLAY_HEIGHT_KEY, mDisplaySize.y); in addDimensionsToIntent()
|