HomeSort by relevance Sort by last modified time
    Searched refs:availHeight (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
SplitPane.java 117 float availHeight = getHeight() - handle.getMinHeight();
121 dragY = Math.min(availHeight, dragY);
122 splitAmount = 1 - (dragY / availHeight);
217 float availHeight = height - handle.getMinHeight();
218 float topAreaHeight = (int)(availHeight * splitAmount);
219 float bottomAreaHeight = availHeight - topAreaHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 334 int availHeight = height - (getPaddingTop() + getPaddingBottom());
337 int n = Math.max(1, (availHeight + mHeightGap) / (mCellHeight + mHeightGap));

Completed in 3142 milliseconds