Lines Matching refs:activity
21 * \brief Android test activity.
41 TestThread::TestThread (NativeActivity& activity, const std::string& cmdLineString, const CommandLine& cmdLine)
42 : RenderThread (activity)
44 , m_platform (activity)
45 , m_archive (activity.getNativeActivity()->assetManager)
89 TestActivity::TestActivity (ANativeActivity* activity)
90 : RenderActivity (activity)
91 , m_cmdLine (getIntentStringExtra(activity, "cmdLine"))
92 , m_testThread (*this, getIntentStringExtra(activity, "cmdLine"), m_cmdLine)
99 ANativeActivity_setWindowFlags(activity, AWINDOW_FLAG_KEEP_SCREEN_ON |