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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FadeInTexture.java 55 canvas.drawMixed(mTexture, mColor, getRatio(), x, y, w, h);
82 private float getRatio() {
  /packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java 139 public float getRatio() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 237 mKeyLetterRatio = getRatio(a, R.styleable.KeyboardView_keyLetterRatio);
243 mKeyLabelRatio = getRatio(a, R.styleable.KeyboardView_keyLabelRatio);
245 mKeyLargeLetterRatio = getRatio(a, R.styleable.KeyboardView_keyLargeLetterRatio);
246 mKeyHintLetterRatio = getRatio(a, R.styleable.KeyboardView_keyHintLetterRatio);
247 mKeyUppercaseLetterRatio = getRatio(a,
249 mKeyHintLabelRatio = getRatio(a, R.styleable.KeyboardView_keyHintLabelRatio);
325 mPreviewTextRatio = getRatio(a, R.styleable.KeyboardView_keyPreviewTextRatio);
377 private static float getRatio(TypedArray a, int index) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 218 mMinMoreSuggestionsWidth = getRatio(a,
257 private static float getRatio(TypedArray a, int index) {
    [all...]

Completed in 36 milliseconds