Home | History | Annotate | Download | only in launcher3

Lines Matching refs:HOTSEAT

111     // Hotseat
231 // The nav bar is black so we add bottom padding to visually center hotseat icons.
294 // Hotseat
436 // Pad the top and bottom of the workspace with search/hotseat bar sizes
451 // Folders should only appear right of the drop target bar and left of the hotseat
457 // Folders should only appear below the drop target bar and above the hotseat
493 * When {@code true}, the device is in landscape mode and the hotseat is on the right column.
495 * the hotseat is on the bottom row.
543 // Layout the hotseat
544 Hotseat hotseat = (Hotseat) launcher.findViewById(R.id.hotseat);
545 lp = (FrameLayout.LayoutParams) hotseat.getLayoutParams();
546 // We want the edges of the hotseat to line up with the edges of the workspace, but the
547 // icons in the hotseat are a different size, and so don't line up perfectly. To account for
548 // this, we pad the left and right of the hotseat with half of the difference of a workspace
549 // cell vs a hotseat cell.
554 // Vertical hotseat -- The hotseat is fixed in the layout to be on the right of the
559 hotseat.getLayout().setPadding(mInsets.left, mInsets.top, mInsets.right,
562 // Pad the hotseat with the workspace padding calculated above
566 hotseat.getLayout().setPadding(hotseatAdjustment + workspacePadding.left,
570 // For phones, layout the hotseat without any bottom margin
575 hotseat.getLayout().setPadding(hotseatAdjustment + workspacePadding.left,
579 hotseat.setLayoutParams(lp);
595 // Put the page indicators above the hotseat
641 case CellLayout.HOTSEAT: