OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourcesImpl
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/app/
ResourcesManager.java
28
import android.content.res.
ResourcesImpl
;
83
private final ArrayMap<ResourcesKey, WeakReference<
ResourcesImpl
>> mResourceImpls =
132
final
ResourcesImpl
res = mResourceImpls.removeAt(i).get();
307
private @Nullable
ResourcesImpl
createResourcesImpl(@NonNull ResourcesKey key) {
318
final
ResourcesImpl
impl = new
ResourcesImpl
(assets, dm, config, daj);
326
* Finds a cached
ResourcesImpl
object that matches the given ResourcesKey.
329
* @return a
ResourcesImpl
if the key matches a cache entry, null otherwise.
331
private @Nullable
ResourcesImpl
findResourcesImplForKeyLocked(@NonNull ResourcesKey key) {
332
WeakReference<
ResourcesImpl
> weakImplRef = mResourceImpls.get(key)
[
all
...]
/frameworks/base/core/java/android/content/res/
Resources.java
103
private
ResourcesImpl
mResourcesImpl;
216
mResourcesImpl = new
ResourcesImpl
(assets, metrics, config, new DisplayAdjustments());
243
mResourcesImpl = new
ResourcesImpl
(AssetManager.getSystem(), metrics, config,
252
public void setImpl(
ResourcesImpl
impl) {
275
public
ResourcesImpl
getImpl() {
563
final
ResourcesImpl
impl = mResourcesImpl;
596
final
ResourcesImpl
impl = mResourcesImpl;
630
final
ResourcesImpl
impl = mResourcesImpl;
666
final
ResourcesImpl
impl = mResourcesImpl;
769
final
ResourcesImpl
impl = mResourcesImpl
[
all
...]
ResourcesImpl.java
60
* {@link
ResourcesImpl
} object will be updated or re-created.
64
public class
ResourcesImpl
{
130
* Creates a new
ResourcesImpl
object with CompatibilityInfo.
140
public
ResourcesImpl
(@NonNull AssetManager assets, @Nullable DisplayMetrics metrics,
322
Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, "
ResourcesImpl
#updateConfiguration");
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 146 milliseconds