HomeSort by relevance Sort by last modified time
    Searched refs:mLabelTextSize (Results 1 - 3 of 3) 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...]
  /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...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 138 private int mLabelTextSize;
328 mLabelTextSize = a.getDimensionPixelSize(attr, 14);
704 paint.setTextSize(mLabelTextSize);
    [all...]

Completed in 851 milliseconds