Searched refs:mCheckControls (Results 1 – 1 of 1) sorted by relevance
178 CheckBox[] mCheckControls = new CheckBox[8]; field in SystemUIModes204 mCheckControls[0] = (CheckBox) findViewById(R.id.modeLowProfile); in onCreate()205 mCheckControls[1] = (CheckBox) findViewById(R.id.modeFullscreen); in onCreate()206 mCheckControls[2] = (CheckBox) findViewById(R.id.modeHideNavigation); in onCreate()207 mCheckControls[3] = (CheckBox) findViewById(R.id.modeImmersive); in onCreate()208 mCheckControls[4] = (CheckBox) findViewById(R.id.modeImmersiveSticky); in onCreate()209 mCheckControls[5] = (CheckBox) findViewById(R.id.layoutStable); in onCreate()210 mCheckControls[6] = (CheckBox) findViewById(R.id.layoutFullscreen); in onCreate()211 mCheckControls[7] = (CheckBox) findViewById(R.id.layoutHideNavigation); in onCreate()212 for (int i=0; i<mCheckControls.length; i++) { in onCreate()[all …]