/frameworks/base/core/java/android/widget/ |
D | ArrayAdapter.java | 141 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource) { in ArrayAdapter() 153 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 167 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, @NonNull T[] objects) { in ArrayAdapter() 181 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 194 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 208 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 213 private ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 423 @Nullable View convertView, @NonNull ViewGroup parent, int resource) { in createViewFromResource() 469 public void setDropDownViewResource(@LayoutRes int resource) { in setDropDownViewResource()
|
D | SimpleAdapter.java | 91 @LayoutRes int resource, String[] from, @IdRes int[] to) { in SimpleAdapter() 128 ViewGroup parent, int resource) { in createViewFromResource() 147 public void setDropDownViewResource(int resource) { in setDropDownViewResource()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
D | PartnerConfigHelper.java | 93 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getColor() local 128 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getDrawable() local 171 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getString() local 217 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getDimension() local 253 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getBoolean() 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/base/tools/aapt2/optimize/ |
D | ResourceFilter.cpp | 31 ResourceName resource = ResourceName({}, type->type, (*it)->name); in Consume() local
|
/frameworks/base/tools/aapt2/link/ |
D | XmlNamespaceRemover.cpp | 52 bool XmlNamespaceRemover::Consume(IAaptContext* context, xml::XmlResource* resource) { in Consume()
|
D | XmlReferenceLinker.cpp | 154 bool XmlReferenceLinker::Consume(IAaptContext* context, xml::XmlResource* resource) { in Consume()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | DynamicIdMap.java | 65 public Integer getId(Pair<ResourceType, String> resource) { in getId()
|
/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
D | UsbDescriptorParserTests.java | 48 public UsbDescriptorParser loadParser(int resource) { in loadParser()
|
/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
D | HelloComputeNDK.java | 56 private Bitmap loadBitmap(int resource) { in loadBitmap()
|
/frameworks/base/core/java/android/transition/ |
D | TransitionInflater.java | 75 public Transition inflateTransition(@TransitionRes int resource) { in inflateTransition() 103 public TransitionManager inflateTransitionManager(@TransitionRes int resource, in inflateTransitionManager()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | IpSecServiceRefcountedResourceTest.java | 68 RefcountedResource<IResource> resource, in assertResourceState() 105 RefcountedResource<IResource> resource = getTestRefcountedResource(binderMock); in testConstructor() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MountServiceTests.java | 128 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/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
D | InstallTask.java | 164 public static void safeClose(Closeable resource) { in safeClose()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 227 public T inflate(@XmlRes int resource, P root) { in inflate() 267 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate()
|
/frameworks/native/libs/sensor/ |
D | ISensorServer.cpp | 113 uint32_t size, int32_t type, int32_t format, const native_handle_t *resource) { in createSensorDirectConnection() 201 native_handle_t *resource = data.readNativeHandle(); in onTransact() local
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | ListViewTest.java | 132 public Adapter(Context context, int resource, List<T> objects) { in Adapter()
|
/frameworks/base/packages/SettingsLib/LayoutPreference/src/com/android/settingslib/widget/ |
D | LayoutPreference.java | 88 public LayoutPreference(Context context, int resource) { in LayoutPreference()
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteLayoutlibCallback.java | 45 int getOrGenerateResourceId(ResourceReference resource) throws RemoteException; in getOrGenerateResourceId()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaMemoryTracer.cpp | 36 for (auto& resource : mResourceMap) { in mapName() local
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ListWithMailMessages.java | 118 public MyAdapter(Context context, int resource, in MyAdapter()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | YearPickerView.java | 105 public YearAdapter(Context context, int resource, List<String> objects) { in YearAdapter()
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteLayoutlibCallbackAdapter.java | 74 public int getOrGenerateResourceId(ResourceReference resource) { in getOrGenerateResourceId()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarFragmentTest.java | 264 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, in inflate()
|
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 43 private Bitmap loadBitmap(Context context, int resource) { in loadBitmap()
|