Home
last modified time | relevance | path

Searched refs:thisType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java481 /*@WindowConfiguration.ActivityType*/ int thisType = getActivityType(); in hasCompatibleActivityType() local
484 if (thisType == otherType) { in hasCompatibleActivityType()
487 if (thisType == ACTIVITY_TYPE_ASSISTANT) { in hasCompatibleActivityType()
492 return thisType == ACTIVITY_TYPE_UNDEFINED || otherType == ACTIVITY_TYPE_UNDEFINED; in hasCompatibleActivityType()
/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java62 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local
65 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6454 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry() local
6455 if (thisType == NULL) { in getEntry()
6460 thisConfig.copyFromDtoH(thisType->config); in getEntry()
6468 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()
6473 if (thisType->flags & ResTable_type::FLAG_SPARSE) { in getEntry()
6478 sparseIndices, sparseIndices + dtohl(thisType->entryCount), realEntryIndex, in getEntry()
6480 if (result == sparseIndices + dtohl(thisType->entryCount) in getEntry()
6490 if (static_cast<uint32_t>(realEntryIndex) >= dtohl(thisType->entryCount)) { in getEntry()
6514 bestType = thisType; in getEntry()