/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);
|
/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/Launcher3/src/com/android/launcher3/ |
PagedViewIcon.java | 65 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.allAppsIconTextSizePx);
|
PagedViewWidget.java | 85 name.setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.iconTextSizePx); 89 dims.setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.iconTextSizePx);
|
WeightWatcher.java | 150 mText.setTextSize(TypedValue.COMPLEX_UNIT_PX, 10 * dp);
|
BubbleTextView.java | 89 setTextSize(TypedValue.COMPLEX_UNIT_PX, grid.iconTextSizePx);
|
/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); 186 mCountTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mCountViewTextSize);
|
ContactListItemView.java | 782 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/DeskClock/src/com/android/alarmclock/ |
WidgetUtils.java | 39 R.id.the_clock, TypedValue.COMPLEX_UNIT_PX, fontSize * scale);
|
DigitalWidgetViewsFactory.java | 108 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);
|
/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/UnifiedEmail/src/com/android/mail/browse/ |
ConversationViewHeader.java | 117 mSubjectView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mCondensedTextSize);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
CustomBar.java | 293 textView.setTextSize(TypedValue.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...] |