HomeSort by relevance Sort by last modified time
    Searched refs:resources (Results 1 - 25 of 2067) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/compat/java/android/support/v4/content/res/
ConfigurationHelper.java 19 import android.content.res.Resources;
45 int getScreenHeightDp(@NonNull Resources resources);
46 int getScreenWidthDp(@NonNull Resources resources);
47 int getSmallestScreenWidthDp(@NonNull Resources resources);
48 int getDensityDpi(@NonNull Resources resources);
53 public int getScreenHeightDp(@NonNull Resources resources)
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services.jar 
hyts_services2.jar 
  /libcore/support/src/test/java/tests/resources/ServiceLoader/
hyts_services.jar 
hyts_services2.jar 
Service.java 18 package tests.resources.ServiceLoader;
ServiceDuplicateIn2File.java 18 package tests.resources.ServiceLoader;
ServiceFinalClass.java 18 package tests.resources.ServiceLoader;
ServiceForAllCommentTest.java 18 package tests.resources.ServiceLoader;
ServiceForEmptyTest.java 18 package tests.resources.ServiceLoader;
ServiceForIllegalNameTest.java 18 package tests.resources.ServiceLoader;
  /frameworks/support/compat/honeycomb_mr2/android/support/v4/content/res/
ConfigurationHelperHoneycombMr2.java 20 import android.content.res.Resources;
25 static int getScreenHeightDp(@NonNull Resources resources) {
26 return resources.getConfiguration().screenHeightDp;
29 static int getScreenWidthDp(@NonNull Resources resources) {
30 return resources.getConfiguration().screenWidthDp;
33 static int getSmallestScreenWidthDp(@NonNull Resources resources) {
34 return resources.getConfiguration().smallestScreenWidthDp
    [all...]
  /external/autotest/frontend/afe/
urls.py 4 from autotest_lib.frontend.afe import resources
15 (r'^/?$', resources.ResourceDirectory.dispatch_request),
17 resources.AtomicGroupClassCollection.dispatch_request),
19 resources.AtomicGroupClass.dispatch_request),
21 resources.AtomicLabelTaggingCollection.dispatch_request),
23 resources.AtomicLabelTagging.dispatch_request),
24 (r'^labels/?$', resources.LabelCollection.dispatch_request),
25 (r'^labels/(?P<label_name>.+?)/?$', resources.Label.dispatch_request),
26 (r'^users/?$', resources.UserCollection.dispatch_request),
27 (r'^users/(?P<username>[@\w]+)/?$', resources.User.dispatch_request)
    [all...]
  /external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
Service.java 18 package tests.resources.ServiceLoader;
ServiceDuplicateIn2File.java 18 package tests.resources.ServiceLoader;
ServiceFinalClass.java 18 package tests.resources.ServiceLoader;
ServiceForAllCommentTest.java 18 package tests.resources.ServiceLoader;
ServiceForEmptyTest.java 18 package tests.resources.ServiceLoader;
ServiceForIllegalNameTest.java 18 package tests.resources.ServiceLoader;
ServiceForWrongNameTest.java 18 package tests.resources.ServiceLoader;
ServiceIn2File.java 18 package tests.resources.ServiceLoader;
ServiceIn2FileWithEmptyConfig.java 18 package tests.resources.ServiceLoader;
ServiceMoreThanOne.java 18 package tests.resources.ServiceLoader;
ServiceWithDuplicateSons.java 18 package tests.resources.ServiceLoader;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
package-info.java 14 * Internal: Resources for HTML reports.
16 package org.jacoco.report.internal.html.resources

Completed in 302 milliseconds

1 2 3 4 5 6 7 8 91011>>