Searched defs:lastPeriod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.h133 char* lastPeriod = strrchr(name, '.'); local
134 if (lastPeriod) {
135 mName.setTo(lastPeriod + 1);

Completed in 52 milliseconds