Home
last modified time | relevance | path

Searched refs:taskbarBottomMargin (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java130 int taskbarBottomMargin = deviceProfile.taskbarBottomMargin; in init() local
131 mStashedHandleView.getLayoutParams().height = mTaskbarSize + taskbarBottomMargin; in init()
DTaskbarViewController.java165 mTaskbarBottomMargin = activity.getDeviceProfile().taskbarBottomMargin; in TaskbarViewController()
451 mTransientTaskbarDp.taskbarBottomMargin + (mTransientTaskbarDp.taskbarHeight in getTaskbarIconTranslationYForPinningValue()
458 -mTransientTaskbarDp.taskbarBottomMargin + (mPersistentTaskbarDp.taskbarHeight in getTaskbarIconTranslationYForPinningValue()
695 ? mTransientTaskbarDp.taskbarBottomMargin in createIconAlignmentController()
696 : mPersistentTaskbarDp.taskbarBottomMargin; in createIconAlignmentController()
DTaskbarDragLayerController.java124 - mActivity.getDeviceProfile().taskbarBottomMargin); in getFolderBoundingBox()
DTaskbarStashController.java432 : (mUnstashedHeight + mActivity.getDeviceProfile().taskbarBottomMargin); in getTouchableHeight()
DTaskbarActivityContext.java996 + (2 * transientTaskbarDp.taskbarBottomMargin) in getDefaultTaskbarWindowSize()
/packages/apps/Launcher3/tests/assets/dumpTests/DeviceProfileDumpTest/
DtabletPortrait3Button.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtabletLandscape3Button.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelPortrait_decoupleDepth.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelPortrait3Button_decoupleDepth.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelPortrait3Button.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtabletPortrait.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelPortrait.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DphoneVerticalBar.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtabletLandscape.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelLandscape3Button.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DphonePortrait.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DphonePortrait3Button.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelLandscape3Button_decoupleDepth.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelLandscape_decoupleDepth.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DtwoPanelLandscape.txt96 taskbarBottomMargin: 0.0px (0.0dp)
DphoneVerticalBar3Button.txt96 taskbarBottomMargin: 0.0px (0.0dp)
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashController.java351 return -mActivity.getDeviceProfile().taskbarBottomMargin; in getBubbleBarTranslationYForTaskbar()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java314 public final int taskbarBottomMargin; field in DeviceProfile
400 taskbarIconSize = taskbarHeight = stashedTaskbarHeight = taskbarBottomMargin = 0; in DeviceProfile()
407 taskbarBottomMargin = transientTaskbarBottomMargin; in DeviceProfile()
414 taskbarBottomMargin = 0; in DeviceProfile()
2194 writer.println(prefix + pxToDpStr("taskbarBottomMargin", taskbarBottomMargin));