/frameworks/base/libs/hwui/ |
D | ResourceCache.cpp | 60 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { in incrementRefcount() 69 void ResourceCache::incrementRefcountLocked(void* resource, ResourceType resourceType) { in incrementRefcountLocked() 79 void ResourceCache::decrementRefcount(void* resource) { in decrementRefcount() 88 void ResourceCache::decrementRefcountLocked(void* resource) { in decrementRefcountLocked() 105 void ResourceCache::destructor(Res_png_9patch* resource) { in destructor() 110 void ResourceCache::destructorLocked(Res_png_9patch* resource) { in destructorLocked() 134 void ResourceCache::deleteResourceReferenceLocked(const void* resource, ResourceReference* ref) { in deleteResourceReferenceLocked()
|
/frameworks/base/core/java/android/widget/ |
D | ArrayAdapter.java | 113 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource) { in ArrayAdapter() 125 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 138 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, @NonNull T[] objects) { in ArrayAdapter() 151 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 164 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 178 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 375 @Nullable View convertView, @NonNull ViewGroup parent, int resource) { in createViewFromResource() 421 public void setDropDownViewResource(@LayoutRes int resource) { in setDropDownViewResource()
|
D | SimpleAdapter.java | 88 @LayoutRes int resource, String[] from, @IdRes int[] to) { in SimpleAdapter() 125 ViewGroup parent, int resource) { in createViewFromResource() 144 public void setDropDownViewResource(int resource) { in setDropDownViewResource()
|
D | ViewAnimator.java | 56 … int resource = a.getResourceId(com.android.internal.R.styleable.ViewAnimator_inAnimation, 0); in ViewAnimator() 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/tools/aapt2/link/ |
D | Linkers.h | 37 ResourceNameRef resource; member
|
D | XmlReferenceLinker.cpp | 161 bool XmlReferenceLinker::consume(IAaptContext* context, xml::XmlResource* resource) { in consume()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
D | GenericInflater.java | 204 public T inflate(int resource) { in inflate() 220 public T inflate(int resource, T root) { in inflate() 260 public T inflate(int resource, T root, boolean attachToRoot) { in inflate()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | DynamicIdMap.java | 65 public Integer getId(Pair<ResourceType, String> resource) { in getId()
|
/frameworks/base/core/java/android/transition/ |
D | TransitionInflater.java | 75 public Transition inflateTransition(@TransitionRes int resource) { in inflateTransition() 103 public TransitionManager inflateTransitionManager(@TransitionRes int resource, in inflateTransitionManager()
|
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 56 private Bitmap loadBitmap(int resource) { in loadBitmap()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MountServiceTests.java | 128 private void mountObb(StorageManager sm, final int resource, final File file, in mountObb() 149 private ObbObserver mountObbWithoutWait(final StorageManager sm, final int resource, in mountObbWithoutWait()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 220 public T inflate(@XmlRes int resource, P root) { in inflate() 260 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate()
|
/frameworks/support/documents-archive/tests/src/android/support/provider/ |
D | DocumentArchiveTest.java | 42 public void loadArchive(int resource) { in loadArchive()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | ListViewTest.java | 133 public Adapter(Context context, int resource, List<T> objects) { in Adapter()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | YearPickerView.java | 105 public YearAdapter(Context context, int resource, List<String> objects) { in YearAdapter()
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ListWithMailMessages.java | 117 public MyAdapter(Context context, int resource, in MyAdapter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ButtonDispatcher.java | 95 public void setImageResource(int resource) { in setImageResource()
|
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 144 private Bitmap loadBitmap(int resource) { in loadBitmap()
|
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 43 private Bitmap loadBitmap(Context context, int resource) { in loadBitmap()
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
D | SimpleCompilationTest.java | 94 private ScopedException singleFileErrorTest(String resource, String targetFile, in singleFileErrorTest()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyDevController.java | 82 Resources resource = Resources.getSystem(); in initFromResource() local
|
/frameworks/base/core/java/android/view/animation/ |
D | LayoutAnimationController.java | 114 … int resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_animation, 0); in LayoutAnimationController() local
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
D | PreferenceInflater.java | 114 public Preference inflate(int resource, @Nullable PreferenceGroup root) { in inflate()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ValueParser.java | 300 Resources resource = Resources.getSystem(); in retrieveAlphaId() local
|