Home | History | Annotate | Download | only in launcher3

Lines Matching refs:hotseat

212     // Direction used for moving the workspace and hotseat UI
231 * Hotseat alpha can be changed when moving horizontally, vertically, changing states.
1069 * At bind time, we use the rank (screenId) to compute x and y for hotseat items.
1123 // Hide folder title in the hotseat
1128 // Show folder title if not in the hotseat
1539 * Moves the Hotseat UI in the provided direction.
1542 * @param alpha the alpha for the hotseat page
2724 Hotseat hotseat = mLauncher.getHotseat();
2727 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]));
2729 // Only show message when hotseat is full and drop target was not AllApps button
2917 View hotseat = mLauncher.getHotseat();
2918 return mTempXY[0] >= hotseat.getLeft() &&
2919 mTempXY[0] <= hotseat.getRight() &&
2920 mTempXY[1] >= hotseat.getTop() &&
2921 mTempXY[1] <= hotseat.getBottom();
2924 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) {
2928 mLauncher.getDragLayer().mapCoordInSelfToDescendant(hotseat.getLayout(), mTempXY);
3042 * - The Hotseat if the drag object is over it
3050 // Test to see if we are over the hotseat first
3782 * the hotseat and workspace pages
4165 targetParent.containerType = ContainerType.HOTSEAT;