HomeSort by relevance Sort by last modified time
    Searched refs:getControl (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
GlDrawCallDetailProvider.java 68 public Control getControl() {
ShaderSourceDetailsProvider.java 53 public Control getControl() {
VertexAttribPointerDataDetailProvider.java 54 public Control getControl() {
DetailsPage.java 98 setTopControl(provider.getControl());
114 public Control getControl() {
ShaderUniformDetailsProvider.java 54 public Control getControl() {
TextureImageDetailsProvider.java 69 public Control getControl() {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 136 * @tests {@link java.util.ResourceBundle.Control#getControl(java.util.List)}.
141 assertSame(control, Control.getControl(FORMAT_DEFAULT));
142 assertSame(controlC, Control.getControl(FORMAT_CLASS));
143 assertSame(controlP, Control.getControl(FORMAT_PROPERTIES));
152 assertSame(controlC, Control.getControl(list));
155 assertSame(control, Control.getControl(list));
159 Control.getControl(null);
166 Control.getControl(list);
175 Control.getControl(list);
183 Control.getControl(list)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 76 camNode.getControl(0).setEnabled(false);
173 camNode.getControl(0).setEnabled(false);
177 camNode.getControl(0).setEnabled(true);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 370 PhysicsControl control = node.getControl(PhysicsControl.class);
402 PhysicsControl control = node.getControl(PhysicsControl.class);
429 if (spatial.getControl(RigidBodyControl.class) != null) {
430 RigidBodyControl physicsNode = spatial.getControl(RigidBodyControl.class);
457 } else if (spatial.getControl(PhysicsControl.class) != null) {
458 spatial.getControl(PhysicsControl.class).setPhysicsSpace(this);
476 if (spatial.getControl(RigidBodyControl.class) != null) {
477 RigidBodyControl physicsNode = spatial.getControl(RigidBodyControl.class);
504 } else if (spatial.getControl(PhysicsControl.class) != null) {
505 spatial.getControl(PhysicsControl.class).setPhysicsSpace(null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java 70 public Control getControl() {
76 * This is the same control as returned by {@link #getControl()} but clients
OutlinePage.java 239 public Control getControl() {
243 // do this, various checks in the outline page which checks that getControl().getParent()
332 public Control getControl() {
344 getControl().setFocus();
466 getControl().addDisposeListener(new DisposeListener() {
511 mPropertySheet.getControl().addMouseListener(new MouseListener() {
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagdollCharacter.java 105 AnimControl control = model.getControl(AnimControl.class);
161 reBoxg.getControl(RigidBodyControl.class).setFriction(0.6f);
PhysicsTestHelper.java 109 ballGeometry.getControl(RigidBodyControl.class).setRestitution(1);
TestBrickTower.java 221 reBoxg.getControl(RigidBodyControl.class).setFriction(1.6f);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 96 if ((getControl() == null) || getControl().isDisposed()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 103 Composite container = (Composite) getControl();
198 mPreviewImage = new Image(getControl().getDisplay(), input);
223 Composite parent = (Composite) getControl();
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimChannel.java 108 public AnimControl getControl() {
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestOgreComplexAnim.java 74 control = model.getControl(AnimControl.class);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java 280 node.getControl(CameraControl.class).setEnabled(false);
292 currentCam.getControl(CameraControl.class).setEnabled(enabled);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 413 Menu menu = menuMgr.createContextMenu(this.viewer.getControl());
414 this.viewer.getControl().setMenu(menu);
658 this.viewer.getControl().setFocus();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 203 if (source == mList.getTreeViewer().getControl()) {
294 if (source == mList.getTreeViewer().getControl()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 257 public Control getControl() {
262 return mTreeViewer.getControl();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 175 if (m_flyoutContainer.getControl() == null
177 || !m_flyoutContainer.getControl().getVisible()
651 private Control getControl() {
670 Control control = getControl();
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 99 if (((Text) getControl()).getText().isEmpty()) {
114 getControl().getDisplay().asyncExec(new Runnable() {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 321 SkeletonControl sc = model.getControl(SkeletonControl.class);
354 AnimControl animControl = model.getControl(AnimControl.class);
674 AnimControl animControl = targetModel.getControl(AnimControl.class);
709 AnimControl animControl = targetModel.getControl(AnimControl.class);
    [all...]

Completed in 589 milliseconds

12 3 4 5