HomeSort by relevance Sort by last modified time
    Searched refs:ROTATE_270 (Results 1 - 25 of 50) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/data/
VideoRotationMetadataLoader.java 14 private static final String ROTATE_270 = "270";
18 return ROTATE_90.equals(rotation) || ROTATE_270.equals(rotation);
  /external/chromium_org/athena/system/
orientation_controller.cc 47 rotation = gfx::Display::ROTATE_270;
  /external/chromium_org/athena/screen/
screen_accelerator_handler.cc 82 screen_manager->SetRotation(gfx::Display::ROTATE_270);
83 else if (current_rotation == gfx::Display::ROTATE_270)
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11_unittest.cc 50 gfx::Display::ROTATE_270,
cursor_util.cc 36 case gfx::Display::ROTATE_270:
  /external/chromium_org/ui/gfx/
display.h 30 ROTATE_270,
display.cc 95 case ROTATE_270:
115 rotation_ = ROTATE_270;
screen_win.cc 52 display.set_rotation(gfx::Display::ROTATE_270);
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_controller_unittest.cc 322 EXPECT_EQ(gfx::Display::ROTATE_270, GetInternalDisplayRotation());
541 ASSERT_NE(gfx::Display::ROTATE_270, GetInternalDisplayRotation());
542 SetInternalDisplayRotation(gfx::Display::ROTATE_270);
544 EXPECT_EQ(gfx::Display::ROTATE_270, GetInternalDisplayRotation());
596 SetInternalDisplayRotation(gfx::Display::ROTATE_270);
607 SetInternalDisplayRotation(gfx::Display::ROTATE_270);
  /external/chromium_org/extensions/browser/api/system_display/
display_info_provider.cc 28 case gfx::Display::ROTATE_270:
  /external/chromium_org/media/base/
yuv_convert.h 44 ROTATE_270, // Rotate counter clockwise.
yuv_convert.cc 252 if ((view_rotate == ROTATE_180) || (view_rotate == ROTATE_270) ||
270 if ((view_rotate == ROTATE_90) || (view_rotate == ROTATE_270)) {
  /external/chromium_org/ui/aura/test/
test_screen.cc 23 rotation == gfx::Display::ROTATE_270;
92 case gfx::Display::ROTATE_270:
  /external/chromium_org/ash/display/
root_window_transformers_unittest.cc 189 gfx::Display::ROTATE_270);
203 EXPECT_EQ(gfx::Display::ROTATE_270, GetStoredRotation(display2_id));
220 EXPECT_EQ(gfx::Display::ROTATE_270, GetStoredRotation(display2_id));
display_info.cc 142 rotation = gfx::Display::ROTATE_270;
314 rotation_ == gfx::Display::ROTATE_270)
cursor_window_controller.cc 246 case gfx::Display::ROTATE_270:
display_info_unittest.cc 56 EXPECT_EQ(gfx::Display::ROTATE_270, info.rotation());
root_window_transformers.cc 79 case gfx::Display::ROTATE_270:
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 168 iter->rotation() == gfx::Display::ROTATE_270) {
  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 146 EXPECT_EQ(gfx::Display::ROTATE_270, test_api.GetCurrentCursorRotation());
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11_unittest.cc 377 displays[0].set_rotation(gfx::Display::ROTATE_270);
381 displays[0].set_rotation(gfx::Display::ROTATE_270);
desktop_screen_x11.cc 335 display.set_rotation(gfx::Display::ROTATE_270);
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_chromeos.cc 49 return gfx::Display::ROTATE_270;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp 666 streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_270) {
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraChannel.cpp 666 streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_270) {

Completed in 361 milliseconds

1 2