Searched refs:mSwitcher (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardStateTestsBase.java25 protected MockKeyboardSwitcher mSwitcher; field in class:KeyboardStateTestsBase
31 mSwitcher = new MockKeyboardSwitcher();
32 mSwitcher.setAutoCapsMode(CAP_MODE_OFF);
43 mSwitcher.setAutoCapsMode(autoCaps);
58 mSwitcher.updateShiftState();
59 assertLayout("afterUpdate", afterUpdate, mSwitcher.getLayoutId());
68 mSwitcher.loadKeyboard();
69 mSwitcher.updateShiftState();
70 assertLayout("afterLoad", afterLoad, mSwitcher.getLayoutId());
79 mSwitcher
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DCameraActivity.java48 private CameraSwitcher mSwitcher; field in class:CameraActivity
87 mSwitcher.setCurrentIndex(mCurrentModuleIndex);
95 mSwitcher = (CameraSwitcher) findViewById(R.id.camera_switcher);
113 mSwitcher.setIds(moduleids, drawids);
114 mSwitcher.setSwitchListener(this);
115 mSwitcher.setCurrentIndex(mCurrentModuleIndex);
200 mSwitcher.closePopup();
201 mSwitcher.setVisibility(View.INVISIBLE);
206 mSwitcher.setVisibility(View.VISIBLE);
338 if ((mSwitcher !
[all...]

Completed in 90 milliseconds