/frameworks/base/libs/hwui/ |
D | ResourceCache.cpp | 59 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/ |
D | ArrayAdapter.java | 103 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()
|
D | SimpleAdapter.java | 80 int resource, String[] from, int[] to) { in SimpleAdapter() 118 ViewGroup parent, int resource) { in createViewFromResource() 137 public void setDropDownViewResource(int resource) { in setDropDownViewResource()
|
D | YearPickerView.java | 124 public YearAdapter(Context context, int resource) { in YearAdapter()
|
D | ViewAnimator.java | 57 … 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/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/ |
D | IdlingResourceRegistry.java | 84 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/ |
D | CountingIdlingResourceTest.java | 37 private CountingIdlingResource resource; field in CountingIdlingResourceTest
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | DynamicIdMap.java | 62 public Integer getId(Pair<ResourceType, String> resource) { in getId()
|
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 57 private Bitmap loadBitmap(int resource) { in loadBitmap()
|
/frameworks/base/core/java/android/transition/ |
D | TransitionInflater.java | 74 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/ |
D | MountServiceTests.java | 140 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/ |
D | GenericInflater.java | 219 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/ |
D | ListViewTest.java | 131 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/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/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyDevController.java | 82 Resources resource = Resources.getSystem(); in initFromResource() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 152 public View inflate(int resource, ViewGroup root) { in inflate()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ValueParser.java | 300 Resources resource = Resources.getSystem(); in retrieveAlphaId() local
|
/frameworks/base/core/java/android/view/animation/ |
D | LayoutAnimationController.java | 112 … int resource = a.getResourceId(com.android.internal.R.styleable.LayoutAnimation_animation, 0); in LayoutAnimationController() local
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 364 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/ |
D | BridgeXmlPullAttributes.java | 270 ResourceValue resource = getResourceValue(value); in resolveResourceValue() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 253 private int loadTexture(int resource) { in loadTexture()
|