Home
last modified time | relevance | path

Searched refs:getRect (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DWindowLayoutComponentImpl.java367 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/
Dregion.h68 ARect getRect() { return ARegionIterator_getRect(mIterator); } in getRect() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt42 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/
DSensorLocationInternal.java115 public Rect getRect() { in getRect() method in SensorLocationInternal
/frameworks/base/core/java/android/view/
DDisplayCutout.java225 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/
DSidecarHelper.java104 final Rect featureRect = baseFeature.getRect(); in calculateDisplayFeatures()
/frameworks/base/core/java/android/hardware/camera2/params/
DMeteringRectangle.java216 public Rect getRect() { in getRect() method in MeteringRectangle
/frameworks/base/graphics/java/android/graphics/
DOutline.java221 public boolean getRect(@NonNull Rect outRect) { in getRect() method in Outline
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DCommonFoldingFeature.java240 public Rect getRect() { in getRect() method in CommonFoldingFeature
/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h68 bool getRect(const char *name,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java465 msg, expected[i].getRect(), actual[i].getRect(), errorPercent)) { in expectMeteringRegionsAreSimilar()
DCameraTestUtils.java1655 Rect requestRect = requestRegions[i].getRect(); in getExpectedOutputRegion()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp146 ARect rect = it.getRect(); in updateInfo()
Dandroid_view_SurfaceControl.cpp830 ARect rect = iterator.getRect(); in nativeSetTransparentRegionHint()
860 ARect rect = iterator.getRect(); in nativeSetDamageRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java316 mUdfpsBounds = mUdfpsProps.get(0).getLocation().getRect(); in handleAllFingerprintAuthenticatorsRegistered()
806 mUdfpsBounds = udfpsProp.getLocation().getRect(); in updateUdfpsLocation()
/frameworks/base/core/api/
Dcurrent.txt16462 method public boolean getRect(@NonNull android.graphics.Rect);
20106 method public android.graphics.Rect getRect();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13117 method public android.graphics.Rect getRect();