HomeSort by relevance Sort by last modified time
    Searched refs:COMPLEX_UNIT_PX (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
FontSizeUtils.java 36 v.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /frameworks/base/services/core/java/com/android/server/wm/
Watermark.java 96 TypedValue.COMPLEX_UNIT_PX, mTextWidth*2, dm);
98 TypedValue.COMPLEX_UNIT_PX, mTextHeight*3, dm);
100 TypedValue.COMPLEX_UNIT_PX, 0xb0000000, dm);
102 TypedValue.COMPLEX_UNIT_PX, 0x60ffffff, dm);
104 TypedValue.COMPLEX_UNIT_PX, 7, dm);
106 TypedValue.COMPLEX_UNIT_PX, 0, dm);
108 TypedValue.COMPLEX_UNIT_PX, 0, dm);
  /packages/apps/PhoneCommon/src/com/android/phone/common/util/
ViewUtil.java 99 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, originalTextSize);
102 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ResizingTextView.java 207 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDefaultTextSize);
230 setTextSize(TypedValue.COMPLEX_UNIT_PX, mResizedTextSize);
249 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDefaultTextSize);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 98 setTextSize(TypedValue.COMPLEX_UNIT_PX, mMaximumTextSize);
117 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(getText().toString()));
138 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(text.toString()));
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DropDownEditor.java 47 v.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
56 v.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 68 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DialogTitle.java 68 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardStatusView.java 129 mClockView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
131 mDateView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
133 mOwnerInfo.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorText.java 143 setTextSize(TypedValue.COMPLEX_UNIT_PX, mMaximumTextSize);
152 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(getText()));
164 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(text.toString()));
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
LogPane.java 56 titleText.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /frameworks/base/core/java/android/util/
TypedValue.java 98 public static final int COMPLEX_UNIT_PX = 0;
346 case COMPLEX_UNIT_PX:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardStatusBarView.java 86 mCarrierLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX,
89 mBatteryLevel.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTileView.java 119 mDualLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX,
147 mDualLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX,
167 mLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 533 private static final int COMPLEX_UNIT_PX = 0;
547 new DimensionEntry(UNIT_PX, COMPLEX_UNIT_PX),
620 case COMPLEX_UNIT_PX:
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PixelUtils.java 148 m.put("px", TypedValue.COMPLEX_UNIT_PX);
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 36 R.id.the_clock, TypedValue.COMPLEX_UNIT_PX, fontSize * scale);
DigitalWidgetViewsFactory.java 110 clock.setTextViewTextSize(clockId, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
  /packages/apps/Settings/src/com/android/settings/
Display.java 103 mPreview.setTextSize(TypedValue.COMPLEX_UNIT_PX, size);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewView.java 66 setTextSize(TypedValue.COMPLEX_UNIT_PX, key.selectPreviewTextSize(drawParams));
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 136 assertEquals(10.0f, TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_PX, 10, dm));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedValue.java 99 case COMPLEX_UNIT_PX:
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 176 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mTextSize);
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 69 mPaint.setTextSize(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_PX,
WeightWatcher.java 152 mText.setTextSize(TypedValue.COMPLEX_UNIT_PX, 10 * dp);

Completed in 866 milliseconds

1 2 3