Home
last modified time | relevance | path

Searched refs:SCREEN_ORIENTATION_PORTRAIT (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DPlatformChannel.java219 return ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in decodeOrientations()
245 return ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in decodeOrientations()
257 return ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in decodeOrientations()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.hpp43 SCREEN_ORIENTATION_PORTRAIT = 0x00000001, enumerator
DtcuAndroidUtil.cpp358 case SCREENROTATION_0: return SCREEN_ORIENTATION_PORTRAIT; in mapScreenRotation()
364 return SCREEN_ORIENTATION_PORTRAIT; in mapScreenRotation()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1172 else if (requestedOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT) in surfaceChanged()