Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DFrameNumberTracker.java84 int otherType = (requestType + i) % CaptureRequest.REQUEST_TYPE_COUNT; in update() local
85 if (!mPendingFrameNumbersWithOtherType[otherType].isEmpty() && errorFrameNumber in update()
86 == mPendingFrameNumbersWithOtherType[otherType].element()) { in update()
87 mPendingFrameNumbersWithOtherType[otherType].remove(); in update()
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java594 public static boolean isCompatibleActivityType(int currentType, int otherType) { in isCompatibleActivityType() argument
595 if (currentType == otherType) { in isCompatibleActivityType()
603 return currentType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in isCompatibleActivityType()