Searched refs:mDisplaySize (Results 1 – 4 of 4) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 50 private Point mDisplaySize; field in ImeLayoutInfo 91 if (mDisplaySize == null) { in getScreenRectWithoutSystemWindowInset() 95 return new Rect(0, 0, mDisplaySize.x, mDisplaySize.y); in getScreenRectWithoutSystemWindowInset() 98 mDisplaySize.x - mSystemWindowInset.right, in getScreenRectWithoutSystemWindowInset() 99 mDisplaySize.y - mSystemWindowInset.bottom); in getScreenRectWithoutSystemWindowInset() 119 if (mDisplaySize == null) { in getScreenRectWithoutStableInset() 123 return new Rect(0, 0, mDisplaySize.x, mDisplaySize.y); in getScreenRectWithoutStableInset() 126 mDisplaySize.x - mStableInset.right, in getScreenRectWithoutStableInset() 127 mDisplaySize.y - mStableInset.bottom); in getScreenRectWithoutStableInset() 136 mDisplaySize = new Point(displaySize); in ImeLayoutInfo() [all …]
|
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.h | 61 VkExtent2D displaySize() const { return mDisplaySize; } in displaySize() 69 VkExtent2D mDisplaySize; variable
|
D | VulkanPreTransformTestHelpers.cpp | 253 mDisplaySize({0, 0}), in SwapchainInfo() 299 mDisplaySize = surfaceCapabilities.currentExtent; in init() 312 std::swap(mDisplaySize.width, mDisplaySize.height); in init() 328 .imageExtent = mDisplaySize, in init()
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistTestBase.java | 107 private Point mDisplaySize; field in AssistTestBase 269 if (mDisplaySize == null) { in addDimensionsToIntent() 271 mDisplaySize = new Point(); in addDimensionsToIntent() 272 display.getRealSize(mDisplaySize); in addDimensionsToIntent() 274 intent.putExtra(Utils.DISPLAY_WIDTH_KEY, mDisplaySize.x); in addDimensionsToIntent() 275 intent.putExtra(Utils.DISPLAY_HEIGHT_KEY, mDisplaySize.y); in addDimensionsToIntent()
|