/frameworks/base/libs/hwui/apex/include/android/graphics/ |
D | region.h | 68 ARect getRect() { return ARegionIterator_getRect(mIterator); } in getRect() function
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 205 private Rect getRect(@BoundsPosition int pos) { in getRect() method in DisplayCutout.Bounds 697 return mBounds.getRect(BOUNDS_POSITION_LEFT); in getBoundingRectLeft() 708 return mBounds.getRect(BOUNDS_POSITION_TOP); in getBoundingRectTop() 719 return mBounds.getRect(BOUNDS_POSITION_RIGHT); in getBoundingRectRight() 730 return mBounds.getRect(BOUNDS_POSITION_BOTTOM); in getBoundingRectBottom() 829 mBounds.getRect(BOUNDS_POSITION_LEFT).dumpDebug(proto, BOUND_LEFT); in dumpDebug() 830 mBounds.getRect(BOUNDS_POSITION_TOP).dumpDebug(proto, BOUND_TOP); in dumpDebug() 831 mBounds.getRect(BOUNDS_POSITION_RIGHT).dumpDebug(proto, BOUND_RIGHT); in dumpDebug() 832 mBounds.getRect(BOUNDS_POSITION_BOTTOM).dumpDebug(proto, BOUND_BOTTOM); in dumpDebug()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | SensorLocationInternal.java | 115 public Rect getRect() { in getRect() method in SensorLocationInternal
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MeteringRectangle.java | 216 public Rect getRect() { in getRect() method in MeteringRectangle
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/ |
D | CommonFoldingFeature.java | 219 public Rect getRect() { in getRect() method in CommonFoldingFeature
|
/frameworks/base/graphics/java/android/graphics/ |
D | Outline.java | 221 public boolean getRect(@NonNull Rect outRect) { in getRect() method in Outline
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/ |
D | SampleSidecarImpl.java | 125 Rect featureRect = baseFeature.getRect(); in getDisplayFeatures()
|
/frameworks/av/media/libmedia/include/media/ |
D | NdkWrapper.h | 68 bool getRect(const char *name,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraErrorCollector.java | 465 msg, expected[i].getRect(), actual[i].getRect(), errorPercent)) { in expectMeteringRegionsAreSimilar()
|
D | CameraTestUtils.java | 1655 Rect requestRect = requestRegions[i].getRect(); in getExpectedOutputRegion()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/ |
D | WindowLayoutComponentImpl.java | 345 Rect featureRect = baseFeature.getRect(); in getDisplayFeatures()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 317 mUdfpsBounds = mUdfpsProps.get(0).getLocation().getRect(); in handleAllFingerprintAuthenticatorsRegistered() 805 mUdfpsBounds = udfpsProp.getLocation().getRect(); in updateUdfpsLocation()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 148 ARect rect = it.getRect(); in updateInfo()
|
D | android_view_SurfaceControl.cpp | 822 ARect rect = iterator.getRect(); in nativeSetTransparentRegionHint() 852 ARect rect = iterator.getRect(); in nativeSetDamageRegion()
|
/frameworks/base/core/api/ |
D | current.txt | 14872 method public boolean getRect(@NonNull android.graphics.Rect); 18247 method public android.graphics.Rect getRect();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13117 method public android.graphics.Rect getRect();
|