Lines Matching defs:mode

535  * preferred view mode in its persistent settings:</p>
1943 * mode ({@link #DEFAULT_KEYS_DISABLE}) will simply drop them on the
1950 * <p>Note that the mode selected here does not impact the default
1955 * @param mode The desired default key mode constant.
1964 public final void setDefaultKeyMode(int mode) {
1965 mDefaultKeyMode = mode;
1969 switch (mode) {
1995 * on the application compatibility mode: for
3168 * are launching uses the singleTask launch mode, it will not run in your
3967 * @param mode Operating mode. Use {@link #MODE_PRIVATE} for the default
3974 public SharedPreferences getPreferences(int mode) {
3975 return getSharedPreferences(getLocalClassName(), mode);
4332 * Adjust the current immersive mode setting.
4355 * Start an action mode.
4357 * @param callback Callback that will manage lifecycle events for this context mode
4367 * Give the Activity a chance to control the UI for an action mode requested
4370 * <p>Note: If you are looking for a notification callback that an action mode
4373 * @param callback The callback that should control the new action mode
4374 * @return The new action mode, or <code>null</code> if the activity does not want to
4375 * provide special handling for this action mode. (It will be handled by the system.)
4386 * Notifies the Activity that an action mode has been started.
4389 * @param mode The new action mode.
4391 public void onActionModeStarted(ActionMode mode) {
4395 * Notifies the activity that an action mode has finished.
4398 * @param mode The action mode that just finished.
4400 public void onActionModeFinished(ActionMode mode) {