Searched defs:fontSize (Results 1 – 4 of 4) sorted by relevance
34 public float fontSize; field in ImageCanvas.Dimensions47 public Dimensions(int width, int height, float scale, float fontSize) { in Dimensions()
37 float fontSize = context.getResources().getDimension(R.dimen.widget_big_font_size); in setClockSize() local
108 float fontSize = mFontScale * (DateFormat.is24HourFormat(mContext) in updateView() local
333 final float fontSize = mCaptioningManager.getFontScale(); in updateAllPreferences() local