Home
last modified time | relevance | path

Searched defs:resource (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/libs/hwui/
DResourceCache.cpp60 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/
DArrayAdapter.java113 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()
DSimpleAdapter.java88 @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()
DViewAnimator.java56 … 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/
DDpiTestActivity.java164 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/
DLinkers.h37 ResourceNameRef resource; member
DXmlReferenceLinker.cpp161 bool XmlReferenceLinker::consume(IAaptContext* context, xml::XmlResource* resource) { in consume()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DGenericInflater.java204 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/
DDynamicIdMap.java65 public Integer getId(Pair<ResourceType, String> resource) { in getId()
/frameworks/base/core/java/android/transition/
DTransitionInflater.java75 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/
DHelloComputeNDK.java56 private Bitmap loadBitmap(int resource) { in loadBitmap()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java128 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/
DGenericInflater.java220 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/
DDocumentArchiveTest.java42 public void loadArchive(int resource) { in loadArchive()
/frameworks/base/core/tests/coretests/src/android/widget/
DListViewTest.java133 public Adapter(Context context, int resource, List<T> objects) { in Adapter()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DYearPickerView.java105 public YearAdapter(Context context, int resource, List<String> objects) { in YearAdapter()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListWithMailMessages.java117 public MyAdapter(Context context, int resource, in MyAdapter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DButtonDispatcher.java95 public void setImageResource(int resource) { in setImageResource()
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java144 private Bitmap loadBitmap(int resource) { in loadBitmap()
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
DGenImage.java43 private Bitmap loadBitmap(Context context, int resource) { in loadBitmap()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DSimpleCompilationTest.java94 private ScopedException singleFileErrorTest(String resource, String targetFile, in singleFileErrorTest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyDevController.java82 Resources resource = Resources.getSystem(); in initFromResource() local
/frameworks/base/core/java/android/view/animation/
DLayoutAnimationController.java114 … int resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_animation, 0); in LayoutAnimationController() local
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceInflater.java114 public Preference inflate(int resource, @Nullable PreferenceGroup root) { in inflate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DValueParser.java300 Resources resource = Resources.getSystem(); in retrieveAlphaId() local

123