Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPainting.kt216 val touchDataJson = Settings.System.getString(context.contentResolver, TOUCH_STATS) in loadDevicePressureData() constant
218 if (touchDataJson != null) touchDataJson else "{}") in loadDevicePressureData()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java213 final String touchDataJson = Settings.System.getString( in syncTouchPressure() local
216 touchDataJson != null ? touchDataJson : "{}"); in syncTouchPressure()