HomeSort by relevance Sort by last modified time
    Searched full:hint (Results 101 - 125 of 566) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/res/res/values/
dimens.xml 31 <!-- Size of the fastscroll hint letter -->
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
AdjacentVerticalRectLists.java 30 * work together to give a newly focused item a hint about the most interesting
  /packages/apps/Browser/res/layout/
browser_find.xml 52 android:hint="@string/find_dot"
error_console.xml 52 android:hint="@string/error_console_eval_text_hint"
  /packages/apps/Calendar/res/layout/
edit_event.xml 44 android:hint="@string/hint_what"
150 android:hint="@string/hint_where"
170 android:hint="@string/hint_description"
216 android:hint="@string/hint_attendees"
  /packages/apps/Contacts/res/layout-finger/
edit_phonetic_name.xml 59 android:hint="@string/ghostData_phonetic_name"
search_bar.xml 66 android:hint="@string/search_bar_hint"
  /packages/apps/Contacts/res/layout-land-finger/
twelve_key_dialer.xml 41 android:hint="@string/dialerKeyboardHintText"
  /packages/apps/Contacts/res/layout-long-land-finger/
twelve_key_dialer.xml 41 android:hint="@string/dialerKeyboardHintText"
  /packages/apps/Settings/res/layout/
credentials_password_dialog.xml 27 <TextView android:id="@+id/hint"
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
240 static char const* __TranslateToSystem(const char* lname, char* buf, _Locale_lcid_t* hint, int *__err_code);
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 68 * <p>This is only a hint to the garbage collector and may be ignored.
108 * <p>This is only a hint to the garbage collector and may be ignored.
  /external/freetype/include/freetype/internal/
autohint.h 21 /* The auto-hinter is used to load and automatically hint glyphs if a */
157 /* This function is used to load, scale, and automatically hint a */
  /external/opencore/fileformats/mp4/composer/include/
trackatom.h 48 // The protocol parameter is used when creating a HINT track. It is passed
272 PVA_FF_TrackReferenceAtom *_ptrackReference; // Optional atom - MANDATORY for hint tracks
  /external/opencore/fileformats/mp4/parser/include/
sampledescriptionatom.h 125 // Return the ESID for the track - undefined if a HINT track
128 // Return the first ESDescriptor for the track - undefined if a HINT track
  /frameworks/base/awt/java/awt/image/
ImageConsumer.java 162 * Sets the hint flags of pixels order, which is used by the ImageConsumer
167 * the mask of hint flags.
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 31 * A on-screen hint is a view containing a little message for the user and will
99 * Make a standard hint that just contains a text view.
  /packages/apps/Mms/res/layout/
compose_message_activity.xml 51 android:hint="@string/subject_hint"
156 android:hint="@string/type_to_compose_text_enter_to_send"
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 140 <string name="touch_to_continue">Touch this hint to continue »</string>
143 <string name="touch_to_finish">Touch here to close this hint and start typing!</string>
201 <!-- Message to show when user clicks the swiping hint (which says
240 <!-- Short hint shown in candidate view to explain voice input. -->
241 <string name="voice_swipe_hint"><b>Hint:</b> Swipe across keyboard to speak</string>
243 <!-- Short hint shown in candidate view to explain that user can speak punctuation. -->
244 <string name="voice_punctuation_hint"><b>Hint:</b> Next time, try speaking punctuation like \"period\", \"comma\", or \"question mark\".</string>
320 <!-- Add to dictionary hint -->
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 58 String hint, String fileName,
67 mHint = hint;
  /external/v8/src/
runtime.js 490 // ECMA-262, section 9.1, page 30. Use null/undefined for no hint,
491 // (1) for number hint, and (2) for string hint.
492 function ToPrimitive(x, hint) {
498 if (hint == NO_HINT) hint = (IS_DATE(x)) ? STRING_HINT : NUMBER_HINT;
499 return (hint == NUMBER_HINT) ? %DefaultNumber(x) : %DefaultString(x);
  /dalvik/libcore/archive/src/main/java/java/util/jar/
Pack200.java 118 * the deflation hint to set in the output archive.
120 static final String DEFLATE_HINT = "pack.deflate.hint";//$NON-NLS-1$
262 static final String DEFLATE_HINT = "unpack.deflate.hint";//$NON-NLS-1$
  /external/webkit/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 307 JSValue JavaInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
309 if (hint == PreferString)
311 if (hint == PreferNumber)
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 214 JSValue ProxyInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
216 if (hint == PreferString)
218 if (hint == PreferNumber)
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 38 * Delayed time to show the balloon hint.
43 * Delayed time to dismiss the balloon hint.
57 * The context used to create this balloon hint object.

Completed in 504 milliseconds

1 2 3 45 6 7 8 91011>>