Searched refs:relativeTo (Results 1 – 3 of 3) sorted by relevance
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/ |
D | SpringLayoutHelper.java | 41 …public void placeToTheRight(Component relativeTo, Component componentToPlace, int horizontalPaddin… in placeToTheRight() argument 42 …tConstraint(SpringLayout.WEST, componentToPlace, horizontalPadding, SpringLayout.EAST, relativeTo); in placeToTheRight() 44 …tConstraint(SpringLayout.NORTH, componentToPlace, verticalPadding, SpringLayout.NORTH, relativeTo); in placeToTheRight() 47 public void placeToTheRight(Component relativeTo, Component componentToPlace) { in placeToTheRight() argument 48 placeToTheRight(relativeTo, componentToPlace, basicPadding, 0); in placeToTheRight() 51 public void placeBelow(Component relativeTo, Component componentToPlace) { in placeBelow() argument 52 placeBelow(relativeTo, componentToPlace, 0, basicPadding); in placeBelow() 55 …public void placeBelow(Component relativeTo, Component componentToPlace, int horizontalPadding, in… in placeBelow() argument 56 …tConstraint(SpringLayout.WEST, componentToPlace, horizontalPadding, SpringLayout.WEST, relativeTo); in placeBelow() 58 …tConstraint(SpringLayout.NORTH, componentToPlace, verticalPadding, SpringLayout.SOUTH, relativeTo); in placeBelow()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1920 final GenericDescriptor relativeTo, in lookupSymbol() argument 1956 new StringBuilder(relativeTo.getFullName()); in lookupSymbol() 2008 throw new DescriptorValidationException(relativeTo, in lookupSymbol()
|
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/ |
D | mootools-more-yui-compressed.min.js | 1 …relativeTo:document.body,position:{x:"center",y:"center"},offset:{x:0,y:0}},getOptions:function(a,… property
|