OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:switchToMode
(Results
1 - 4
of
4
) sorted by null
/external/autotest/frontend/client/src/autotest/moblab/wizard/
WizardCard.java
49
public Widget
switchToMode
(ConfigWizard.Mode mode) {
ConfigEditMode.java
171
pnlCard.setWidget(current.
switchToMode
(ConfigWizard.Mode.Edit));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java
126
switchToMode
(csrep, FilterChanSatRepresentation.MODE_MASTER, menuString);
293
switchToMode
(csrep, getParameterIndex(item.getItemId()), item.getTitle().toString());
298
protected void
switchToMode
(FilterChanSatRepresentation csrep, int mode, String title) {
EditorVignette.java
184
switchToMode
(csrep, FilterVignetteRepresentation.MODE_VIGNETTE, menuString);
288
switchToMode
(csrep, getParameterIndex(item.getItemId()), item.getTitle().toString());
292
protected void
switchToMode
(FilterVignetteRepresentation csrep, int mode, String title) {
Completed in 277 milliseconds