Home | History | Annotate | Download | only in phone

Lines Matching full:menu

35  * (i.e. the standard menu triggered by the MENU button.)
37 * This class purely handles the layout and display of the in-call menu
38 * items, *not* the actual contents of the menu or the states of the
66 * The actual layout of items in the menu, organized into 3 rows.
81 * menu items.
141 // the in-call menu (i.e. when in touch mode).
150 // But in the Menu framework, when returning a view from
152 // that you want the smaller-sized "More" menu frame. We want the
153 // full-screen-width menu frame instead, though, so we need to
247 * @param menuWidth The width of this menu to assume for positioning
248 * @param menuHeight The height of this menu to assume for positioning
350 // Get the desired height of the icon menu view (last row of items does
406 // In most other apps, when a menu is up, the menu itself handles
407 // keypresses. And keys that aren't handled by the menu do NOT
410 // But in the in-call UI, we don't have any menu shortcuts, *and*
412 // while the menu is up. So we handle ALL key events (with some
419 // The BACK key dismisses the menu.