Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java482 /*@WindowConfiguration.ActivityType*/ int otherType = other.getActivityType(); in hasCompatibleActivityType() local
484 if (thisType == otherType) { in hasCompatibleActivityType()
492 return thisType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in hasCompatibleActivityType()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1687 int otherType = (requestType + i) % CaptureRequest.REQUEST_TYPE_COUNT; in update() local
1688 if (!mSkippedOtherFrameNumbers[otherType].isEmpty() && errorFrameNumber in update()
1689 == mSkippedOtherFrameNumbers[otherType].element()) { in update()
1691 mSkippedOtherFrameNumbers[otherType].remove(); in update()