/frameworks/base/libs/hwui/ |
D | ResourceCache.cpp | 49 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { in incrementRefcount() 79 void ResourceCache::decrementRefcount(void* resource) { in decrementRefcount() 112 void ResourceCache::recycle(SkBitmap* resource) { in recycle() 130 void ResourceCache::destructor(SkPath* resource) { in destructor() 147 void ResourceCache::destructor(SkBitmap* resource) { in destructor() 164 void ResourceCache::destructor(SkiaShader* resource) { in destructor() 178 void ResourceCache::destructor(SkiaColorFilter* resource) { in destructor() 196 void ResourceCache::deleteResourceReference(void* resource, ResourceReference* ref) { in deleteResourceReference()
|
D | DisplayListRenderer.cpp | 229 SkBitmap* resource = bitmapResources.itemAt(i); in initFromDisplayListRenderer() local 236 SkBitmap* resource = ownedBitmapResources.itemAt(i); in initFromDisplayListRenderer() local 243 SkiaColorFilter* resource = filterResources.itemAt(i); in initFromDisplayListRenderer() local 250 SkiaShader* resource = shaders.itemAt(i); in initFromDisplayListRenderer() local
|
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/ |
D | DpiTestActivity.java | 164 private void addBitmapDrawable(LinearLayout layout, int resource, boolean scale) { in addBitmapDrawable() 179 private void addResourceDrawable(LinearLayout layout, int resource) { in addResourceDrawable() 190 private void addCanvasBitmap(LinearLayout layout, int resource, boolean scale) { in addCanvasBitmap() 201 private void addNinePatchResourceDrawable(LinearLayout layout, int resource) { in addNinePatchResourceDrawable()
|
/frameworks/base/core/java/android/widget/ |
D | ArrayAdapter.java | 115 public ArrayAdapter(Context context, int resource, int textViewResourceId) { in ArrayAdapter() 140 public ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) { in ArrayAdapter() 165 public ArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects) { in ArrayAdapter() 308 private void init(Context context, int resource, int textViewResourceId, List<T> objects) { in init() 366 int resource) { in createViewFromResource() 406 public void setDropDownViewResource(int resource) { in setDropDownViewResource()
|
D | SimpleAdapter.java | 80 int resource, String[] from, int[] to) { in SimpleAdapter() 118 ViewGroup parent, int resource) { in createViewFromResource() 137 public void setDropDownViewResource(int resource) { in setDropDownViewResource()
|
D | ViewAnimator.java | 57 … int resource = a.getResourceId(com.android.internal.R.styleable.ViewAnimator_inAnimation, 0); in ViewAnimator() local
|
D | AdapterViewAnimator.java | 179 int resource = a.getResourceId( in AdapterViewAnimator() local
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | DynamicIdMap.java | 62 public Integer getId(Pair<ResourceType, String> resource) { in getId()
|
/frameworks/base/core/tests/coretests/src/com/android/server/ |
D | MountServiceTests.java | 138 private void mountObb(StorageManager sm, final int resource, final File file, in mountObb() 159 private ObbObserver mountObbWithoutWait(final StorageManager sm, final int resource, in mountObbWithoutWait()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 219 public T inflate(int resource, P root) { in inflate() 259 public T inflate(int resource, P root, boolean attachToRoot) { in inflate()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | ListViewTest.java | 131 public Adapter(Context context, int resource, List<T> objects) { in Adapter()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ListWithMailMessages.java | 117 public MyAdapter(Context context, int resource, in MyAdapter()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 155 public View inflate(int resource, ViewGroup root) { in inflate()
|
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 140 private Bitmap loadBitmap(int resource) { in loadBitmap()
|
/frameworks/base/core/java/android/view/animation/ |
D | LayoutAnimationController.java | 112 … int resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_animation, 0); in LayoutAnimationController() local
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
D | ImageProcessingActivity.java | 257 private Bitmap loadBitmap(int resource) { in loadBitmap()
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 351 public View inflate(int resource, ViewGroup root) { in inflate() 392 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { in inflate()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 266 ResourceValue resource = getResourceValue(value); in resolveResourceValue() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 254 private int loadTexture(int resource) { in loadTexture()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | SizeAdaptiveLayoutTest.java | 53 private void inflate(int resource){ in inflate()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IccUtils.java | 257 Resources resource = Resources.getSystem(); in adnStringFieldToString() local
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 704 /*package*/ native final int getArraySize(int resource); in getArraySize() 705 /*package*/ native final int retrieveArray(int resource, int[] outValues); in retrieveArray()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 313 public Pair<View, Boolean> inflateView(ResourceReference resource, ViewGroup parent, in inflateView() 393 private ILayoutPullParser getParser(ResourceReference resource) { in getParser()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 1245 Pair<ResourceType, String> resource = projectCallback.resolveResourceId(id); in setupTabHost() local
|