Searched refs:dot3 (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
H A D | BubbleBarHandleView.java | 92 RectF dot3 = new RectF( in BubbleBarHandleView() 99 mPath.addOval(dot3, Path.Direction.CW); in BubbleBarHandleView()
|
/aosp14/frameworks/base/core/jni/android/opengl/ |
H A D | util.cpp | 391 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { in dot3() function 396 return dot3(pPlane[0], pPlane[1], pPlane[2], x, y, z) + pPlane[3]; in signedDistance()
|