HomeSort by relevance Sort by last modified time
    Searched defs:Control (Results 1 - 21 of 21) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
Control.java 33 package com.jme3.scene.control;
43 * <code>Control</code>s are used to specify certain update and render logic
48 public interface Control extends Savable {
51 * Creates a clone of the Control, the given Spatial is the cloned
52 * version of the spatial to which this control is attached to.
54 * @return A clone of this control for the spatial
56 public Control cloneForSpatial(Spatial spatial);
65 * @param enabled Enable or disable the control. If disabled, update()
72 * @see Control#setEnabled(boolean)
77 * Updates the control. This should not be called from user code
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 62 Control,
908 return Control;
1206 bool control = false; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 19 import static java.util.ResourceBundle.Control.FORMAT_CLASS;
20 import static java.util.ResourceBundle.Control.FORMAT_DEFAULT;
21 import static java.util.ResourceBundle.Control.FORMAT_PROPERTIES;
22 import static java.util.ResourceBundle.Control.TTL_DONT_CACHE;
23 import static java.util.ResourceBundle.Control.TTL_NO_EXPIRATION_CONTROL;
44 import java.util.ResourceBundle.Control;
50 * Test cases for java.util.ResourceBundle.Control
57 * Control with format:FORMAT_PROPERTIES
59 private Control controlP;
62 * Control with format:FORMAT_CLAS
69 private Control control; field in class:ControlTest
    [all...]