Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DBrightLineFalsingManager.java547 private final int mInteractionType; field in BrightLineFalsingManager.DebugSwipeRecord
553 mInteractionType = interactionType; in DebugSwipeRecord()
561 .add(Integer.toString(mInteractionType)); in getString()
/frameworks/base/core/java/android/widget/
DRemoteViews.java7086 private int mInteractionType = INTERACTION_TYPE_CLICK;
7176 mInteractionType = type;
7186 dest.writeInt(mInteractionType);
7194 mInteractionType = parcel.readInt();
7260 && mInteractionType == INTERACTION_TYPE_CHECKED_CHANGE) {