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

  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 28 screenRotationT screenRotation = SDL_QT_NO_ROTATION;
84 if (screenRotation == SDL_QT_ROTATION_90)
86 else if (screenRotation == SDL_QT_ROTATION_270)
279 if (screenRotation == SDL_QT_ROTATION_90) {
297 } else if (screenRotation == SDL_QT_ROTATION_270) {
396 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_UP;
397 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_DOWN;
401 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_RIGHT;
402 else if (screenRotation == SDL_QT_ROTATION_270) scancode = SDLK_LEFT;
406 if (screenRotation == SDL_QT_ROTATION_90) scancode = SDLK_DOWN
    [all...]
SDL_QWin.h 47 extern screenRotationT screenRotation;
SDL_sysvideo.cc 293 screenRotation = envValue ? SDL_QT_ROTATION_270 : SDL_QT_ROTATION_90;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java 90 * @param screenRotation Current device screen rotation.
93 void show(Context context, View anchorView, boolean isByHardwareButton, int screenRotation,
135 mCurrentScreenRotation = screenRotation;
192 ListPopupWindow popup, int screenRotation, Rect appRect, Rect padding) {
201 switch (screenRotation) {

Completed in 2565 milliseconds