HomeSort by relevance Sort by last modified time
    Searched refs:heightDiff (Results 1 - 2 of 2) 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 552 double heightDiff = Math.abs(size.getHeight() - targetHeight);
553 if (heightDiff < minDiff) {
555 minDiff = heightDiff;
556 } else if (heightDiff == minDiff) {
561 minDiff = heightDiff;
    [all...]

Completed in 178 milliseconds