Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/
DResourceCache.cpp65 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { in incrementRefcount()
82 void ResourceCache::incrementRefcountLocked(void* resource, ResourceType resourceType) { in incrementRefcountLocked()
104 void ResourceCache::decrementRefcount(void* resource) { in decrementRefcount()
121 void ResourceCache::decrementRefcountLocked(void* resource) { in decrementRefcountLocked()
146 void ResourceCache::destructor(SkPath* resource) { in destructor()
151 void ResourceCache::destructorLocked(SkPath* resource) { in destructorLocked()
169 void ResourceCache::destructor(const SkBitmap* resource) { in destructor()
174 void ResourceCache::destructorLocked(const SkBitmap* resource) { in destructorLocked()
191 void ResourceCache::destructor(Res_png_9patch* resource) { in destructor()
196 void ResourceCache::destructorLocked(Res_png_9patch* resource) { in destructorLocked()
[all …]
/frameworks/base/core/java/android/widget/
DArrayAdapter.java103 public ArrayAdapter(Context context, int resource) { in ArrayAdapter()
115 public ArrayAdapter(Context context, int resource, int textViewResourceId) { in ArrayAdapter()
127 public ArrayAdapter(Context context, int resource, T[] objects) { in ArrayAdapter()
140 public ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) { in ArrayAdapter()
152 public ArrayAdapter(Context context, int resource, List<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()
DSimpleAdapter.java80 int resource, String[] from, int[] to) { in SimpleAdapter()
118 ViewGroup parent, int resource) { in createViewFromResource()
137 public void setDropDownViewResource(int resource) { in setDropDownViewResource()
DViewAnimator.java57 … int resource = a.getResourceId(com.android.internal.R.styleable.ViewAnimator_inAnimation, 0); in ViewAnimator() local
DYearPickerView.java137 public YearAdapter(Context context, int resource) { in YearAdapter()
/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.java74 public Transition inflateTransition(int resource) { in inflateTransition()
101 public TransitionManager inflateTransitionManager(int resource, ViewGroup sceneRoot) { 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.java219 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/
DListViewTest.java131 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/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/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java152 public View inflate(int resource, ViewGroup root) { in inflate()
/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.java112 … 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/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java1101 Resources resource = Resources.getSystem(); in handleMessage() local
1505 Resources resource = Resources.getSystem(); in loadEfLiAndEfPl() local
/frameworks/base/core/java/android/view/
DLayoutInflater.java364 public View inflate(int resource, ViewGroup root) { in inflate()
405 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { in inflate()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java270 ResourceValue resource = getResourceValue(value); in resolveResourceValue() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java253 private int loadTexture(int resource) { in loadTexture()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DSizeAdaptiveLayoutTest.java53 private void inflate(int resource){ in inflate()

12