/sdk/rule_api/src/com/android/ide/common/api/ |
D | IClientRulesEngine.java | 21 import com.android.annotations.Nullable; 52 @Nullable 71 @Nullable 104 @Nullable 105 String displayInput(@NonNull String message, @Nullable String value, in displayInput() 106 @Nullable IValidator filter); in displayInput() 133 @Nullable 144 @Nullable 145 String displayReferenceInput(@Nullable String currentValue); in displayReferenceInput() 157 @Nullable [all …]
|
D | DropFeedback.java | 19 import com.android.annotations.Nullable; 37 @Nullable 72 @Nullable 84 @Nullable 105 @Nullable 134 public DropFeedback(@Nullable Object userData, @Nullable IFeedbackPainter painter) { in DropFeedback() 144 @Nullable 151 @Nullable 158 @Nullable 164 @Nullable [all …]
|
D | IViewRule.java | 20 import com.android.annotations.Nullable; 77 @Nullable 112 @Nullable 146 @Nullable 161 @Nullable Object view); in paintSelectionFeedback() 182 @Nullable 183 DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() 184 @Nullable IDragElement[] elements); in onDropEnter() 203 @Nullable 207 @Nullable DropFeedback feedback, in onDropMove() [all …]
|
D | AbstractViewRule.java | 19 import com.android.annotations.Nullable; 44 @Nullable 51 @Nullable 66 @Nullable 73 @NonNull List<? extends INode> childNodes, @Nullable Object view) { in paintSelectionFeedback() 77 @Nullable 78 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() 79 @Nullable IDragElement[] elements) { in onDropEnter() 84 @Nullable 86 @Nullable DropFeedback feedback, @NonNull Point p) { in onDropMove() [all …]
|
D | INode.java | 21 import com.android.annotations.Nullable; 94 @Nullable 102 @Nullable 183 boolean setAttribute(@Nullable String uri, @NonNull String localName, @Nullable String value); in setAttribute() 197 @Nullable 198 String getStringAttr(@Nullable String uri, @NonNull String attrName); in getStringAttr() 218 @Nullable 219 public IAttributeInfo getAttributeInfo(@Nullable String uri, @NonNull String attrName); in getAttributeInfo()
|
D | IMenuCallback.java | 20 import com.android.annotations.Nullable; 50 @Nullable String valueId, in action() 51 @Nullable Boolean newValue); in action() 61 @Nullable String valueId, 62 @Nullable Boolean newValue) {
|
D | Segment.java | 20 import com.android.annotations.Nullable; 54 @Nullable 61 @Nullable 64 public Segment(int at, int from, int to, @Nullable INode node, @Nullable String id, in Segment()
|
D | IDragElement.java | 20 import com.android.annotations.Nullable; 58 @Nullable 79 @Nullable 80 public abstract IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName); in getAttribute()
|
D | RuleAction.java | 20 import com.android.annotations.Nullable; 127 @Nullable URL iconUrl, in createAction() 157 @Nullable URL iconUrl, in createToggle() 188 @Nullable URL iconUrl, in createChoices() 226 @Nullable List<URL> iconUrls, in createChoices() 228 @Nullable String current, in createChoices() 229 @Nullable URL iconUrl, in createChoices() 266 @Nullable List<URL> iconUrls, in createChoices() 267 @Nullable String current, in createChoices() 268 @Nullable URL iconUrl, in createChoices() [all …]
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
D | IChimpDevice.java | 26 import javax.annotation.Nullable; 61 void reboot(@Nullable String into); in reboot() 167 void startActivity(@Nullable String uri, @Nullable String action, in startActivity() 168 @Nullable String data, @Nullable String mimeType, in startActivity() 169 Collection<String> categories, Map<String, Object> extras, @Nullable String component, in startActivity() 184 void broadcastIntent(@Nullable String uri, @Nullable String action, in broadcastIntent() 185 @Nullable String data, @Nullable String mimeType, in broadcastIntent() 186 Collection<String> categories, Map<String, Object> extras, @Nullable String component, in broadcastIntent()
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
D | Detector.java | 20 import com.android.annotations.Nullable; 96 @Nullable 117 @Nullable 139 @Nullable 158 @Nullable AstVisitor visitor, in visitMethod() 192 @Nullable AstVisitor visitor, in visitResourceReference() 219 @Nullable 264 @Nullable 282 @Nullable 346 @Nullable [all …]
|
D | JavaContext.java | 20 import com.android.annotations.Nullable; 56 @Nullable Project main, in JavaContext() 77 public void report(@NonNull Issue issue, @Nullable Location location, in report() 78 @NonNull String message, @Nullable Object data) { in report() 99 @Nullable Node scope, in report() 100 @Nullable Location location, in report() 102 @Nullable Object data) { in report()
|
D | Context.java | 20 import com.android.annotations.Nullable; 101 @Nullable Project main, in Context() 181 @Nullable 196 @Nullable 211 public void setProperty(@NonNull String name, @Nullable Object value) { in setProperty() 257 @Nullable Location location, in report() 259 @Nullable Object data) { in report() 297 @Nullable Throwable exception, in log() 298 @Nullable String format, in log() 299 @Nullable Object... args) { in log() [all …]
|
D | XmlContext.java | 20 import com.android.annotations.Nullable; 62 @Nullable Project main, in XmlContext() 64 @Nullable ResourceFolderType folderType) { in XmlContext() 117 @Nullable Node scope, in report() 118 @Nullable Location location, in report() 120 @Nullable Object data) { in report() 130 @Nullable Location location, in report() 132 @Nullable Object data) { in report() 152 @Nullable
|
D | Location.java | 20 import com.android.annotations.Nullable; 57 protected Location(@NonNull File file, @Nullable Position start, @Nullable Position end) { in Location() 84 @Nullable 94 @Nullable 105 @Nullable 115 public void setSecondary(@Nullable Location secondary) { in setSecondary() 144 @Nullable 156 public void setClientData(@Nullable Object clientData) { in setClientData() 167 @Nullable 202 @Nullable Position end) { in create() [all …]
|
D | ClassContext.java | 27 import com.android.annotations.Nullable; 91 @Nullable Project main, in ClassContext() 93 @Nullable File jarFile, in ClassContext() 98 @Nullable String sourceContents) { in ClassContext() 134 @Nullable 153 @Nullable 238 @Nullable 261 public Location getLocationForLine(int line, @Nullable String patternStart, in getLocationForLine() 262 @Nullable String patternEnd, @Nullable SearchHints hints) { in getLocationForLine() 295 @Nullable Location location, in report() [all …]
|
D | Category.java | 20 import com.android.annotations.Nullable; 45 @Nullable Category parent, in Category() 47 @Nullable String explanation, in Category() 78 @Nullable Category parent, in create() 80 @Nullable String explanation, in create()
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/ |
D | Configuration.java | 20 import com.android.annotations.Nullable; 54 @Nullable Location location, in isIgnored() 56 @Nullable Object data) { in isIgnored() 97 @Nullable Location location, in ignore() 99 @Nullable Object data); in ignore() 108 public abstract void setSeverity(@NonNull Issue issue, @Nullable Severity severity); in setSeverity()
|
D | SdkInfo.java | 20 import com.android.annotations.Nullable; 64 @Nullable 76 @Nullable
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationClient.java | 19 import com.android.annotations.Nullable; 84 @Nullable 92 @Nullable 101 @Nullable 102 ResourceRepository getFrameworkResources(@Nullable IAndroidTarget target); in getFrameworkResources() 128 @Nullable
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | TableRowRule.java | 21 import com.android.annotations.Nullable; 74 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge, in onResizeBegin() 75 @Nullable Object childView, @Nullable Object parentView) { in onResizeBegin()
|
D | IgnoredLayoutRule.java | 20 import com.android.annotations.Nullable; 37 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter() 38 @Nullable IDragElement[] elements) { in onDropEnter()
|
D | TableLayoutRule.java | 21 import com.android.annotations.Nullable; 84 final @Nullable String valueId, in addContextMenuActions() 85 @Nullable Boolean newValue) { in addContextMenuActions() 114 final @Nullable String valueId, in addTableLayoutActions() 115 final @Nullable Boolean newValue) { in addTableLayoutActions() 200 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge, in onResizeBegin() 201 @Nullable Object childView, @Nullable Object parentView) { in onResizeBegin()
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/ |
D | GrabProcessOutput.java | 20 import com.android.annotations.Nullable; 62 public void out(@Nullable String line); in out() 67 public void err(@Nullable String line); in err() 85 @Nullable final IProcessOutput output) throws InterruptedException { in grabProcessOutput()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GlobalCanvasDragInfo.java | 20 import com.android.annotations.Nullable; 82 @Nullable SelectionItem[] selection, in startDrag() 83 @Nullable Object sourceCanvas, in startDrag() 84 @Nullable Runnable removeSourceHandler) { in startDrag()
|