I've seen a similar approach used successfully in pointer and stylus based input systems. It's called a "Pie Menu" or "Radial Menu".

Radial Menus are a bit uncommon but they have very good Fitt's Law results Here's a great article about designing pie menus. Radial menus don't always have the "drag" control like your proposed menu, but it's been shown to be effective for pen-based inputs.
Since Windows XP Tablet edition and through Windows 7, Microsoft has included a pen "flicks" feature that is similar; a user drags the stylus or their finger in a direction to initiate an action (such as flick down for a page-down command). Windows' Flicks are a bit different however as they don't display a menu, they simply perform the action after you perform a flick.
Here's a good example from Circle Dock via Pocketables.net:

An important divergence in your design from a radial menu is that the selection points are very far away from the starting point and don't have logical positioning; most use a "compass" style set of around 8 options in cardinal directions, this is where we get the great Fitt's Law results. Most pie menus also don't require you "press down and drag" to the menu item, however this makes a lot of sense on a touch device as a hover action does not exist.
Edit: Roger Attrill rightly noted that for touch interactions a full radial menu can be obscured by the user's hand; making the menu items an arc above the touch point (rather than a full circle) is a great way to prevent the user's hand from obscuring items, assuming you have few enough menu items.