Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1464 int dirtyEdges; field in CellLayout.ViewCluster
1483 dirtyEdges = LEFT | TOP | RIGHT | BOTTOM; in resetEdges()
1531 if ((dirtyEdges & whichEdge) == whichEdge) { in isViewTouchingEdge()
1533 dirtyEdges &= ~whichEdge; in isViewTouchingEdge()