/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | RotationUtils.java | 52 int rot = context.getDisplay().getRotation(); in getRotation() local 68 int rot = context.getDisplay().getRotation(); in getExactRotation() local 81 public static String toString(@Rotation int rot) { in toString() 104 public static Resources getResourcesForRotation(@Rotation int rot, Context context) { in getResourcesForRotation()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix3f.java | 117 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 153 public void loadRotate(float rot) { in loadRotate() 248 public void rotate(float rot, float x, float y, float z) { in rotate() 260 public void rotate(float rot) { in rotate()
|
D | Matrix2f.java | 107 public void loadRotate(float rot) { in loadRotate() 167 public void rotate(float rot) { in rotate()
|
D | Matrix4f.java | 155 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 374 public void rotate(float rot, float x, float y, float z) { in rotate()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix3f.java | 120 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 156 public void loadRotate(float rot) { in loadRotate() 251 public void rotate(float rot, float x, float y, float z) { in rotate() 263 public void rotate(float rot) { in rotate()
|
D | Matrix2f.java | 110 public void loadRotate(float rot) { in loadRotate() 170 public void rotate(float rot) { in rotate()
|
D | Matrix4f.java | 156 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 375 public void rotate(float rot, float x, float y, float z) { in rotate()
|
/frameworks/rs/driver/runtime/ |
D | rs_quaternion.c | 57 rsQuaternionLoadRotateUnit(rs_quaternion* q, float rot, float x, float y, float z) { in rsQuaternionLoadRotateUnit() 85 rsQuaternionLoadRotate(rs_quaternion* q, float rot, float x, float y, float z) { in rsQuaternionLoadRotate()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 55 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 64 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 165 void __attribute__((overloadable)) rsMatrixRotate(rs_matrix4x4 *m, float rot, in rsMatrixRotate()
|
/frameworks/rs/ |
D | rsMatrix4x4.cpp | 200 void Matrix4x4::loadRotate(float rot, float x, float y, float z) { in loadRotate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 266 var rot = activeRotationForCorner(tl, rtl) in <lambda>() variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelViewController.java | 324 int rot = mStatusBar.getRotation(); in startOpening() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerRenderTypeTransaction_test.cpp | 802 const float rot = M_SQRT1_2; // 45 degrees in TEST_P() local
|