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

  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetCache.java 69 SmartAssetInfo smartInfo = new SmartAssetInfo();
70 smartInfo.asset = asset;
72 smartInfo.smartKey = new WeakReference<AssetKey>(key);
73 smartCache.put(key, smartInfo);
DesktopAssetManager.java 234 SmartAssetInfo smartInfo = cache.getFromSmartCache(key);
235 if (smartInfo != null){
236 smartKey = smartInfo.smartKey.get();
238 o = smartInfo.asset;

Completed in 1625 milliseconds