Lines Matching refs:hotseat
116 // Hotseat
252 // We increase the hotseat size when there is extra space.
254 // in portrait mode closer together by adding more height to the hotseat.
259 // Recalculate the available dimensions using the new hotseat size.
377 // Hotseat
527 // Pad the top and bottom of the workspace with search/hotseat bar sizes
542 // Folders should only appear right of the drop target bar and left of the hotseat
548 // Folders should only appear below the drop target bar and above the hotseat
584 * When {@code true}, the device is in landscape mode and the hotseat is on the right column.
586 * the hotseat is on the bottom row.
626 // Layout the hotseat
627 Hotseat hotseat = (Hotseat) launcher.findViewById(R.id.hotseat);
628 lp = (FrameLayout.LayoutParams) hotseat.getLayoutParams();
629 // We want the edges of the hotseat to line up with the edges of the workspace, but the
630 // icons in the hotseat are a different size, and so don't line up perfectly. To account for
631 // this, we pad the left and right of the hotseat with half of the difference of a workspace
632 // cell vs a hotseat cell.
637 // Vertical hotseat -- The hotseat is fixed in the layout to be on the right of the
651 hotseat.getLayout().setPadding(mInsets.left + cellLayoutPaddingLeftRightPx
657 // Pad the hotseat with the workspace padding calculated above
661 hotseat.getLayout().setPadding(hotseatAdjustment + workspacePadding.left
667 // For phones, layout the hotseat without any bottom margin
672 hotseat.getLayout().setPadding(hotseatAdjustment + workspacePadding.left
678 hotseat.setLayoutParams(lp);
692 // Put the page indicators above the hotseat
745 case CellLayout.HOTSEAT: