Home
last modified time | relevance | path

Searched refs:COMPLEX_UNIT_PX (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DWatermark.java98 TypedValue.COMPLEX_UNIT_PX, mTextWidth*2, dm); in Watermark()
100 TypedValue.COMPLEX_UNIT_PX, mTextHeight*3, dm); in Watermark()
102 TypedValue.COMPLEX_UNIT_PX, 0xb0000000, dm); in Watermark()
104 TypedValue.COMPLEX_UNIT_PX, 0x60ffffff, dm); in Watermark()
106 TypedValue.COMPLEX_UNIT_PX, 7, dm); in Watermark()
108 TypedValue.COMPLEX_UNIT_PX, 0, dm); in Watermark()
110 TypedValue.COMPLEX_UNIT_PX, 0, dm); in Watermark()
DWindowManagerService.java10089 if (defUnits == TypedValue.COMPLEX_UNIT_PX) { in getPropertyInt()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DResizingTextView.java207 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDefaultTextSize); in onMeasure()
230 setTextSize(TypedValue.COMPLEX_UNIT_PX, mResizedTextSize); in onMeasure()
249 setTextSize(TypedValue.COMPLEX_UNIT_PX, mDefaultTextSize); in onMeasure()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardStatusView.java128 mClockView.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
135 mDateView.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
137 mOwnerInfo.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DFontSizeUtils.java36 v.setTextSize(TypedValue.COMPLEX_UNIT_PX, in updateFontSize()
/frameworks/base/core/java/android/util/
DTypedValue.java99 public static final int COMPLEX_UNIT_PX = 0; field in TypedValue
349 case COMPLEX_UNIT_PX: in applyDimension()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DDialogTitle.java68 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DDialogTitle.java68 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java123 mBatteryLevel.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
127 mCarrierLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
DKeyguardBottomAreaView.java232 mIndicationText.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
/frameworks/support/design/src/android/support/design/internal/
DBottomNavigationItemView.java128 mLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX, in setChecked()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java201 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, in setStyle()
/frameworks/support/core-ui/java/android/support/v4/view/
DPagerTitleStrip.java136 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); in PagerTitleStrip()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java323 view.setTextSize(TypedValue.COMPLEX_UNIT_PX, size); in setTextSize()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java453 new UnitEntry("px", TypedValue.TYPE_DIMENSION, TypedValue.COMPLEX_UNIT_PX, 1.0f),
/frameworks/base/core/java/android/widget/
DFastScroller.java321 mPrimaryText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mTextSize); in updateAppearance()
322 mSecondaryText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mTextSize); in updateAppearance()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java926 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mKeyTextSize); in showKey()
929 mPreviewText.setTextSize(TypedValue.COMPLEX_UNIT_PX, mPreviewTextSizeLarge); in showKey()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompatImplBase.java380 contentView.setTextViewTextSize(R.id.text, TypedValue.COMPLEX_UNIT_PX, subTextSize); in applyStandardTemplate()
/frameworks/base/include/androidfw/
DResourceTypes.h334 COMPLEX_UNIT_PX = 0, enumerator
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1311 setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize); in onMeasure()
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1620 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java535 mGradientState.setGradientRadius(gradientRadius, TypedValue.COMPLEX_UNIT_PX); in setGradientRadius()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4804 { "px", strlen("px"), Res_value::TYPE_DIMENSION, Res_value::COMPLEX_UNIT_PX, 1.0f },
6781 case Res_value::COMPLEX_UNIT_PX: printf("px"); break; in print_complex()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31928 field public static final int COMPLEX_UNIT_PX = 0; // 0x0
/frameworks/base/api/
Dtest-current.txt40843 field public static final int COMPLEX_UNIT_PX = 0; // 0x0

12