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

  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 170 double targetArea = Math.pow(.5, result.size()) * area(largest);
171 if (area(size) < targetArea) {
176 && (targetArea - area(lastSize) < area(size) - targetArea)) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 447 bool findNodeWithLowestDistanceMetric(Node*& targetNode, IntPoint& targetPoint, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, SubtargetGeometryList& subtargets, DistanceFunction distanceFunction)
461 targetArea = it->boundingBox();
471 targetArea = it->boundingBox();
477 targetArea = targetNode->document().view()->contentsToWindow(targetArea);
486 IntRect targetArea;
489 return TouchAdjustment::findNodeWithLowestDistanceMetric(targetNode, targetPoint, targetArea, touchHotspot, touchArea, subtargets, TouchAdjustment::hybridDistanceFunction);
494 IntRect targetArea;
497 return TouchAdjustment::findNodeWithLowestDistanceMetric(targetNode, targetPoint, targetArea, touchHotspot, touchArea, subtargets, TouchAdjustment::hybridDistanceFunction);
500 bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const WillBeHeapVector<RefPtrWillBeMember (…)
    [all...]

Completed in 47 milliseconds