Searched refs:applyDimension (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 240 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/ |
D | CalendarViewLegacyDelegate.java | 304 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()
|
D | NumberPicker.java | 613 final int defSelectionDividerHeight = (int) TypedValue.applyDimension( in NumberPicker() 619 final int defSelectionDividerDistance = (int) TypedValue.applyDimension( in NumberPicker()
|
D | TextView.java | 2659 setRawTextSize(TypedValue.applyDimension( in setTextSize()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | ViewGroup_Delegate.java | 101 float largeShadowThreshold = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 10f, in getRectShadow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AccessibilityController.java | 428 mBorderWidth = TypedValue.applyDimension( in MagnifiedViewport()
|
D | WindowManagerService.java | 10735 int val = (int)TypedValue.applyDimension(defUnits, defDps, dm); in getPropertyInt()
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | GlowPadView.java | 1006 mSnapMargin = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,
|
/frameworks/base/api/ |
D | system-current.txt | 34135 method public static float applyDimension(int, float, android.util.DisplayMetrics);
|
D | current.txt | 31902 method public static float applyDimension(int, float, android.util.DisplayMetrics);
|