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

1 2

  /frameworks/base/services/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);
WindowManagerService.java     [all...]
  /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 65 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 36 R.id.the_clock1, TypedValue.COMPLEX_UNIT_PX, fontSize * scale);
38 R.id.the_clock2, TypedValue.COMPLEX_UNIT_PX, fontSize * scale);
DigitalWidgetViewsFactory.java 106 clock.setTextViewTextSize(clockId1, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
107 clock.setTextViewTextSize(clockId2, TypedValue.COMPLEX_UNIT_PX, fontSize * mFontScale);
  /frameworks/base/core/java/android/util/
TypedValue.java 96 public static final int COMPLEX_UNIT_PX = 0;
324 case COMPLEX_UNIT_PX:
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 86 mHeaderTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mHeaderTextSize);
187 mCountTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mCountViewTextSize);
ContactListItemView.java 762 mHeaderTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mHeaderTextSize);
    [all...]
  /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:
  /packages/apps/Settings/src/com/android/settings/
Display.java 103 mPreview.setTextSize(TypedValue.COMPLEX_UNIT_PX, size);
  /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/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java     [all...]
KeyboardView.java     [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 150 buttonCopy.setTextSize(TypedValue.COMPLEX_UNIT_PX, child.getTextSize());
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 327 new UnitEntry("px", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_PX, 1.0f),
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 131 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
218 * setTextSize(TypedValue.COMPLEX_UNIT_PX, 14);</p>
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 291 COMPLEX_UNIT_PX = 0,
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 378 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, 20f);
379 assertEquals(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_PX, 20f, metrics),
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/sdk/11/
android.jar 

Completed in 1152 milliseconds

1 2