Searched refs:strong (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
H A DPeekView.java92 * @param strong {@code true} if the animation is the strong version which
97 public void startPeekAnimation(final Bitmap bitmap, boolean strong, argument
145 mRotateScale = (strong ? 1.0f : 0.5f);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryDecayingTests.java400 final String strong = "strong";
403 addUnigramWord(binaryDictionary, strong, DUMMY_PROBABILITY);
408 assertTrue(binaryDictionary.isValidWord(strong));
420 assertTrue(binaryDictionary.isValidWord(strong));
428 assertTrue(binaryDictionary.isValidWord(strong));
547 final String strong = "strong";
551 addUnigramWord(binaryDictionary, strong, DUMMY_PROBABILITY);
557 addBigramWords(binaryDictionary, strong, targe
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java922 * This function will <strong>not</strong> work for other SQL-like
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java923 * This function will <strong>not</strong> work for other SQL-like
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java1451 * @param strong Whether the animation shows more portion of the bitmap or
1456 public void startPeekAnimation(Bitmap bitmap, boolean strong, String accessibilityString) { argument
1460 mPeekView.startPeekAnimation(bitmap, strong, accessibilityString);

Completed in 216 milliseconds