Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DSensorLoggerSession.java47 private int mTouchAreaWidth; field in SensorLoggerSession
94 sb.append(", mTouchAreaWidth=").append(mTouchAreaWidth); in toString()
112 proto.setTouchAreaWidth(mTouchAreaWidth); in toProto()
153 mTouchAreaWidth = width; in setTouchArea()