Searched refs:getScreenRotation (Results 1 – 4 of 4) sorted by relevance
96 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()142 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
121 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()168 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
189 ScreenRotation getScreenRotation (void) const;
915 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::S… in getScreenRotation() function in tcu::CommandLine