Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/
DResourceCache.cpp59 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { in incrementRefcount()
82 void ResourceCache::incrementRefcountLocked(void* resource, ResourceType resourceType) { in incrementRefcountLocked()
110 void ResourceCache::decrementRefcount(void* resource) { in decrementRefcount()
133 void ResourceCache::decrementRefcountLocked(void* resource) { in decrementRefcountLocked()
164 void ResourceCache::destructor(SkPath* resource) { in destructor()
169 void ResourceCache::destructorLocked(SkPath* resource) { in destructorLocked()
187 void ResourceCache::destructor(const SkBitmap* resource) { in destructor()
192 void ResourceCache::destructorLocked(const SkBitmap* resource) { in destructorLocked()
210 void ResourceCache::destructor(Res_png_9patch* resource) { in destructor()
215 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()
DYearPickerView.java124 public YearAdapter(Context context, int resource) { in YearAdapter()
DViewAnimator.java57 … 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/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
DIdlingResourceRegistry.java84 public void register(final IdlingResource resource) { in register()
118 private void registerToIdleCallback(IdlingResource resource, final int position) { in registerToIdleCallback()
179 IdlingResource resource = resources.get(i); in getBusyResources() local
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/
DCountingIdlingResourceTest.java37 private CountingIdlingResource resource; field in CountingIdlingResourceTest
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DDynamicIdMap.java62 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/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/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyDevController.java82 Resources resource = Resources.getSystem(); in initFromResource() local
/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/cat/
DValueParser.java300 Resources resource = Resources.getSystem(); in retrieveAlphaId() 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/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()

12