Searched refs:getScreenRotation (Results 1 – 4 of 4) sorted by relevance
94 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()140 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
116 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()163 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
169 ScreenRotation getScreenRotation (void) const;
798 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::S… in getScreenRotation() function in tcu::CommandLine