HomeSort by relevance Sort by last modified time
    Searched defs:kMinUpdateHeight (Results 1 - 2 of 2) 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;

Completed in 107 milliseconds