/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/ |
D | WindowLayoutComponentImpl.java | 367 Rect featureRect = baseFeature.getRect(); in getDisplayFeatures() 377 + "left of the window. BaseFeatureRect: " + baseFeature.getRect() in getDisplayFeatures() 386 + " BaseFeatureRect: " + baseFeature.getRect() in getDisplayFeatures() 394 + " BaseFeatureRect: " + baseFeature.getRect() in getDisplayFeatures()
|
/frameworks/base/libs/hwui/apex/include/android/graphics/ |
D | region.h | 68 ARect getRect() { return ARegionIterator_getRect(mIterator); } in getRect() function
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/ |
D | ClockSizeTransition.kt | 42 internal fun View.getRect(): Rect = Rect(this.left, this.top, this.right, this.bottom) in <lambda>() method 74 transition.values[PROP_BOUNDS] = view.getRect() in <lambda>() 85 transition.values[SMARTSPACE_BOUNDS] = targetSSView.getRect() in <lambda>()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | SensorLocationInternal.java | 115 public Rect getRect() { in getRect() method in SensorLocationInternal
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 225 private Rect getRect(@BoundsPosition int pos) { in getRect() method in DisplayCutout.Bounds 750 return mBounds.getRect(BOUNDS_POSITION_LEFT); in getBoundingRectLeft() 761 return mBounds.getRect(BOUNDS_POSITION_TOP); in getBoundingRectTop() 772 return mBounds.getRect(BOUNDS_POSITION_RIGHT); in getBoundingRectRight() 783 return mBounds.getRect(BOUNDS_POSITION_BOTTOM); in getBoundingRectBottom() 923 mBounds.getRect(BOUNDS_POSITION_LEFT).dumpDebug(proto, BOUND_LEFT); in dumpDebug() 924 mBounds.getRect(BOUNDS_POSITION_TOP).dumpDebug(proto, BOUND_TOP); in dumpDebug() 925 mBounds.getRect(BOUNDS_POSITION_RIGHT).dumpDebug(proto, BOUND_RIGHT); in dumpDebug() 926 mBounds.getRect(BOUNDS_POSITION_BOTTOM).dumpDebug(proto, BOUND_BOTTOM); in dumpDebug()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/ |
D | SidecarHelper.java | 104 final Rect featureRect = baseFeature.getRect(); in calculateDisplayFeatures()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MeteringRectangle.java | 216 public Rect getRect() { in getRect() method in MeteringRectangle
|
/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/common/ |
D | CommonFoldingFeature.java | 240 public Rect getRect() { in getRect() method in CommonFoldingFeature
|
/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/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 146 ARect rect = it.getRect(); in updateInfo()
|
D | android_view_SurfaceControl.cpp | 830 ARect rect = iterator.getRect(); in nativeSetTransparentRegionHint() 860 ARect rect = iterator.getRect(); in nativeSetDamageRegion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 316 mUdfpsBounds = mUdfpsProps.get(0).getLocation().getRect(); in handleAllFingerprintAuthenticatorsRegistered() 806 mUdfpsBounds = udfpsProp.getLocation().getRect(); in updateUdfpsLocation()
|
/frameworks/base/core/api/ |
D | current.txt | 16462 method public boolean getRect(@NonNull android.graphics.Rect); 20106 method public android.graphics.Rect getRect();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13117 method public android.graphics.Rect getRect();
|