213214215216217218219220221222
return controller; } public static G15KeysImplementationView getG15MediaKeys() { if (g15MediaKeys == null) { g15MediaKeys = new G15KeysImplementationView(getController()); getController().addView(g15MediaKeys); } return g15MediaKeys; }