Searched refs:screenRotation (Results 1 - 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
H A D | SDL_QWin.cc | 28 screenRotationT screenRotation = SDL_QT_NO_ROTATION; variable 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 [all...] |
H A D | SDL_QWin.h | 47 extern screenRotationT screenRotation;
|
H A D | 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/ |
H A D | AppMenu.java | 90 * @param screenRotation Current device screen rotation. 93 void show(Context context, View anchorView, boolean isByHardwareButton, int screenRotation, argument 135 mCurrentScreenRotation = screenRotation; 192 ListPopupWindow popup, int screenRotation, Rect appRect, Rect padding) { 201 switch (screenRotation) { 191 setPopupOffset( ListPopupWindow popup, int screenRotation, Rect appRect, Rect padding) argument
|
Completed in 588 milliseconds