Searched defs:screenRotation (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc28 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...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenu.java306 private void setPopupOffset(ListPopupWindow popup, int screenRotation, Rect appRect) { argument
316 switch (screenRotation) {

Completed in 967 milliseconds