Home
last modified time | relevance | path

Searched defs:corner (Results 1 – 25 of 208) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt161 val corner = selectDesignatedCorner(nextViewState.rotation, isRtl) in onLayoutDirectionChanged() constant
216 val corner = newCornerView.corner() in setNewRotation() constant
274 views.forEach { corner -> in updateRotations() method
393 views.forEach { corner -> in setCornerVisibilities() method
445 val corner = designatedCornerView.corner() in initialize() constant
578 private fun View?.corner(): PrivacyDotCorner? { in corner() method
648 val corner: PrivacyDotCorner? = null, constant in ViewState
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/events/
DViewState.java52 private final com.android.systemui.statusbar.events.PrivacyDotCorner corner = null; field in ViewState
63com.android.systemui.statusbar.events.PrivacyDotCorner corner, @org.jetbrains.annotations.Nullable… in ViewState()
220com.android.systemui.statusbar.events.PrivacyDotCorner corner, @org.jetbrains.annotations.Nullable… in copy()
DPrivacyDotViewControllerImpl.java174 private final int activeRotationForCorner(android.view.View corner, boolean rtl) { in activeRotationForCorner()
215 …nal com.android.systemui.statusbar.events.PrivacyDotCorner corner(android.view.View $this$corner) { in corner() method in PrivacyDotViewControllerImpl
DPrivacyDotWindowController.java63 …ToWindow(android.view.View $this$addToWindow, com.android.systemui.statusbar.events.PrivacyDotCorn… in addToWindow()
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DSysUiOverlay.java37 Path corner = new Path(); in createCornerPath() local
47 Path corner = new Path(); in createNotchPath() local
/aosp_15_r20/external/skia/src/core/
H A DSkRRect.cpp821 auto getCorner = [](const SkRect& r, SkRRect::Corner corner) -> SkPoint { in ConservativeIntersect()
833 auto insideCorner = [](SkRRect::Corner corner, const SkPoint& a, const SkPoint& b) { in ConservativeIntersect()
843 auto getIntersectionRadii = [&](const SkRect& r, SkRRect::Corner corner, SkVector* radii) { in ConservativeIntersect()
H A DSkPathRef.cpp499 SkRRect::Corner corner = in getRRect() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DCornerPathRenderer.java49 public Path getInsetPath(Corner corner, float insetAmountPx) { in getInsetPath()
58 public abstract Path getCornerPath(Corner corner); in getCornerPath()
H A DPerimeterPathGuide.java195 private int getPhysicalCornerRadius(CircularCornerPathRenderer.Corner corner) { in getPhysicalCornerRadius()
300 int corner = screenCorner.ordinal(); in getRotatedCorner() local
H A DCircularCornerPathRenderer.java41 public Path getCornerPath(Corner corner) { in getCornerPath()
H A DPathSpecCornerPathRenderer.java79 public Path getCornerPath(Corner corner) { in getCornerPath()
/aosp_15_r20/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
H A DCardFlip.java242 public void rotateCards (final int stack, CardView.Corner corner, in rotateCards()
274 public void rotateCardsFullRotation (int stack, CardView.Corner corner) { in rotateCardsFullRotation()
/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h182 EIGEN_DEVICE_FUNC inline VectorType corner(CornerType corner) const in corner() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dlink.go402 corner bool member
457 corner bool member
/aosp_15_r20/external/skia/docs/examples/
H A DRect_toQuad.cpp11 for (auto corner : corners) { in draw() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/
H A DTile.kt455 val corner = remember { in animateShape() constant
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Dlib.rs182 let mut corner = vk::PhysicalDeviceCornerSampledImageFeaturesNV::builder(); in test_ptr_chains() localVariable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DAppCompatRoundedCorners.java132 final RoundedCorner corner = insetsState.getRoundedCorners().getRoundedCorner(position); in getInsetsStateCornerRadius() local
/aosp_15_r20/external/one-true-awk/testdir/
H A Dchem.awk379 function corner(dir) { function
/aosp_15_r20/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
H A DR$drawable.class ... avd_color_interpolator public static final int clipped_even_odd public static final int corner public static final int gradient public static final int headset ...
/aosp_15_r20/external/skia/include/core/
H A DSkRRect.h272 SkVector radii(Corner corner) const { return fRadii[corner]; } in radii()
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp146 CXFA_Corner* corner; in GetStrokesInternal() local
/aosp_15_r20/external/skia/gm/
H A Dpatheffects.cpp33 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); in compose_pe() local
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/
H A DS2CellTest.java274 S2Point corner = S2Point.add(edge, S2Projections.getVAxis(children[i].face())); in testSubdivide() local
/aosp_15_r20/external/skia/modules/sksg/slides/
H A DSVGPongSlide.cpp232 const SkPoint corner = pos - SkPoint::Make(size.width() / 2, size.height() / 2); in updateDom() local

123456789