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

  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java 234 int heightDiff = parentRect.height() - buttonRect.height();
238 buttonRect.top -= heightDiff/2;
239 buttonRect.bottom += heightDiff/2;
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 547 double heightDiff = Math.abs(size.getHeight() - targetHeight);
548 if (heightDiff < minDiff) {
550 minDiff = heightDiff;
551 } else if (heightDiff == minDiff) {
556 minDiff = heightDiff;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 553 int heightDiff = clampToInteger(bounds.size.height - backgroundBounds.size.height);
554 backgroundBounds.origin.y = bounds.origin.y + (heightDiff / 2) + 1;

Completed in 197 milliseconds