HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
PhysicsJoint.java 131 public void read(JmeImporter im) throws IOException {
132 InputCapsule capsule = im.getCapsule(this);
ConeJoint.java 115 public void read(JmeImporter im) throws IOException {
116 super.read(im);
117 InputCapsule capsule = im.getCapsule(this);
HingeJoint.java 160 public void read(JmeImporter im) throws IOException {
161 super.read(im);
162 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Animation.java 196 public void read(JmeImporter im) throws IOException {
197 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
TimeLine.java 112 public void read(JmeImporter im) throws IOException {
113 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
DefaultParticleInfluencer.java 56 public void read(JmeImporter im) throws IOException {
57 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterBoxShape.java 113 public void read(JmeImporter im) throws IOException {
114 InputCapsule ic = im.getCapsule(this);
EmitterSphereShape.java 112 public void read(JmeImporter im) throws IOException {
113 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
UserData.java 132 public void read(JmeImporter im) throws IOException {
133 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
PhysicsJoint.java 128 public void read(JmeImporter im) throws IOException {
129 InputCapsule capsule = im.getCapsule(this);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 324 inline int db_RemoveOutliers_Homography(const double H[9], double *x_i,double *xp_i, double *wp,double *im, double *im_p, double *im_r, double *im_raw,double *im_raw_p,int point_count,double scale, double thresh=DB_OUTLIER_THRESHOLD)
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
365 im[k3]=im[ind3];
366 im[k3+1]=im[ind3+1];
367 im[k3+2]=im[ind3+2];
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 324 inline int db_RemoveOutliers_Homography(const double H[9], double *x_i,double *xp_i, double *wp,double *im, double *im_p, double *im_r, double *im_raw,double *im_raw_p,int point_count,double scale, double thresh=DB_OUTLIER_THRESHOLD)
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
365 im[k3]=im[ind3];
366 im[k3+1]=im[ind3+1];
367 im[k3+2]=im[ind3+2];
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 134 KeyListener im = getKeyListener(event); local
136 return im.onKeyDown(view, content, keyCode, event);
142 KeyListener im = getKeyListener(event); local
144 return im.onKeyUp(view, content, keyCode, event);
149 KeyListener im = getKeyListener(event); local
151 return im.onKeyOther(view, content, event);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 26 import android.provider.ContactsContract.CommonDataKinds.Im;
163 ImDataItem im = (ImDataItem) item; local
164 final boolean isEmail = im.isCreatedFromEmail();
165 if (isEmail || im.isProtocolValid()) {
166 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol();
171 mSubtitle = Im.getProtocolLabel(context.getResources(), Im.PROTOCOL_GOOGLE_TALK,
176 String host = im.getCustomProtocol();
177 String data = im.getData()
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java 142 public void read(JmeImporter im) throws IOException {
143 super.read(im);
144 InputCapsule capsule = im.getCapsule(this);
GImpactCollisionShape.java 121 public void read(JmeImporter im) throws IOException {
122 super.read(im);
123 InputCapsule capsule = im.getCapsule(this);
HeightfieldCollisionShape.java 132 public void read(JmeImporter im) throws IOException {
133 super.read(im);
134 InputCapsule capsule = im.getCapsule(this);
MeshCollisionShape.java 117 public void read(JmeImporter im) throws IOException {
118 super.read(im);
119 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
GhostControl.java 170 public void read(JmeImporter im) throws IOException {
171 super.read(im);
172 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AnimationTrack.java 169 public void read(JmeImporter im) throws IOException {
170 super.read(im);
171 InputCapsule ic = im.getCapsule(this);
PositionTrack.java 116 public void read(JmeImporter im) throws IOException {
117 super.read(im);
118 InputCapsule ic = im.getCapsule(this);
RotationTrack.java 120 public void read(JmeImporter im) throws IOException {
121 super.read(im);
122 InputCapsule ic = im.getCapsule(this);
ScaleTrack.java 115 public void read(JmeImporter im) throws IOException {
116 super.read(im);
117 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
LightControl.java 177 public void read(JmeImporter im) throws IOException {
178 super.read(im);
179 im.getCapsule(this).readEnum(CONTROL_DIR_NAME,
LodControl.java 195 public void read(JmeImporter im) throws IOException{
196 super.read(im);
197 InputCapsule ic = im.getCapsule(this);

Completed in 382 milliseconds

1 2 34 5 6 7 8 910