Searched refs:FLAG_IS_END_OF_PATH (Results 1 – 1 of 1) sorted by relevance
395 private static final int FLAG_IS_END_OF_PATH = 0x02; field in GestureDescription.TouchPoint416 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0; in TouchPoint()440 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0; in writeToParcel()