Searched refs:whichEdge (Results 1 – 1 of 1) sorted by relevance
1446 boolean isViewTouchingEdge(View v, int whichEdge) { in isViewTouchingEdge() argument1449 if ((dirtyEdges & whichEdge) == whichEdge) { in isViewTouchingEdge()1450 computeEdge(whichEdge); in isViewTouchingEdge()1451 dirtyEdges &= ~whichEdge; in isViewTouchingEdge()1454 switch (whichEdge) { in isViewTouchingEdge()1487 void shift(int whichEdge, int delta) { in shift() argument1490 switch (whichEdge) { in shift()1523 int whichEdge = 0; field in CellLayout.ViewCluster.PositionComparator1527 switch (whichEdge) { in compare()1542 comparator.whichEdge = edge; in sortConfigurationForEdgePush()[all …]