Home | History | Annotate | Download | only in launcher3

Lines Matching defs:hotseat

51  * A keyboard listener we set on all the hotseat buttons.
490 * Handles key events in the workspace hotseat (bottom of the screen).
501 // orientations, even though the hotseat is on the side in landscape mode. This
669 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat);
739 } else if (hotseat != null) {
740 hotseat.requestFocus();