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

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
GradientPanel.java 181 int handleHeight = 12;
200 if (mouseX >= x && mouseX <= x + handleWidth && mouseY >= gradientY && mouseY <= y + handleHeight) {
224 if (mouseX >= x && mouseX <= x + handleWidth && mouseY >= gradientY && mouseY <= y + handleHeight) {
299 yPoints[1] = y + handleHeight;
300 yPoints[2] = y + handleHeight;
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
GradientPanel.java 182 int handleHeight = 12;
201 if (mouseX >= x && mouseX <= x + handleWidth && mouseY >= gradientY && mouseY <= y + handleHeight) {
225 if (mouseX >= x && mouseX <= x + handleWidth && mouseY >= gradientY && mouseY <= y + handleHeight) {
302 yPoints[1] = y + handleHeight;
303 yPoints[2] = y + handleHeight;
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 345 final int handleHeight = tabBackground.getIntrinsicHeight();
361 final int top = (parentHeight - handleHeight) / 2;
362 final int bottom = (parentHeight + handleHeight) / 2;
380 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight;
381 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2;
383 tab.layout(left, 0, right, handleHeight);
388 tab.layout(left, parentHeight - handleHeight, right, parentHeight);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
SplitPane.java 220 float handleHeight = handle.getMinHeight();
224 handleBounds.set(0, bottomAreaHeight, width, handleHeight);
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 251 milliseconds