Searched refs:getDimensionForDevice (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackLayoutAlgorithm.java | 297 mBaseInitialTopOffset = getDimensionForDevice(context, in reloadOnConfigurationChange() 305 mBaseInitialBottomOffset = getDimensionForDevice(context, in reloadOnConfigurationChange() 316 mBaseTopMargin = getDimensionForDevice(context, in reloadOnConfigurationChange() 321 mBaseSideMargin = getDimensionForDevice(context, in reloadOnConfigurationChange() 327 mTitleBarHeight = getDimensionForDevice(mContext, in reloadOnConfigurationChange() 1061 public static int getDimensionForDevice(Context ctx, int phoneResId, in getDimensionForDevice() method in TaskStackLayoutAlgorithm 1063 return getDimensionForDevice(ctx, phoneResId, phoneResId, tabletResId, tabletResId, in getDimensionForDevice() 1070 public static int getDimensionForDevice(Context ctx, int phonePortResId, int phoneLandResId, in getDimensionForDevice() method in TaskStackLayoutAlgorithm
|
D | TaskViewHeader.java | 298 int headerBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged() 306 int headerButtonPadding = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/ |
D | RecentsImpl.java | 730 mTaskBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(mContext, in reloadResources()
|