Home
last modified time | relevance | path

Searched refs:mUncertainGestureColor (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java77 private int mUncertainGestureColor = 0x48FFFF00; field in GestureOverlayView
154 mUncertainGestureColor = a.getColor(R.styleable.GestureOverlayView_uncertainGestureColor, in GestureOverlayView()
155 mUncertainGestureColor); in GestureOverlayView()
213 mUncertainGestureColor = color; in setUncertainGestureColor()
218 return mUncertainGestureColor; in getUncertainGestureColor()
568 if (mHandleGestureActions) setCurrentColor(mUncertainGestureColor); in touchDown()
573 if (mHandleGestureActions) setCurrentColor(mUncertainGestureColor); in touchDown()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18883 Landroid/gesture/GestureOverlayView;->mUncertainGestureColor:I