Searched defs:mHardKeyboardSection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java81 private LinearLayout mHardKeyboardSection; field in class:InputMethodsPanel
142 mHardKeyboardSection = (LinearLayout) findViewById(R.id.hard_keyboard_section);
328 mHardKeyboardSection.setVisibility(View.VISIBLE);
334 mHardKeyboardSection.setVisibility(View.GONE);

Completed in 64 milliseconds