HomeSort by relevance Sort by last modified time
    Searched refs:pAssetMgr (Results 1 - 3 of 3) sorted by null

  /development/simulator/app/
LoadableImage.cpp 59 android::AssetManager* pAssetMgr = ((MyApp*)wxTheApp)->GetAssetManager();
62 pAsset = pAssetMgr->open(mName, android::Asset::ACCESS_RANDOM);
PhoneCollection.cpp 84 android::AssetManager* pAssetMgr = ((MyApp*)wxTheApp)->GetAssetManager();
88 pDir = pAssetMgr->openDir("");
101 if (pAssetMgr->getFileType(layoutPath.string()) == kFileTypeRegular) {
PhoneData.cpp 551 android::AssetManager* pAssetMgr = ((MyApp*)wxTheApp)->GetAssetManager();
556 pAsset = pAssetMgr->open(fileName, Asset::ACCESS_STREAMING);

Completed in 726 milliseconds