HomeSort by relevance Sort by last modified time
    Searched refs:autoAdvance (Results 1 - 13 of 13) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPositionTracker.java 23 import com.android.mail.providers.UIProvider.AutoAdvance;
219 * Get the next conversation according to the AutoAdvance settings and the list of
222 * @param autoAdvance the auto advance preference for the user as an
228 public Conversation getNextConversation(int autoAdvance, Collection<Conversation> mTarget) {
229 final boolean getNewer = autoAdvance == AutoAdvance.NEWER;
230 final boolean getOlder = autoAdvance == AutoAdvance.OLDER;
TwoPaneController.java 40 import com.android.mail.providers.UIProvider.AutoAdvance;
680 protected void doShowNextConversation(Collection<Conversation> target, int autoAdvance) {
682 if (!isTwoPaneLandscape() || autoAdvance != AutoAdvance.LIST) {
683 super.doShowNextConversation(target, autoAdvance);
690 final Conversation next = mTracker.getNextConversation(AutoAdvance.OLDER, target);
    [all...]
AbstractActivityController.java 92 import com.android.mail.providers.UIProvider.AutoAdvance;
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
InputStreamBuffer.java 45 * index, then you should set the <code>autoAdvance</code> parameter to <code>true</code> in the
47 * buffer yourself, set <code>autoAdvance</code> to <code>false</code>. When
48 * <code>autoAdvance</code> is enabled, every time an index is beyond the buffer length,
74 * If <code>autoAdvance</code> is true, behavior is undefined if you call {@link #get(int)}
81 * If <code>autoAdvance</code> is false, you must be diligent and call {@link #advanceTo(int)}
91 * @param autoAdvance Determines the behavior when you need to read an index that is beyond
98 final boolean autoAdvance) {
106 mAutoAdvance = autoAdvance;
251 * Otherwise, if <code>autoAdvance</code> was set to true in the constructor,
253 * and then the buffer filled. If <code>autoAdvance</code> was set to false
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 45 * index, then you should set the <code>autoAdvance</code> parameter to <code>true</code> in the
47 * buffer yourself, set <code>autoAdvance</code> to <code>false</code>. When
48 * <code>autoAdvance</code> is enabled, every time an index is beyond the buffer length,
74 * If <code>autoAdvance</code> is true, behavior is undefined if you call {@link #get(int)}
81 * If <code>autoAdvance</code> is false, you must be diligent and call {@link #advanceTo(int)}
91 * @param autoAdvance Determines the behavior when you need to read an index that is beyond
98 final boolean autoAdvance) {
106 mAutoAdvance = autoAdvance;
251 * Otherwise, if <code>autoAdvance</code> was set to true in the constructor,
253 * and then the buffer filled. If <code>autoAdvance</code> was set to false
    [all...]
  /packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java 187 final int autoAdvance = preferences.getAutoAdvanceDirection();
188 switch(autoAdvance) {
190 mailPrefs.setAutoAdvanceMode(UIProvider.AutoAdvance.OLDER);
192 mailPrefs.setAutoAdvanceMode(UIProvider.AutoAdvance.NEWER);
195 mailPrefs.setAutoAdvanceMode(UIProvider.AutoAdvance.LIST);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 580 * be one of the values in {@link UIProvider.AutoAdvance}
    [all...]
Settings.java 26 import com.android.mail.providers.UIProvider.AutoAdvance;
69 * Integer, one of {@link AutoAdvance#LIST}, {@link AutoAdvance#NEWER},
70 * {@link AutoAdvance#OLDER} or {@link AutoAdvance#UNSET}
121 mAutoAdvance = AutoAdvance.LIST;
379 * Gets the autoadvance setting for this object, which may have changed since the settings were
391 * Sets the transient autoadvance setting, which will override the initial autoadvance setting.
393 public void setAutoAdvanceSetting(final int autoAdvance) {
    [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 190 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance);
460 * @param autoAdvance Whether the listener should auto-advance to the next
463 private void setCurrentHourInternal(int hour, boolean callback, boolean autoAdvance) {
481 mListener.onValueSelected(HOURS, hour, autoAdvance);
    [all...]
TimePickerClockDelegate.java 693 public void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance) {
696 if (mAllowAutoAdvance && autoAdvance) {
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 392 public void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance) {
396 if (mAllowAutoAdvance && autoAdvance) {
    [all...]
RadialPickerLayout.java 97 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance);
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
mootools-more-yui-compressed.min.js     [all...]

Completed in 417 milliseconds