Home
last modified time | relevance | path

Searched refs:horizontalEdges (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DFixedSizeEdgeDetectorTest.kt36 fun horizontalEdges() { in horizontalEdges() method in com.android.compose.animation.scene.FixedSizeEdgeDetectorTest
/frameworks/base/core/java/android/view/
DView.java24838 boolean horizontalEdges = (viewFlags & FADING_EDGE_HORIZONTAL) != 0; in draw()
24840 if (!verticalEdges && !horizontalEdges) { in draw()
24914 if (horizontalEdges && (left + length > right - length)) { in draw()
24925 if (horizontalEdges) { in draw()