Searched refs:mode (Results 76 - 100 of 196) sorted by relevance

12345678

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DSearchRecentSuggestionsProvider.java55 // a small set of mode bitflags in the version int.
62 * This mode bit configures the database to record recent queries. <i>required</i>
79 * as a mode flags field, and configures the database columns depending on the mode bits
114 * @param mode You can use mode flags here to determine certain functional aspects of your
120 protected void setupSuggestions(String authority, int mode) { argument
122 ((mode & DATABASE_MODE_QUERIES) == 0)) {
128 mMode = mode;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryFileDumper.java252 for (int mode = MODE_MIN; mode <= MODE_MAX; ++mode) {
274 switch (mode) {
328 Log.i(TAG, "Can't open word list in mode " + mode, e);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
H A Dmgrcmddispatcher.c80 extern Ret_t smlProcessData(InstanceID_t id, SmlProcessMode_t mode);
111 * is reached. The NEXT_COMMAND flag defines the blocking mode,
112 * the ALL_COMMANDS tag defines the non-blocking mode.
116 SML_API Ret_t smlProcessData(InstanceID_t id, SmlProcessMode_t mode) argument
155 // AND the ALL_COMMAND mode is used
158 &&(mode==SML_ALL_COMMANDS)
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
H A Dmgrcmddispatcher.c80 extern Ret_t smlProcessData(InstanceID_t id, SmlProcessMode_t mode);
111 * is reached. The NEXT_COMMAND flag defines the blocking mode,
112 * the ALL_COMMANDS tag defines the non-blocking mode.
116 SML_API Ret_t smlProcessData(InstanceID_t id, SmlProcessMode_t mode) argument
155 // AND the ALL_COMMAND mode is used
158 &&(mode==SML_ALL_COMMANDS)
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h164 NJ_UINT16 mode; member in struct:__anon208
186 NJ_UINT8 mode; member in struct:__anon210
324 NJ_UINT16 mode; member in struct:__anon220
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DDefaultSoftKeyboardJAJP.java44 /** Enable English word prediction on half-width alphabet mode */
47 /** Key code for switching to full-width HIRAGANA mode */
50 /** Key code for switching to full-width KATAKANA mode */
53 /** Key code for switching to full-width alphabet mode */
56 /** Key code for switching to full-width number mode */
59 /** Key code for switching to half-width KATAKANA mode */
62 /** Key code for switching to half-width alphabet mode */
65 /** Key code for switching to half-width number mode */
78 /** Input mode toggle cycle table */
269 /** The constant for mFixedKeyMode. It means that input mode i
1383 findIndexOfValue(int[] value, int mode) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DUI.java114 public void onActionModeStarted(ActionMode mode); argument
/packages/apps/Browser/src/com/android/browser/homepages/
H A DHomeProvider.java76 public ParcelFileDescriptor openFile(Uri uri, String mode) { argument
/packages/apps/Camera2/src/com/android/camera/
H A DFocusOverlayManager.java44 /* A class that handles everything about focus in still picture mode.
476 // Otherwise, focus mode stays at auto and the tap area passed to the
501 Log.v(TAG, "no capabilities, returning default AUTO focus mode");
506 Log.v(TAG, "in tap to focus, returning AUTO focus mode");
515 Log.v(TAG, "focus mode resolved from setting: " + mFocusMode);
516 // Try to find a supported focus mode from the default list.
518 for (CameraCapabilities.FocusMode mode : mDefaultFocusModes) {
519 if (mCapabilities.supports(mode)) {
520 mFocusMode = mode;
521 Log.v(TAG, "selected supported focus mode fro
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorChanSat.java88 int mode = csrep.getParameterMode();
91 paramString = mContext.getString(mMenuStrings[mode]);
298 protected void switchToMode(FilterChanSatRepresentation csrep, int mode, String title) { argument
302 csrep.setParameterMode(mode);
H A DEditorGrad.java192 public ParamAdapter(int seekId, int textId, LinearLayout layout, int mode) { argument
196 mMode = mode;
225 private int getModeNameid(int mode) { argument
226 switch (mode) {
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java128 public static ParcelFileDescriptor openFile(Context context, MediaObject image, String mode) argument
/packages/apps/InCallUI/src/com/android/incallui/
H A DProximitySensor.java108 * Called when the audio mode changes during a call.
111 public void onAudioMode(int mode) { argument
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DFolder.java62 * @param mode READ_ONLY or READ_WRITE
67 public abstract void open(OpenMode mode) argument
86 * Returns the mode the folder was opened with. This may be different than the mode the open
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java132 /** Bit flag for English auto commit mode (ON) */
134 /** Bit flag for English auto commit mode (OFF) */
136 /** Bit flag for English auto commit mode (symbol list) */
229 /** Temporary mode */
266 * Check whether or not the mode is "symbol list".
268 * @return {@code true} if the mode is "symbol list".
349 /** Auto commit state (in English mode) */
352 /** Whether removing a space before a separator or not. (in English mode) */
406 /** Auto caps mode */
415 /** Whether tutorial mode o
2053 changeEngineMode(int mode) argument
2303 setDictionary(int mode) argument
3074 changeSymbolEngineState(EngineState state, int mode) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java323 public HeadsetClccResponse(int index, int direction, int status, int mode, boolean mpty, argument
328 mMode = mode;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java17 * Timer counts down. In this mode the animation is counter-clockwise and stops at 0.
18 * Stopwatch counts up. In this mode the animation is clockwise and will run until stopped.
41 // Stopwatch mode is the default.
132 public void setTimerMode(boolean mode) { argument
133 mTimerMode = mode;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
H A DHistogramView.java81 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) { argument
108 mPaint.setXfermode(new PorterDuffXfermode(mode));
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java416 // Simply setting the choice mode causes the previous choice mode to finish and we exit
417 // multi-select mode (if we're in it) and remove all the selections.
1028 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
1040 mode.setCustomView(mMultiSelectActionBarView);
1047 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
1051 mode.setCustomView(v);
1059 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
1065 mode.finish();
1075 public void onDestroyActionMode(ActionMode mode) { argument
1082 onItemCheckedStateChanged(ActionMode mode, int position, long id, boolean checked) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java225 public static String modeName(final int mode) { argument
226 switch (mode) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java160 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
232 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
237 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
238 mode.getMenuInflater().inflate(R.menu.operation, menu);
261 public void onDestroyActionMode(ActionMode mode) { argument
268 // This happens when starting selection mode from overflow menu
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java115 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
247 // the action mode is not refreshed when activity's options menu is invalidated.
347 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
351 mActionMode = mode;
356 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
490 public void onDestroyActionMode(ActionMode mode) { argument
492 // The action mode may have been destroyed due to this menu being deactivated, in which
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java300 * If we're in a transition mode, this returns true if we're
559 int mode = Settings.Secure.LOCATION_MODE_HIGH_ACCURACY;
562 mode = Settings.Secure.LOCATION_MODE_BATTERY_SAVING;
565 mode = Settings.Secure.LOCATION_MODE_HIGH_ACCURACY;
568 mode = Settings.Secure.LOCATION_MODE_OFF;
571 mode = Settings.Secure.LOCATION_MODE_HIGH_ACCURACY;
574 Settings.Secure.putInt(resolver, Settings.Secure.LOCATION_MODE, mode);
575 return mode != Settings.Secure.LOCATION_MODE_OFF;
855 * Gets state of brightness mode.
910 // Set screen brightness mode (automati
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DFocusOverlayManager.java38 /* A class that handles everything about focus in still picture mode.
238 // can take the photo right away. If the focus mode is infinity, we can
414 // Otherwise, focus mode stays at auto and the tap area passed to the
443 // Try to find a supported focus mode from the default list.
446 String mode = mDefaultFocusModes[i];
447 if (Util.isSupported(mode, supportedFocusModes)) {
448 mFocusMode = mode;
456 // focus mode. Fall back to auto.
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java488 int mode = (mPhotoUri == null) ? PhotoActionPopup.Modes.NO_PHOTO
493 mode &= ~PhotoActionPopup.Flags.REMOVE_PHOTO;
495 mPhotoHandler = new PhotoHandler(this, mPhotoView, mode, mState);

Completed in 2003 milliseconds

12345678