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

1 2

  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
InflatingListActivity.java 29 ComponentName.createRelative(PACKAGE_NAME, ".InflatingListActivity");
31 ComponentName.createRelative(PACKAGE_NAME, ".InflatingEmojiListActivity");
33 ComponentName.createRelative(PACKAGE_NAME, ".InflatingHanListActivity");
35 ComponentName.createRelative(PACKAGE_NAME, ".InflatingLongStringListActivity");
  /frameworks/base/libs/hwui/tests/unit/
TypefaceTests.cpp 97 std::unique_ptr<Typeface> normal(Typeface::createRelative(nullptr, Typeface::kNormal));
103 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold));
109 std::unique_ptr<Typeface> italic(Typeface::createRelative(nullptr, Typeface::kItalic));
115 std::unique_ptr<Typeface> boldItalic(Typeface::createRelative(nullptr, Typeface::kBoldItalic));
126 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), Typeface::kNormal));
133 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold));
140 std::unique_ptr<Typeface> italic(Typeface::createRelative(base.get(), Typeface::kItalic));
148 Typeface::createRelative(base.get(), Typeface::kBoldItalic));
159 std::unique_ptr<Typeface> normal(Typeface::createRelative(base.get(), Typeface::kNormal));
166 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold))
    [all...]
  /frameworks/base/libs/hwui/hwui/
Typeface.h 49 // The createRelative method creates a new Typeface with a style relative to the base Typeface.
60 // Typeface* bold = createRelative(base, Bold); // Rendered with a weight of 700.
61 // Typeface* bold2 = createRelative(bold, Bold); // Rendered with a weight of 700.
64 // Typeface* boldBold = createRelative(boldBase, Bold); // Rendered with a weight of 1000.
67 // Typeface* lightBold = createRelative(lightBase, Bold); // Rendered with a weight of 600.
71 static Typeface* createRelative(Typeface* src, Style desiredStyle);
Typeface.cpp 68 Typeface* Typeface::createRelative(Typeface* src, Typeface::Style style) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ContentProviderController.java 29 ComponentName componentName = createRelative(baseContext.getPackageName(), contentProvider.getClass().getName());
79 private static ComponentName createRelative(String pkg, String cls) {
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 41 Typeface* face = Typeface::createRelative(family, (Typeface::Style)style);
45 face = Typeface::createRelative(family, (Typeface::Style)(style ^ Typeface::kItalic));
48 face = Typeface::createRelative(family, (Typeface::Style)i);
  /cts/hostsidetests/appsecurity/test-apps/ClassLoaderSplitApp/src/com/android/cts/classloadersplitapp/
SplitAppTest.java 61 ComponentName.createRelative(PACKAGE, ".feature_a.FeatureAActivity");
63 ComponentName.createRelative(PACKAGE, ".feature_b.FeatureBActivity");
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/activityview/
ActivityViewTestFragment.java 64 intent.setComponent(ComponentName.createRelative("com.android.settings", ".Settings"));
  /frameworks/base/core/java/android/content/
ComponentName.java 57 public static @NonNull ComponentName createRelative(@NonNull String pkg, @NonNull String cls) {
88 public static @NonNull ComponentName createRelative(@NonNull Context pkg, @NonNull String cls) {
89 return createRelative(pkg.getPackageName(), cls);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
SystemActivityMonitoringServiceTest.java 126 return ComponentName.createRelative(ctx, cls.getName());
  /cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
SplitAppTest.java 50 ComponentName.createRelative(PACKAGE, ".feature_a.FeatureAActivity");
52 ComponentName.createRelative(PACKAGE, ".feature_b.FeatureBActivity");
54 ComponentName.createRelative(PACKAGE, ".feature_c.FeatureCActivity");
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityTestsBase.java 147 return ComponentName.createRelative(DEFAULT_COMPONENT_PACKAGE_NAME,
179 mComponent = ComponentName.createRelative(DEFAULT_COMPONENT_PACKAGE_NAME,
295 mComponent = ComponentName.createRelative(DEFAULT_COMPONENT_PACKAGE_NAME,
LockTaskControllerTest.java 609 .setComponent(ComponentName.createRelative(pkg, TEST_CLASS_NAME));
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 81 ComponentName.createRelative(context.getPackageName(),
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
PreProvisioningControllerTest.java     [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
ApplicationsStateRoboTest.java 110 return ComponentName.createRelative(resolveInfo.activityInfo.packageName, "foo");
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 102 private static final ComponentName SERVICE_TO_BIND_TO = ComponentName.createRelative(
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 611 ComponentName.createRelative("com.android.phone", ".EmergencyDialer");
    [all...]
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
robolectric-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
robolectric-3.5.1.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 2757 milliseconds

1 2