/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 161 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/ |
D | ViewState.java | 52 private final com.android.systemui.statusbar.events.PrivacyDotCorner corner = null; field in ViewState 63 …com.android.systemui.statusbar.events.PrivacyDotCorner corner, @org.jetbrains.annotations.Nullable… in ViewState() 220 …com.android.systemui.statusbar.events.PrivacyDotCorner corner, @org.jetbrains.annotations.Nullable… in copy()
|
D | PrivacyDotViewControllerImpl.java | 174 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
|
D | PrivacyDotWindowController.java | 63 …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 D | SysUiOverlay.java | 37 Path corner = new Path(); in createCornerPath() local 47 Path corner = new Path(); in createNotchPath() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRRect.cpp | 821 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 D | SkPathRef.cpp | 499 SkRRect::Corner corner = in getRRect() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | CornerPathRenderer.java | 49 public Path getInsetPath(Corner corner, float insetAmountPx) { in getInsetPath() 58 public abstract Path getCornerPath(Corner corner); in getCornerPath()
|
H A D | PerimeterPathGuide.java | 195 private int getPhysicalCornerRadius(CircularCornerPathRenderer.Corner corner) { in getPhysicalCornerRadius() 300 int corner = screenCorner.ordinal(); in getRotatedCorner() local
|
H A D | CircularCornerPathRenderer.java | 41 public Path getCornerPath(Corner corner) { in getCornerPath()
|
H A D | PathSpecCornerPathRenderer.java | 79 public Path getCornerPath(Corner corner) { in getCornerPath()
|
/aosp_15_r20/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
H A D | CardFlip.java | 242 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 D | AlignedBox.h | 182 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/ |
D | link.go | 402 corner bool member 457 corner bool member
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | Rect_toQuad.cpp | 11 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 D | Tile.kt | 455 val corner = remember { in animateShape() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/ |
D | lib.rs | 182 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 D | AppCompatRoundedCorners.java | 132 final RoundedCorner corner = insetsState.getRoundedCorners().getRoundedCorner(position); in getInsetsStateCornerRadius() local
|
/aosp_15_r20/external/one-true-awk/testdir/ |
H A D | chem.awk | 379 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 D | R$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 D | SkRRect.h | 272 SkVector radii(Corner corner) const { return fRadii[corner]; } in radii()
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_box.cpp | 146 CXFA_Corner* corner; in GetStrokesInternal() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | patheffects.cpp | 33 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 D | S2CellTest.java | 274 S2Point corner = S2Point.add(edge, S2Projections.getVAxis(children[i].face())); in testSubdivide() local
|
/aosp_15_r20/external/skia/modules/sksg/slides/ |
H A D | SVGPongSlide.cpp | 232 const SkPoint corner = pos - SkPoint::Make(size.width() / 2, size.height() / 2); in updateDom() local
|