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

  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioner.java 489 int height1; local
494 height1 = Math.min(height, Math.round((float)width1 / MIN_ASPECT));
495 if (height1 < mMinVisibleHeight) {
497 height1 = mMinVisibleHeight;
499 Math.min(mMaxVisibleSize.x, Math.round((float)height1 * MIN_ASPECT)));
513 height1 = Math.max(height, Math.round((float)width1 * MIN_ASPECT));
514 if (height1 < mMinVisibleHeight) {
516 height1 = mMinVisibleHeight;
518 Math.min(mMaxVisibleSize.x, Math.round((float)height1 / MIN_ASPECT)));
534 if (grows == (width1 * height1 > width2 * height2))
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1384 double height1,height2; local
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 

Completed in 114 milliseconds