HomeSort by relevance Sort by last modified time
    Searched refs:stateId (Results 1 - 13 of 13) sorted by null

  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp 62 (JNIEnv *env, jobject object, jlong stateId, jobject location, jobject rotation) {
63 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId);
78 (JNIEnv *env, jobject object, jlong stateId, jobject value) {
79 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId);
94 (JNIEnv *env, jobject object, jlong stateId, jobject value) {
95 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId);
110 (JNIEnv *env, jobject object, jlong stateId, jobject value) {
111 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId);
126 (JNIEnv *env, jobject object, jlong stateId) {
127 jmeMotionState* motionState = reinterpret_cast<jmeMotionState*>(stateId);
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyToggle.java 47 public boolean enableToggleState(int stateId, boolean resetIfNotFound) {
49 if (oldStateId == stateId) return false;
52 if (stateId > 0) {
53 mKeyMask |= (KEYMASK_TOGGLE_STATE & stateId);
72 public boolean disableToggleState(int stateId, boolean resetIfNotFound) {
74 if (oldStateId == stateId) {
76 return stateId != 0;
244 int stateId = (mKeyMask & KEYMASK_TOGGLE_STATE);
245 if (0 == stateId) return null;
249 && (state.mIdAndFlags & KEYMASK_TOGGLE_STATE) != stateId) {
    [all...]
XmlKeyboardLoader.java 701 int stateId = getInteger(xrp, XMLATTR_TOGGLE_STATE_ID, 0);
702 if (0 == stateId) return null;
718 rootState.setStateId(stateId);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStateListDrawable.java 25 public void addState(int stateId, int resId) {
26 stateToResource.put(stateId, resId);
29 public int getResourceIdForState(int stateId) {
30 return stateToResource.get(stateId);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 97 private synchronized native boolean applyTransform(long stateId, Vector3f location, Quaternion rotation);
107 private native void getWorldLocation(long stateId, Vector3f vec);
117 private native void getWorldRotation(long stateId, Matrix3f vec);
127 private native void getWorldRotationQuat(long stateId, Quaternion vec);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java 169 int stateId = getStateId(node);
170 shDrawable.addState(stateId, resId);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 933 milliseconds