/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
ListenerParam.java | 38 Rotation,
|
/external/chromium_org/ash/display/ |
root_window_transformers.cc | 26 DECLARE_WINDOW_PROPERTY_TYPE(gfx::Display::Rotation); 33 DEFINE_WINDOW_PROPERTY_KEY(gfx::Display::Rotation, kRotationPropertyKey, 58 // TODO(oshima): Add animation. (crossfade+rotation, or just cross-fade) 64 if (info.rotation() == root_window->GetProperty(kRotationPropertyKey)) 66 root_window->SetProperty(kRotationPropertyKey, info.rotation()); 73 switch (info.rotation()) {
|
/external/chromium_org/ui/gfx/ |
display.h | 25 // Screen Rotation in clock-wise degrees. 26 enum Rotation { 74 Rotation rotation() const { return rotation_; } function in class:gfx::Display 75 void set_rotation(Rotation rotation) { rotation_ = rotation; } 125 Rotation rotation_;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterRotateRepresentation.java | 30 public static final String SERIALIZATION_NAME = "ROTATION"; 34 Rotation mRotation; 36 public enum Rotation { 40 private Rotation(int value) { 48 public static Rotation fromValue(int value) { 64 public FilterRotateRepresentation(Rotation rotation) { 73 setRotation(rotation); 85 public Rotation getRotation() { 92 mRotation = Rotation.NINETY [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
AnimationFactory.java | 41 * you can add some keyFrames for a given time or a given keyFrameIndex, for translation rotation and scale. 58 * step for splitting rotation that have a n ange above PI/2 67 Translation, Rotation, Scale; 71 * Inner Rotation type class to kep track on a rotation Euler angle 73 protected class Rotation { 76 * The rotation Quaternion 78 Quaternion rotation = new Quaternion(); field in class:AnimationFactory.Rotation 80 * This rotation expressed in Euler angles 84 * the index of the parent key frame is this keyFrame is a splitted rotation [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
MotionTrack.java | 68 protected Quaternion rotation; field in class:MotionTrack 96 * The target rotates with the given rotation 98 Rotation, 202 oc.write(rotation, "rotation", Quaternion.IDENTITY); 213 rotation = (Quaternion) in.readSavable("rotation", Quaternion.IDENTITY); 239 if (rotation != null) { 242 q2.multLocal(rotation); 246 case Rotation [all...] |
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.cpp | 948 int Rotation = 0; 972 // Now we have to work out the amount of rotation needed. The first part of 975 Rotation = countTrailingZeros(Imm); 976 if (Rotation == 0) { 979 Rotation = RegWidth == 64 ? CountLeadingOnes_64(Imm) 981 Rotation = RepeatWidth - Rotation; 985 if (Rotation != 0 && Rotation != 64) 986 ReplicatedOnes = (ReplicatedMask >> Rotation) [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |