Searched refs:otherType (Results 1 – 2 of 2) sorted by relevance
482 /*@WindowConfiguration.ActivityType*/ int otherType = other.getActivityType(); in hasCompatibleActivityType() local484 if (thisType == otherType) { in hasCompatibleActivityType()492 return thisType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in hasCompatibleActivityType()
1687 int otherType = (requestType + i) % CaptureRequest.REQUEST_TYPE_COUNT; in update() local1688 if (!mSkippedOtherFrameNumbers[otherType].isEmpty() && errorFrameNumber in update()1689 == mSkippedOtherFrameNumbers[otherType].element()) { in update()1691 mSkippedOtherFrameNumbers[otherType].remove(); in update()