OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:switchtomode
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
desktop_resizer_linux.cc
148
void
SwitchToMode
(const char* name);
266
SwitchToMode
(NULL);
269
SwitchToMode
(kTempModeName);
273
SwitchToMode
(kModeName);
312
void DesktopResizerLinux::
SwitchToMode
(const char* name) {
/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 504 milliseconds