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

  /external/chromium_org/athena/home/
home_card_unittest.cc 40 const int screen_height = root_window()->bounds().height(); local
46 EXPECT_EQ(screen_height - kHomeCardMinimizedHeight,
53 EXPECT_EQ(screen_height - kHomeCardHeight, home_card->GetTargetBounds().y());
home_card_gesture_manager_unittest.cc 83 int screen_height() const { function in class:athena::HomeCardGestureManagerTest
294 screen_height() - kHomeCardHeight);
  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 35 unsigned short screen_height; member in struct:_psb_android_output_s
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 46 int screen_height; member in struct:SDL_PrivateVideoData
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_chromeos.cc 256 int screen_height = display.bounds().height() + overscan.height(); local
263 if ((info.overscan->top + info.overscan->bottom) * 2 > screen_height) {
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 273 int screen_height = ::GetSystemMetrics(SM_CYSCREEN) - 1; local
275 LONG pixel_y = static_cast<LONG>(screen_y * (65535.0f / screen_height));
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 664 static int rgz_hwc_layer_sortbyy(rgz_layer_t *ra, int rsz, int *out, int *width, int screen_height)
675 out[outsz++] = min(bottom, screen_height);
916 int screen_height = p->data.hwc.dstgeom->height; local
932 int ylen = rgz_hwc_layer_sortbyy(rgz_layers, layerno, yentries, &dispw, screen_height);
    [all...]

Completed in 4352 milliseconds