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

  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 92 protected static int MIN_HEIGHT = 10;
185 MIN_HEIGHT *= mScale;
219 if (mHeight < MIN_HEIGHT) {
220 mHeight = MIN_HEIGHT;
  /external/quake/quake/src/WinQuake/
vid_sunxil.cpp 47 #define MIN_HEIGHT 200
251 if (chg.height < MIN_HEIGHT*current_pixel_multiply)
252 chg.height = MIN_HEIGHT*current_pixel_multiply;
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 50 #define MIN_HEIGHT 480
    [all...]

Completed in 111 milliseconds