Home
last modified time | relevance | path

Searched defs:resources (Results 1 – 25 of 91) sorted by relevance

1234

/frameworks/base/docs/html/
Djd_collections.js4 "resources": [ property
10 "resources": [ property
18 "resources": [ property
27 "resources": [ property
35 "resources": [ property
43 "resources": [ property
51 "resources": [ property
62 "resources": [ property
73 "resources": [ property
84 "resources": [ property
[all …]
/frameworks/base/services/core/java/com/android/server/
DGestureLauncherService.java119 Resources resources = mContext.getResources(); in onBootPhase() local
148 Resources resources = mContext.getResources(); in updateCameraRegistered() local
181 private void registerCameraLaunchGesture(Resources resources) { in registerCameraLaunchGesture()
234 public static boolean isCameraLaunchEnabled(Resources resources) { in isCameraLaunchEnabled()
241 public static boolean isCameraDoubleTapPowerEnabled(Resources resources) { in isCameraDoubleTapPowerEnabled()
249 public static boolean isGestureLauncherEnabled(Resources resources) { in isGestureLauncherEnabled()
/frameworks/av/media/libmedia/
DIResourceManagerService.cpp77 const Vector<MediaResource> &resources) { in addResource()
97 virtual bool reclaimResource(int callingPid, const Vector<MediaResource> &resources) { in reclaimResource()
135 Vector<MediaResource> resources; in onTransact() local
152 Vector<MediaResource> resources; in onTransact() local
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
DAnimatorInflater_Delegate.java39 /*package*/ static Animator loadAnimator(Resources resources, Theme theme, int id) in loadAnimator()
45 /*package*/ static Animator loadAnimator(Resources resources, Theme theme, int id, in loadAnimator()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DResourceModifiers.java60 public static void init(Resources resources) { in init()
64 public ResourceModifiers(Resources resources) { in ResourceModifiers()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptC.java57 protected ScriptC(RenderScript rs, Resources resources, int resourceID) { in ScriptC()
88 …private static synchronized long internalCreate(RenderScript rs, Resources resources, int resource… in internalCreate()
/frameworks/base/core/java/com/android/internal/util/
DScreenShapeHelper.java23 public static int getWindowOutsetBottomPx(Resources resources) { in getWindowOutsetBottomPx()
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp115 const Vector<MediaResource> &resources) { in expectEqResourceInfo()
252 Vector<MediaResource> resources; in testReclaimResourceSecure() local
354 Vector<MediaResource> resources; in testReclaimResourceSecure() local
372 Vector<MediaResource> resources; in testReclaimResourceNonSecure() local
427 Vector<MediaResource> resources; in testReclaimResourceNonSecure() local
/frameworks/base/rs/java/android/renderscript/
DScriptC.java59 protected ScriptC(RenderScript rs, Resources resources, int resourceID) { in ScriptC()
94 …private static synchronized long internalCreate(RenderScript rs, Resources resources, int resource… in internalCreate()
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp45 static bool hasResourceType(String8 type, Vector<MediaResource> resources) { in hasResourceType()
141 Vector<MediaResource> resources = infos[j].resources; in dump() local
190 const Vector<MediaResource> &resources) { in addResource()
240 int callingPid, const Vector<MediaResource> &resources) { in reclaimResource()
460 Vector<MediaResource> resources = infos[i].resources; in getBiggestClient_l() local
DResourceManagerService.h39 Vector<MediaResource> resources; member
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
DSettings.java114 public Customizations(Resources resources, String packageName) { in Customizations()
131 Resources resources = null; in getCustomizations() local
/frameworks/base/core/java/android/webkit/
DPermissionRequest.java92 public abstract void grant(String[] resources); in grant()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DPartner.java94 public Resources resources; field in Partner.ResourceEntry
98 ResourceEntry(Resources resources, int id, boolean isOverlay) { in ResourceEntry()
/frameworks/base/core/java/android/content/res/
DConfigurationBoundResourceCache.java33 public ConfigurationBoundResourceCache(Resources resources) { in ConfigurationBoundResourceCache()
DDrawableCache.java32 public DrawableCache(Resources resources) { in DrawableCache()
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoBitmapLoaderInterface.java27 public Drawable getDrawable(Resources resources) { in getDrawable()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintContextWrapper.java60 public TintResources(Resources resources, TintManager tintManager) { in TintResources()
/frameworks/base/core/java/android/view/animation/
DCycleInterpolator.java46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { in CycleInterpolator()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DLayoutXmlProcessor.java58 public LayoutXmlProcessor(String applicationPackage, List<File> resources, in LayoutXmlProcessor()
67 public static List<File> getLayoutFiles(List<File> resources) { in getLayoutFiles()
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
DArraysCheckWidget.java23 Resources resources = context.getResources(); in ArraysCheckWidget() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DThinPatchesActivity.java53 final Resources resources = activity.getResources(); in PatchView() local
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DVectorDrawablePerformance.java74 public static VectorDrawable create(Resources resources, int rid) { in create()
DAnimatedVectorDrawableDupPerf.java64 public static AnimatedVectorDrawable create(Resources resources, int rid) { in create()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSpeechOrbView.java31 Resources resources = context.getResources(); in SpeechOrbView() local

1234