Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DBrightLineFalsingManager.java545 private final int mInteractionType; field in BrightLineFalsingManager.DebugSwipeRecord
551 mInteractionType = interactionType; in DebugSwipeRecord()
559 .add(Integer.toString(mInteractionType)); in getString()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java6767 private int mInteractionType = INTERACTION_TYPE_CLICK;
6849 mInteractionType = type;
6859 dest.writeInt(mInteractionType);
6869 mInteractionType = parcel.readInt();
6935 && mInteractionType == INTERACTION_TYPE_CHECKED_CHANGE) {