HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT (Results 326 - 350 of 456) sorted by null

<<111213141516171819

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 421 default:
508 default: return null;
581 return Typeface.DEFAULT;
601 default: // No follow key ratio flag specified.
    [all...]
MainKeyboardView.java 634 * version of the depressed key. By default the preview is enabled.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 134 * during calendar syncs. This becomes valid when an event is selected, either by default
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 19 import static android.accessibilityservice.AccessibilityServiceInfo.DEFAULT;
    [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 390 // setTextSize by default unit "sp"
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /external/v8/test/cctest/
test-parsing.cc 657 const char* str2 = "case default const {THIS\nPART\nSKIPPED} do";
662 i::Token::DEFAULT,
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java 133 ar = new AudioRecord(MediaRecorder.AudioSource.DEFAULT,
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java 595 Base64.encodeToString(data.getBytes("utf-8"), Base64.DEFAULT), mimeType,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 405 mMonthNumPaint.setTypeface(Typeface.DEFAULT);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 79 /** Contact type constants used for default letter images */
85 /** Scale and offset default constants used for default letter images */
89 /** Uri-related constants used for default letter images */
100 // Static field used to cache the default letter avatar drawable that is created
134 * used to request a default contact image, drawn as a letter tile using the
194 * be used by the ContactPhotoManager to generate a default contact image. This contact image
220 * The amount to scale the letter or bitmap to, as a ratio of its default size (from a
221 * range of 0.0f to 2.0f). The default value is 1.0f.
233 * The default is 0.0f, which means the letter is drawn in the exact vertical center o
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 254 default:
721 Key key = Key.parseFrom(Base64.decode(backupKey, Base64.DEFAULT));
753 default:
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 39 * The default Software Keyboard class for Japanese IME.
315 /** Default constructor */
396 mode = OpenWnnEvent.Mode.DEFAULT;
436 default:
682 default:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 122 * <li> 2: ADT 21 and up. Boolean variables that have a default value and are not
171 static final String ATTR_DEFAULT = "default"; //$NON-NLS-1$
196 /** Default padding to apply in wizards around the thumbnail preview images */
199 /** Default width to scale thumbnail preview images in wizards to */
503 // Yes will be moved to the end because it's the default
518 case SWT.DEFAULT:
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_lexer.cc 160 /* Size of default input buffer. */
    [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 660 const char* str2 = "case default const {THIS\nPART\nSKIPPED} do";
665 i::Token::DEFAULT,
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 516 // opcodePc2 is the position at which the default jump offset is.
528 if (op == DEFAULT)
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 123 * to specify that it is a sync adapter. The default value is false. If true
373 * {@link Directory#DEFAULT Directory.DEFAULT}. This directory can be used to access locally
461 * _ID of the default directory, which represents locally stored contacts.
463 public static final long DEFAULT = 0;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 305 default:
363 default:
377 default:
390 default:
407 default:
441 default:
491 default:
552 default:
589 default:
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 502 // if there is no previous selection, revert to default mode.
571 * picked a non-default configuration (such as a particular landscape layout) and the
795 // Default to modern layout lib
812 // what the default theme (for example, with Honeycomb we choose
813 // Holo as the default theme but only if the screen size is XLARGE
815 // default theme)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 718 * the current, default configuration
743 /** Generates a bunch of default configuration preview thumbnails */
    [all...]

Completed in 3207 milliseconds

<<111213141516171819