Searched defs:UpdateControl (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DUpdateControl.java46 * mySpatial.addControl(new UpdateControl()); // add it once
47 * mySpatial.getControl(UpdateControl.class).enqueue(new Callable() {
56 public class UpdateControl extends AbstractControl { class in inherits:AbstractControl
89 UpdateControl control = new UpdateControl();
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc80 void UpdateControl() { function in class:__anon1455::ViewportWidget
497 UpdateControl();
527 UpdateControl();
743 void NotificationPanel::UpdateControl() { function in class:chromeos::NotificationPanel
745 static_cast<ViewportWidget*>(container_host_)->UpdateControl();

Completed in 18 milliseconds