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

  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 126 private float mLabelTextSize;
201 mLabelTextSize = a.getDimension(
202 R.styleable.InteractiveLineGraphView_labelTextSize, mLabelTextSize);
246 mLabelTextPaint.setTextSize(mLabelTextSize);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 136 private int mLabelTextSize;
305 mLabelTextSize = a.getDimensionPixelSize(attr, 14);
713 paint.setTextSize(mLabelTextSize);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 137 private int mLabelTextSize;
321 mLabelTextSize = a.getDimensionPixelSize(attr, 14);
735 paint.setTextSize(mLabelTextSize);
743 paint.setTextSize(mLabelTextSize);
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 156 private int mLabelTextSize;
334 mLabelTextSize = a.getDimensionPixelSize(attr, 14);
810 paint.setTextSize(mLabelTextSize);
    [all...]

Completed in 366 milliseconds