Searched refs:mTargetDisplayType (Results 1 – 2 of 2) sorted by relevance
58 private final int mTargetDisplayType; field in CustomInputEvent90 this.mTargetDisplayType = targetDisplayType; in CustomInputEvent()103 return mTargetDisplayType; in getTargetDisplayType()120 "targetDisplayType = " + mTargetDisplayType + ", " + in toString()140 && mTargetDisplayType == that.mTargetDisplayType in equals()153 _hash = 31 * _hash + mTargetDisplayType; in hashCode()165 dest.writeInt(mTargetDisplayType); in writeToParcel()184 this.mTargetDisplayType = in.readInt(); in CustomInputEvent()
123 private final int mTargetDisplayType; field in InputCaptureClientController.ClientInfoForDisplay133 mTargetDisplayType = targetDisplayType; in ClientInfoForDisplay()628 releaseInputEventCapture(client.mCallback, client.mTargetDisplayType); in onClientDeath()