Searched refs:height (Results 1 – 5 of 5) sorted by relevance
96 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() argument99 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged()101 float ratio = (float) width / height; in onSurfaceChanged()
99 size = appR.height(); in ensureIconVisible()100 containerSize = containerR.height(); in ensureIconVisible()
94 recentsScroller.setGestureMargin(recentsScroller.getVisibleBounds().height() / 4); in flingRecents()
161 page.getVisibleBounds().width(), page.getVisibleBounds().height()); in flingPage()
192 int top = r.top + r.height() / 4; // top edge = top + 25% height in testRecentAppsFling()