Home
last modified time | relevance | path

Searched refs:NULL_INSTANCE (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteResourceValue.java34 private static final RemoteResourceValue<ResourceValue> NULL_INSTANCE = field in RemoteResourceValue
55 return (RemoteResourceValue<T>) NULL_INSTANCE; in fromResourceValue()