Searched refs:dotPos (Results 1 – 3 of 3) sorted by relevance
81 int dotPos = mSrc.lastIndexOf('.'); in initFromFile() local82 if (0 <= dotPos) { in initFromFile()83 extension = mSrc.substring(dotPos + 1); in initFromFile()
97 int dotPos = mPath.lastIndexOf('.'); in initFromFile() local98 if (0 <= dotPos) { in initFromFile()99 extension = mPath.substring(dotPos + 1); in initFromFile()
940 int dotPos = name.lastIndexOf('.'); in findBundledWallpapers() local942 if (dotPos >= -1) { in findBundledWallpapers()943 extension = name.substring(dotPos); in findBundledWallpapers()944 name = name.substring(0, dotPos); in findBundledWallpapers()