Home
last modified time | relevance | path

Searched refs:applyDimension (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/
DTypedValue.java240 return applyDimension( in complexToDimension()
265 return (int)applyDimension( in complexToDimensionPixelOffset()
293 final float f = applyDimension( in complexToDimensionPixelSize()
339 public static float applyDimension(int unit, float value, in applyDimension() method in TypedValue
/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java304 mWeekMinVisibleHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarViewLegacyDelegate()
306 mListScrollTopOffset = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarViewLegacyDelegate()
308 mBottomBuffer = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarViewLegacyDelegate()
310 mSelectedDateVerticalBarWidth = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarViewLegacyDelegate()
312 mWeekSeperatorLineWidth = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarViewLegacyDelegate()
DNumberPicker.java613 final int defSelectionDividerHeight = (int) TypedValue.applyDimension( in NumberPicker()
619 final int defSelectionDividerDistance = (int) TypedValue.applyDimension( in NumberPicker()
DTextView.java2659 setRawTextSize(TypedValue.applyDimension( in setTextSize()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java101 float largeShadowThreshold = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 10f, in getRectShadow()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java428 mBorderWidth = TypedValue.applyDimension( in MagnifiedViewport()
DWindowManagerService.java10735 int val = (int)TypedValue.applyDimension(defUnits, defDps, dm); in getPropertyInt()
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DGlowPadView.java1006 mSnapMargin = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
/frameworks/base/api/
Dsystem-current.txt34135 method public static float applyDimension(int, float, android.util.DisplayMetrics);
Dcurrent.txt31902 method public static float applyDimension(int, float, android.util.DisplayMetrics);