Searched refs:applyDimension (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 229 return applyDimension( in complexToDimension() 254 return (int)applyDimension( in complexToDimensionPixelOffset() 282 final float f = applyDimension( in complexToDimensionPixelSize() 320 public static float applyDimension(int unit, float value, in applyDimension() method in TypedValue
|
/frameworks/base/core/java/android/widget/ |
D | CalendarView.java | 387 mWeekMinVisibleHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarView() 389 mListScrollTopOffset = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarView() 391 mBottomBuffer = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarView() 393 mSelectedDateVerticalBarWidth = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarView() 395 mWeekSeperatorLineWidth = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in CalendarView()
|
D | NumberPicker.java | 515 int defSelectionDividerHeight = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in NumberPicker()
|
D | TextView.java | 2176 setRawTextSize(TypedValue.applyDimension( in setTextSize()
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | MultiWaveView.java | 818 mSnapMargin = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in performInitialLayout()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 9165 int val = (int)TypedValue.applyDimension(defUnits, defDps, dm);
|
/frameworks/base/api/ |
D | current.txt | 21562 method public static float applyDimension(int, float, android.util.DisplayMetrics);
|
D | 14.txt | 21562 method public static float applyDimension(int, float, android.util.DisplayMetrics);
|