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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java138 CompatModeButton mCompatModeButton; field in class:TabletStatusBar
336 mCompatModePanel.setTrigger(mCompatModeButton);
338 mStatusBarView.setIgnoreChildren(3, mCompatModeButton, mCompatModePanel);
532 mCompatModeButton = (CompatModeButton) sb.findViewById(R.id.compatModeButton);
533 mCompatModeButton.setOnClickListener(mOnClickListener);
534 mCompatModeButton.setVisibility(View.GONE);
1103 mCompatModeButton.refresh();
1104 if (mCompatModeButton.getVisibility() == View.VISIBLE) {
1218 } else if (v == mCompatModeButton) {
1400 if (mCompatModeButton
[all...]

Completed in 29 milliseconds