HomeSort by relevance Sort by last modified time
    Searched defs:fromBottom (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
bigrect.cpp 45 SkRect fromBottom = SkRect::MakeLTRB(20, 28, 25, big);
46 canvas->drawRect(fromBottom, rectPaint);
  /external/skqp/gm/
bigrect.cpp 45 SkRect fromBottom = SkRect::MakeLTRB(20, 28, 25, big);
46 canvas->drawRect(fromBottom, rectPaint);
  /frameworks/base/core/java/com/android/internal/policy/
PipSnapAlgorithm.java 408 final int fromBottom = Math.abs(movementBounds.bottom - stackBounds.top);
413 ? Math.min(fromTop, fromBottom)
416 shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 333 int fromBottom = mChild.getBottom();
335 int toBottom = fromBottom + ((newHeight - oldHeight) / 2);
339 ObjectAnimator.ofInt(mChild, "bottom", fromBottom, toBottom));

Completed in 130 milliseconds