Searched refs:textSize (Results 1 – 5 of 5) sorted by relevance
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
D | CandidateView.java | 370 int textSize = 1; in onSizeChanged() local 371 mCandidatesPaint.setTextSize(textSize); in onSizeChanged() 374 textSize++; in onSizeChanged() 375 mCandidatesPaint.setTextSize(textSize); in onSizeChanged() 379 mImeCandidateTextSize = textSize; in onSizeChanged() 380 mRecommendedCandidateTextSize = textSize * 3 / 4; in onSizeChanged() 392 textSize = 1; in onSizeChanged() 393 mFootnotePaint.setTextSize(textSize); in onSizeChanged() 396 textSize++; in onSizeChanged() 397 mFootnotePaint.setTextSize(textSize); in onSizeChanged() [all …]
|
D | SoftKeyboardView.java | 243 float textSize; in onKeyPress() local 255 textSize = env in onKeyPress() 263 textSize, true, mSoftKeyDown.getColorHl(), in onKeyPress() local 289 textSize = env in onKeyPress() 297 textSize, mSoftKeyDown.needBalloon(), mSoftKeyDown in onKeyPress() local
|
D | BalloonHint.java | 140 public void setBalloonConfig(String label, float textSize, in setBalloonConfig() argument 142 mBalloonView.setTextConfig(label, textSize, textBold, textColor); in setBalloonConfig()
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserSettings.java | 117 private static WebSettings.TextSize textSize = field in BrowserSettings 201 s.setTextSize(b.textSize); in update() 291 textSize = WebSettings.TextSize.valueOf( in syncSharedPreferences() 292 p.getString(PREF_TEXT_SIZE, textSize.name())); in syncSharedPreferences() 398 return textSize; in getTextSize()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnJAJP.java | 1317 int textSize = composingText.size(ComposingText.LAYER1); in processRightKeyEvent() local 1318 if (composingText.getCursor(ComposingText.LAYER1) == textSize) { in processRightKeyEvent()
|