Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPatternBouncerViewModel.kt116 val hitDot = dots.value.firstOrNull { dot -> dot.x == dotColumn && dot.y == dotRow }
121 var dot = previousDot regex
122 while (dot != hitDot) {
123 add(dot)
124 dot =
127 if (hitDot.x > dot.x) dot.x + 1
128 else if (hitDot.x < dot.x) dot.x - 1 else dot.x,
130 if (hitDot.y > dot.y) dot.y + 1
131 else if (hitDot.y < dot.y) dot.y - 1 else dot.y,
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPatternBouncer.kt123 val isSelected = dot == currentDot
150 selectedDots.forEach { dot ->
157 if (dot == currentDot) {
258 currentDot?.let { dot ->
274 dots.forEach { dot ->
286 dot: PatternDotViewModel,
291 x = dot.x * spacing + spacing / 2,
315 dots.forEach { dot ->
316 val rowIndex = dot.y
320 get(rowIndex).add(dot)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt184 fun hideDotView(dot: View, animate: Boolean) {
185 dot.clearAnimation()
187 dot.animate()
197 dot.visibility = View.INVISIBLE
204 dot.clearAnimation()
206 dot.visibility = View.VISIBLE
207 dot.alpha = 0f
208 dot.animate()
214 dot.visibility = View.VISIBLE
215 dot.alpha = 1f
[all …]
/aosp14/frameworks/base/tools/aapt2/
H A DResource.cpp142 auto dot = std::find(s.begin(), s.end(), '.'); in ParseResourceNamedType() local
144 if (dot != s.end() && dot != std::prev(s.end())) { in ParseResourceNamedType()
145 parsedType = ParseResourceType(android::StringPiece(s.begin(), dot - s.begin())); in ParseResourceNamedType()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipPinchResizingAlgorithm.java71 dot(mTmpDownVector, mTmpLastVector)); in calculateBoundsAndAngle()
117 private float dot(PointF p1, PointF p2) { in dot() method in PipPinchResizingAlgorithm
/aosp14/frameworks/base/libs/hwui/utils/
H A DHostColorSpace.cpp91 return {{r.xy / dot(r, float3{1}), in computePrimaries()
92 g.xy / dot(g, float3{1}), in computePrimaries()
93 b.xy / dot(b, float3{1})}}; in computePrimaries()
98 return w.xy / dot(w, float3{1}); in computeWhitePoint()
/aosp14/frameworks/base/libs/hwui/jni/
H A DCamera.cpp108 SkScalar dot = v->dotWithNormal(x, y, z); in Camera_dotWithNormal() local
109 return SkScalarToFloat(dot); in Camera_dotWithNormal()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DVec2.kt46 fun Vec2.dot(o: Vec2): Float {
/aosp14/frameworks/base/libs/hwui/
H A DVector.h89 float dot(const Vector2& v) const { return x * v.x + y * v.y; } in dot() function
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DSwipe.java295 float dot = currentDX * nextDX + currentDY * nextDY; in recognizeGesture() local
296 if (dot < ANGLE_THRESHOLD) { in recognizeGesture()
/aosp14/frameworks/base/core/java/android/os/
H A DBinder.java999 final int dot = descriptor.lastIndexOf("."); in getSimpleDescriptor() local
1000 if (dot > 0) { in getSimpleDescriptor()
1002 return descriptor.substring(dot + 1); in getSimpleDescriptor()
/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot() function
/aosp14/frameworks/base/core/java/android/util/
H A DMathUtils.java127 public static float dot(float v1x, float v1y, float v2x, float v2y) { in dot() method in MathUtils
/aosp14/frameworks/base/core/java/android/view/
H A DGestureDetector.java600 final float dot = x + y; in onTouchEvent() local
601 if (dot < 0) { in onTouchEvent()
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile184 # first line (until the first dot) of a Javadoc-style comment as the brief
193 # line (until the first dot) of a Qt-style comment as the brief description. If
1918 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
2176 # Configuration options related to the dot tool
2229 # When you want a differently looking font in the dot files that doxygen
2231 # sure dot is able to find the font, which can be done by putting it in a
2240 # dot graphs.
2248 # the path where dot can find it using this tag.
2365 # generated by dot. For an explanation of the image formats see the section
2366 # output formats in the documentation of the dot tool (Graphviz (see:
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58012 Landroid/util/MathUtils;->dot(FFFF)F