Searched refs:whichEdge (Results 1 – 1 of 1) sorted by relevance
1383 boolean isViewTouchingEdge(View v, int whichEdge) { in isViewTouchingEdge() argument1386 if ((dirtyEdges & whichEdge) == whichEdge) { in isViewTouchingEdge()1387 computeEdge(whichEdge); in isViewTouchingEdge()1388 dirtyEdges &= ~whichEdge; in isViewTouchingEdge()1391 switch (whichEdge) { in isViewTouchingEdge()1424 void shift(int whichEdge, int delta) { in shift() argument1427 switch (whichEdge) { in shift()1460 int whichEdge = 0; field in CellLayout.ViewCluster.PositionComparator1464 switch (whichEdge) { in compare()1479 comparator.whichEdge = edge; in sortConfigurationForEdgePush()[all …]