/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ArrayAdapter.java | 138 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource) { in ArrayAdapter() 150 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 164 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, @NonNull T[] objects) { in ArrayAdapter() 178 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 191 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 205 public ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 210 private ArrayAdapter(@NonNull Context context, @LayoutRes int resource, in ArrayAdapter() 420 @Nullable View convertView, @NonNull ViewGroup parent, int resource) { in createViewFromResource() 466 public void setDropDownViewResource(@LayoutRes int resource) { in setDropDownViewResource()
|
H A 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()
|
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
H A D | PartnerConfigHelper.java | 97 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getColor() local 136 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getColorStateList() local 179 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getDrawable() local 222 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getString() local 268 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getDimension() local 304 Resources resource = getResourcesByPackageName(context, resourceEntry.getPackageName()); in getBoolean() local
|
/aosp12/art/test/StringLiterals/ |
H A D | StringLiterals.java | 31 String resource = "abcd.apk"; in startUpMethod() local 38 String resource = "ab11.apk"; in startUpMethod2() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | ScrollArrayAdapter.java | 36 public ScrollArrayAdapter(Context context, int resource, int textViewResourceId) { in ScrollArrayAdapter() 45 public ScrollArrayAdapter(Context context, int resource, int textViewResourceId, in ScrollArrayAdapter() 55 public ScrollArrayAdapter(Context context, int resource, int textViewResourceId, in ScrollArrayAdapter()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | RedactionInterstitialTest.java | 168 private boolean buttonChecked(int resource) { in buttonChecked() 172 private boolean buttonEnabled(int resource) { in buttonEnabled() 176 private RadioButton getButton(int resource) { in getButton()
|
/aosp12/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/ |
H A 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()
|
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
H A D | TestUtils.java | 55 public ParcelFileDescriptor getSeekableDescriptor(int resource) { in getSeekableDescriptor() 91 public ParcelFileDescriptor getNonSeekableDescriptor(int resource) { in getNonSeekableDescriptor()
|
/aosp12/bionic/libc/bionic/ |
H A D | legacy_32_bit_support.cpp | 96 int getrlimit64(int resource, rlimit64* limits64) { in getrlimit64() 101 int setrlimit64(int resource, const rlimit64* limits64) { in setrlimit64() 106 int prlimit(pid_t pid, int resource, const rlimit* n32, rlimit* o32) { in prlimit()
|
H A D | sysconf.cpp | 43 static long __sysconf_rlimit(int resource) { in __sysconf_rlimit()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | UriImageRequest.java | 41 final ImageResource resource = super.loadMediaInternal(chainedTasks); in loadMediaInternal() local
|
H A D | BindableMediaRequest.java | 41 public void onMediaResourceLoaded(final MediaRequest<T> request, final T resource, in onMediaResourceLoaded()
|
H A D | MediaResourceManager.java | 94 void onMediaResourceLoaded(MediaRequest<T> request, T resource, boolean cached); in onMediaResourceLoaded() 205 final T resource = mediaRequest.loadMediaBlocking(chainedRequests); in loadMediaFromRequest() local
|
/aosp12/frameworks/base/tools/aapt2/optimize/ |
H A D | ResourceFilter.cpp | 31 ResourceName resource = ResourceName({}, type->type, (*it)->name); in Consume() local
|
/aosp12/system/core/init/ |
H A D | rlimit_parser.cpp | 39 int resource; in ParseRlimit() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | AsyncImageView.java | 179 protected void setImage(final ImageResource resource) { in setImage() 183 protected void setImage(final ImageResource resource, final boolean isCached) { in setImage() 236 final ImageResource resource, final boolean isCached) { in onMediaResourceLoaded()
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | XmlNamespaceRemover.cpp | 52 bool XmlNamespaceRemover::Consume(IAaptContext* context, xml::XmlResource* resource) { in Consume()
|
/aosp12/art/test/071-dexfile-get-static-size/src/ |
H A D | Main.java | 32 private static void test(String resource) throws Exception { in test()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
H A D | DynamicIdMap.java | 65 public Integer getId(Pair<ResourceType, String> resource) { in getId()
|
/aosp12/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
H A D | UsbDescriptorParserTests.java | 48 public UsbDescriptorParser loadParser(int resource) { in loadParser()
|
/aosp12/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/ |
H A D | TunerResourceBasic.java | 93 TunerResourceBasic resource = new TunerResourceBasic(this); in build() local
|
/aosp12/frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
H A D | HelloComputeNDK.java | 56 private Bitmap loadBitmap(int resource) { in loadBitmap()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | TransitionInflater.java | 75 public Transition inflateTransition(@TransitionRes int resource) { in inflateTransition() 103 public TransitionManager inflateTransitionManager(@TransitionRes int resource, in inflateTransitionManager()
|
/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/materials/ |
H A D | GlassActivity.kt | 135 val resource = when (view) { regex
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/ |
H A D | MediaResourceManagerTest.java | 121 final FakeImageResource resource = mediaResourceManager.requestMediaResourceSync(request); in testLoadImageSynchronously() local
|