Home
last modified time | relevance | path

Searched refs:_videoLayout (Results 1 – 2 of 2) sorted by relevance

/dports/games/warmux/warmux-11.04/build/android/src/
H A DMainActivity.java87 _videoLayout = new FrameLayout(this); in onCreate()
88 _videoLayout.addView(_layout); in onCreate()
90 setContentView(_videoLayout); in onCreate()
170 _videoLayout.removeView(_layout); in initSDL()
175 _videoLayout = new FrameLayout(this); in initSDL()
176 setContentView(_videoLayout); in initSDL()
178 _videoLayout.addView(mGLView); in initSDL()
247 _videoLayout.removeView(_screenKeyboard); in hideScreenKeyboard()
281 _videoLayout.addView(_screenKeyboard); in showScreenKeyboard()
498 public FrameLayout getVideoLayout() { return _videoLayout; } in getVideoLayout()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/org/scummvm/scummvm/
H A DScummVMActivity.java116 FrameLayout _videoLayout = null; field in ScummVMActivity
484 _videoLayout.removeView(_screenKeyboard); in showScreenKeyboardWithoutTextInputField()
492 DimSystemStatusBar.get().dim(_videoLayout); in showScreenKeyboardWithoutTextInputField()
939 _videoLayout = new FrameLayout(this); in onCreate()
940 SetLayerType.get().setLayerType(_videoLayout); in onCreate()
942 setContentView(_videoLayout); in onCreate()
943 _videoLayout.setFocusable(true); in onCreate()
944 _videoLayout.setFocusableInTouchMode(true); in onCreate()
945 _videoLayout.requestFocus(); in onCreate()
959 _videoLayout.bringChildToFront(buttonLayout); in onCreate()
[all …]