Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/
DResourceCache.cpp62 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { in incrementRefcount()
71 void ResourceCache::incrementRefcountLocked(void* resource, ResourceType resourceType) { in incrementRefcountLocked()
81 void ResourceCache::decrementRefcount(void* resource) { in decrementRefcount()
90 void ResourceCache::decrementRefcountLocked(void* resource) { in decrementRefcountLocked()
107 void ResourceCache::destructor(Res_png_9patch* resource) { in destructor()
112 void ResourceCache::destructorLocked(Res_png_9patch* resource) { in destructorLocked()
136 void ResourceCache::deleteResourceReferenceLocked(const void* resource, ResourceReference* ref) { in deleteResourceReferenceLocked()
/frameworks/base/core/java/android/widget/
DArrayAdapter.java112 public ArrayAdapter(Context context, @LayoutRes int resource) { in ArrayAdapter()
124 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId) { in ArrayAdapter()
136 public ArrayAdapter(Context context, @LayoutRes int resource, @NonNull T[] objects) { in ArrayAdapter()
149 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId, in ArrayAdapter()
162 public ArrayAdapter(Context context, @LayoutRes int resource, @NonNull List<T> objects) { in ArrayAdapter()
175 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId, in ArrayAdapter()
373 ViewGroup parent, int resource) { in createViewFromResource()
413 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/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DDynamicIdMap.java65 public Integer getId(Pair<ResourceType, String> resource) { in getId()
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
DHelloComputeNDK.java57 private Bitmap loadBitmap(int resource) { in loadBitmap()
/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/base/services/tests/servicestests/src/com/android/server/
DMountServiceTests.java140 private void mountObb(StorageManager sm, final int resource, final File file, in mountObb()
161 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/base/core/tests/coretests/src/android/widget/
DListViewTest.java131 public Adapter(Context context, int resource, List<T> objects) { in Adapter()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DSimpleCompilationTest.java61 private ScopedException singleFileErrorTest(String resource, String targetFile, in singleFileErrorTest()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListWithMailMessages.java117 public MyAdapter(Context context, int resource, in MyAdapter()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DYearPickerView.java105 public YearAdapter(Context context, int resource, List<String> objects) { in YearAdapter()
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
DGenImage.java43 private Bitmap loadBitmap(Context context, int resource) { in loadBitmap()
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java144 private Bitmap loadBitmap(int resource) { in loadBitmap()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyDevController.java82 Resources resource = Resources.getSystem(); in initFromResource() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DQsTuner.java277 int resource = getLabelResource(defaults[i]); in showAddDialog() local
419 int resource = getLabelResource(mSpec); in getLabel() 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/opt/telephony/src/java/com/android/internal/telephony/cat/
DValueParser.java300 Resources resource = Resources.getSystem(); in retrieveAlphaId() local
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceInflater.java114 public Preference inflate(int resource, @Nullable PreferenceGroup root) { in inflate()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java259 ResourceValue resource = renderResources.findItemInTheme(attr, true); in getColor() local
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java165 public View inflate(int resource, ViewGroup root) { in inflate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java1117 Resources resource = Resources.getSystem(); in handleMessage() local
1433 Resources resource = Resources.getSystem(); in onAllRecordsLoaded() local
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java270 ResourceValue resource = getResourceValue(value); in resolveResourceValue() local

12