OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smartkey
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/asset/
TestAssetCache.java
78
private static class
SmartKey
extends AssetKey {
80
public
SmartKey
(){
151
key = new
SmartKey
();
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DesktopAssetManager.java
230
AssetKey
smartKey
= null;
236
smartKey
= smartInfo.
smartKey
.get();
237
if (
smartKey
!= null){
303
if (
smartKey
!= null){
305
((Asset)clone).setKey(
smartKey
);
AssetCache.java
49
public WeakReference<AssetKey>
smartKey
;
72
smartInfo.
smartKey
= new WeakReference<AssetKey>(key);
Completed in 896 milliseconds