Searched refs:resource (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DResourceCache.h71 void incrementRefcount(const SkPath* resource);
72 void incrementRefcount(const SkBitmap* resource);
73 void incrementRefcount(const Res_png_9patch* resource);
75 void incrementRefcountLocked(const SkPath* resource);
76 void incrementRefcountLocked(const SkBitmap* resource);
77 void incrementRefcountLocked(const Res_png_9patch* resource);
79 void decrementRefcount(const SkBitmap* resource);
80 void decrementRefcount(const SkPath* resource);
81 void decrementRefcount(const Res_png_9patch* resource);
83 void decrementRefcountLocked(const SkBitmap* resource);
[all...]
H A DResourceCache.cpp40 ALOGD(" ResourceCache: mCache(%zu): resource, ref = 0x%p, 0x%p",
65 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { argument
67 incrementRefcountLocked(resource, resourceType);
82 void ResourceCache::incrementRefcountLocked(void* resource, ResourceType resourceType) { argument
83 ssize_t index = mCache->indexOfKey(resource);
87 mCache->add(resource, ref);
104 void ResourceCache::decrementRefcount(void* resource) { argument
106 decrementRefcountLocked(resource);
121 void ResourceCache::decrementRefcountLocked(void* resource) { argument
122 ssize_t index = mCache->indexOfKey(resource);
146 destructor(SkPath* resource) argument
151 destructorLocked(SkPath* resource) argument
169 destructor(const SkBitmap* resource) argument
174 destructorLocked(const SkBitmap* resource) argument
191 destructor(Res_png_9patch* resource) argument
196 destructorLocked(Res_png_9patch* resource) argument
220 recycle(SkBitmap* resource) argument
229 recycleLocked(SkBitmap* resource) argument
257 deleteResourceReferenceLocked(const void* resource, ResourceReference* ref) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java34 * objects. By default this class expects that the provided resource id references
37 * resource.
63 * The resource indicating what views to inflate to display the content of this
69 * The resource indicating what views to inflate to display the content of this
75 * If the inflated resource is not a TextView, {@link #mFieldId} is used to find
77 * identifier that matches the one defined in the resource file.
100 * @param resource The resource ID for a layout file containing a TextView to use when
103 public ArrayAdapter(Context context, int resource) { argument
104 init(context, resource,
115 ArrayAdapter(Context context, int resource, int textViewResourceId) argument
127 ArrayAdapter(Context context, int resource, T[] objects) argument
140 ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) argument
152 ArrayAdapter(Context context, int resource, List<T> objects) argument
165 ArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects) argument
308 init(Context context, int resource, int textViewResourceId, List<T> objects) argument
365 createViewFromResource(int position, View convertView, ViewGroup parent, int resource) argument
406 setDropDownViewResource(int resource) argument
[all...]
H A DSimpleAdapter.java45 * <li> ImageView. The expected bind value is a resource id or a string and
71 * @param resource Resource identifier of a view layout that defines the views for this list
80 int resource, String[] from, int[] to) {
82 mResource = mDropDownResource = resource;
118 ViewGroup parent, int resource) {
121 v = mInflater.inflate(resource, parent, false);
132 * <p>Sets the layout resource to create the drop down views.</p>
134 * @param resource the layout resource defining the drop down views
137 public void setDropDownViewResource(int resource) { argument
79 SimpleAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
117 createViewFromResource(int position, View convertView, ViewGroup parent, int resource) argument
[all...]
H A DViewAnimator.java57 int resource = a.getResourceId(com.android.internal.R.styleable.ViewAnimator_inAnimation, 0);
58 if (resource > 0) {
59 setInAnimation(context, resource);
62 resource = a.getResourceId(com.android.internal.R.styleable.ViewAnimator_outAnimation, 0);
63 if (resource > 0) {
64 setOutAnimation(context, resource);
309 * @param resourceID The resource id of the animation.
322 * @param resourceID The resource id of the animation.
H A DYearPickerView.java137 public YearAdapter(Context context, int resource) { argument
138 super(context, resource);
H A DAdapterViewAnimator.java185 int resource = a.getResourceId(
187 if (resource > 0) {
188 setInAnimation(context, resource);
193 resource = a.getResourceId(com.android.internal.R.styleable.AdapterViewAnimator_outAnimation, 0);
194 if (resource > 0) {
195 setOutAnimation(context, resource);
912 * @param resourceID The resource id of the animation.
925 * @param resourceID The resource id of the animation.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDynamicIdMap.java45 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't
48 * @param type the type of the resource
49 * @param name the name of the resource
58 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't
61 * @param resource the type/name of the resource
65 public Integer getId(Pair<ResourceType, String> resource) { argument
66 Integer value = mDynamicIds.get(resource);
69 mDynamicIds.put(resource, value);
70 mRevDynamicIds.put(value, resource);
[all...]
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java112 int resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_animation, 0);
113 if (resource > 0) {
114 setAnimation(context, resource);
117 resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_interpolator, 0);
118 if (resource > 0) {
119 setInterpolator(context, resource);
176 * @param resourceID the resource identifier of the animation
221 * @param resourceID the resource identifier of the interpolator
/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp21 #include <sys/resource.h>
/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp18 #include <sys/resource.h>
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java57 private Bitmap loadBitmap(int resource) { argument
60 return BitmapFactory.decodeResource(getResources(), resource, options);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java270 ResourceValue resource = getResourceValue(value);
271 if (resource != null) {
273 if (mPlatformFile || resource.isFramework()) {
274 id = Bridge.getResourceId(resource.getResourceType(), resource.getName());
277 resource.getResourceType(), resource.getName());
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java103 addLabelToRoot(root, "Prescaled resource drawable");
132 addLabelToRoot(root, "No-dpi resource drawable");
139 addLabelToRoot(root, "Prescaled 9-patch resource drawable");
164 private void addBitmapDrawable(LinearLayout layout, int resource, boolean scale) { argument
166 bitmap = loadAndPrintDpi(resource, scale);
179 private void addResourceDrawable(LinearLayout layout, int resource) { argument
182 final Drawable d = getResources().getDrawable(resource);
190 private void addCanvasBitmap(LinearLayout layout, int resource, boolean scale) { argument
192 bitmap = loadAndPrintDpi(resource, scale);
201 private void addNinePatchResourceDrawable(LinearLayout layout, int resource) { argument
[all...]
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp30 # include <sys/resource.h>
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithMailMessages.java117 public MyAdapter(Context context, int resource, argument
119 super(context, resource, objects);
/frameworks/base/core/tests/coretests/
H A DAndroid.mk32 # intermediate dir to include all the test apks as raw resource
37 # Rules to copy all the test apks to the intermediate raw resource directory
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java209 * Inflate a new item hierarchy from the specified xml resource. Throws
212 * @param resource ID for an XML resource to load (e.g.,
219 public T inflate(int resource, P root) { argument
220 return inflate(resource, root, root != null);
244 * Inflate a new hierarchy from the specified xml resource. Throws
247 * @param resource ID for an XML resource to load (e.g.,
259 public T inflate(int resource, P root, boolean attachToRoot) { argument
260 if (DEBUG) System.out.println("INFLATING from resource
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java131 public Adapter(Context context, int resource, List<T> objects) { argument
132 super(context, resource, objects);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DYearPickerView.java105 public YearAdapter(Context context, int resource, List<String> objects) { argument
106 super(context, resource, objects);
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java39 * This class inflates scenes and transitions from resource files.
41 * Information on XML resource descriptions for transitions can be found for
67 * Loads a {@link Transition} object from a resource
69 * @param resource The resource id of the transition to load
74 public Transition inflateTransition(int resource) { argument
75 XmlResourceParser parser = mContext.getResources().getXml(resource);
94 * Loads a {@link TransitionManager} object from a resource
96 * @param resource The resource i
101 inflateTransitionManager(int resource, ViewGroup sceneRoot) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java127 fail("Failed to load resource with id: " + rawResId);
140 private void mountObb(StorageManager sm, final int resource, final File file, argument
142 copyRawToFile(resource, file);
161 private ObbObserver mountObbWithoutWait(final StorageManager sm, final int resource, argument
163 copyRawToFile(resource, file);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java152 public View inflate(int resource, ViewGroup root) { argument
162 Pair<ResourceType, String> layoutInfo = Bridge.resolveResourceId(resource);
167 layoutInfo = mProjectCallback.resolveResourceId(resource);
276 // else if there's a resource reference, this means we are in an adapter
277 // binding case. Set the resource ref as the view cookie only for the top
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java297 // check if this is a style resource
350 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, argument
352 boolean isPlatformLayout = resource.isFramework();
356 ILayoutPullParser parser = getParser(resource);
360 this, resource.isFramework());
373 if (resource instanceof ResourceValue) {
374 resValue = (ResourceValue) resource;
378 resource.getName());
381 resource.getName());
394 // set the resource re
430 getParser(ResourceReference resource) argument
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkCapabilities.java228 int resource = 0;
230 if ((val & 1) == 1) result[index++] = resource;
232 resource++;

Completed in 1212 milliseconds

123