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

  /external/chromium_org/ash/wm/
video_detector.cc 19 const int VideoDetector::kMinUpdateHeight = 250;
33 if (region.width() < kMinUpdateWidth || region.height() < kMinUpdateHeight)
video_detector.h 50 static const int kMinUpdateHeight;
video_detector_unittest.cc 110 VideoDetector::kMinUpdateHeight));
120 VideoDetector::kMinUpdateHeight));
177 VideoDetector::kMinUpdateHeight));
200 VideoDetector::kMinUpdateHeight));
241 VideoDetector::kMinUpdateHeight));
260 VideoDetector::kMinUpdateHeight));
295 VideoDetector::kMinUpdateHeight));

Completed in 144 milliseconds