/packages/apps/Dialer/java/com/android/dialer/binary/aosp/ |
AospDialerRootComponent.java | 28 import dagger.Component; 31 /** Root component for the AOSP Dialer application. */ 33 @Component(
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/ |
UnifiedContentBorder.java | 28 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { 38 public Insets getBorderInsets(Component component) {
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
SwingHelper.java | 3 import java.awt.Component; 23 * Adds a listener to the window parent of the given component. Can be 24 * before the component is really added to its hierachy. 25 * @param source The source component 28 public static void addWindowListener(final Component source, final WindowListener listener) { 43 * Centers a component according to the window location. 45 * @param cmp A component, usually a dialog 47 public static void centerInWindow(Window wnd, Component cmp) { 62 public static void browse(Component parent, String uri) {
|
GroupBorder.java | 3 import java.awt.Component; 23 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { 46 public Insets getBorderInsets(Component c) {
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
BluetoothPhoneService.java | 29 public final class BluetoothPhoneService extends Service implements TelecomSystem.Component {
|
TelecomBroadcastReceiver.java | 30 extends BroadcastReceiver implements TelecomSystem.Component {
|
PrimaryCallReceiver.java | 16 public class PrimaryCallReceiver extends BroadcastReceiver implements TelecomSystem.Component {
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
plexus-component-annotations-1.5.5.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/ |
plexus-component-annotations-1.5.5.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/ |
plexus-component-annotations-1.5.5.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/ |
plexus-component-annotations-1.6.jar | |
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
ICalendar.java | 29 * Component and Property, for use in the test. 36 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY, 39 public static class Component { 45 * Creates a new component with the provided name. 46 * @param name The name of the component. 48 public Component(String name, Component parent) { 53 * Adds a Property to this component. 78 * A property within an iCalendar component (e.g., DTSTART, DTEND, etc.,
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/cycle/ |
Cycles.java | 18 import dagger.Component; 136 @Component(modules = CycleMapModule.class) 142 @Component 152 @Component
|
/external/dagger2/core/src/main/java/dagger/ |
Component.java | 33 * have the name of the type annotated with {@code @Component} prepended with {@code Dagger}. For 34 * example, {@code @Component interface MyComponent {...}} will produce an implementation named 37 * <a name="component-methods"> 38 * <h2>Component methods</h2> 41 * <p>Every type annotated with {@code @Component} must contain at least one abstract component 42 * method. Component methods may have any name, but must have signatures that conform to either 59 * of the component to request provision any number of times by calling {@link Provider#get}. A 110 * <p>Component implementations are primarily instantiated via a generated 112 * is obtained using the {@code builder()} method on the component implementation [all...] |
/external/proguard/src/proguard/gui/ |
TabbedPane.java | 66 * Adds a component with a given title to the tabbed pane. 69 * @param component the component that will be added as a tab. 71 public Component add(final String title, Component component) 137 cardPanel.add(title, component); 139 return component; 148 * @return the component containing the image. 150 public Component addImage(final Image image 158 JButton component = new JButton(new ImageIcon(image)); local [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RecurrenceSetTest.java | 105 ICalendar.Component component = new ICalendar.Component(MOCK_COMPONENT_NAME, null); local 112 assertTrue(RecurrenceSet.populateComponent(values, component)); 113 List<ICalendar.Property> list = component.getProperties("DTSTART"); 117 list = component.getProperties("RRULE"); 121 component = new ICalendar.Component(MOCK_COMPONENT_NAME, null); 128 assertTrue(RecurrenceSet.populateComponent(values, component)); 130 list = component.getProperties("RRULE") [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
BenchmarkClassChecker.java | 24 import dagger.Component; 88 @Component(modules = {
|
MainComponent.java | 28 import dagger.Component; 33 * The main component used when running caliper. 36 @Component(modules = {
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
BasicComponent.java | 18 import dagger.Component; 23 @Component(modules = PrimitivesModule.class)
|
MultibindingComponent.java | 18 import dagger.Component; 27 @Component(
|
/external/skia/src/sfnt/ |
SkOTTable_glyf.h | 109 struct Component { 180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix; 201 } component;//[] last element does not set MORE_COMPONENTS member in struct:SkOTTableGlyphData::Composite 203 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
PathV2.h | 28 /// @name Lexical Component Iterator 41 /// Iteration examples. Each component is separated by ',': 51 StringRef Component; //< The current component. Not necessarily in Path. 65 reference operator*() const { return Component; } 66 pointer operator->() const { return &Component; } 82 /// @returns Iterator initialized with the first component of \a path. 92 /// @returns Iterator initialized with the first reverse component of \a path. 108 /// @brief Remove the last component from \a path unless it is the root dir. 114 /// @param path A path that is modified to not have a file component [all...] |
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
Theme.java | 5 import java.awt.Component; 34 public static void apply(Component cmp) { 60 for (Component child : c.getComponents())
|
/frameworks/av/services/audiopolicy/enginedefault/ |
Android.mk | 3 # Component build
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/ |
gmaven-runtime-api-1.5.jar | |