Searched refs:topEdge (Results 1 – 3 of 3) sorted by relevance
106 float topEdge = centerY - imageHeight / 2f * scale; in getEdgesHelper() local111 edgesOut.top = topEdge; in getEdgesHelper()
461 boolean topEdge = (edgeFlags & EDGE_TOP) > 0; in isInside()465 && (y >= this.y || (topEdge && y <= this.y + this.height)) in isInside()
2328 int topEdge = mGridView.getLayoutManager().findViewByPosition(focusToIndex).getTop(); in testScrollAndInsert() local2336 assertEquals(topEdge, in testScrollAndInsert()2517 int topEdge = mGridView.getLayoutManager().findViewByPosition(focusIndex).getTop(); in testPendingSmoothScrollAndRemove() local2526 assertEquals(topEdge, in testPendingSmoothScrollAndRemove()