Home
last modified time | relevance | path

Searched refs:Nullable (Results 1 – 25 of 258) sorted by relevance

1234567891011

/sdk/rule_api/src/com/android/ide/common/api/
DIClientRulesEngine.java21 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 …]
DDropFeedback.java19 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 …]
DIViewRule.java20 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 …]
DAbstractViewRule.java19 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 …]
DINode.java21 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()
DIMenuCallback.java20 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) {
DSegment.java20 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()
DIDragElement.java20 import com.android.annotations.Nullable;
58 @Nullable
79 @Nullable
80 public abstract IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName); in getAttribute()
DRuleAction.java20 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/
DIChimpDevice.java26 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/
DDetector.java20 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 …]
DJavaContext.java20 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()
DContext.java20 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 …]
DXmlContext.java20 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
DLocation.java20 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 …]
DClassContext.java27 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 …]
DCategory.java20 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/
DConfiguration.java20 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()
DSdkInfo.java20 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/
DConfigurationClient.java19 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/
DTableRowRule.java21 import com.android.annotations.Nullable;
74 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge, in onResizeBegin()
75 @Nullable Object childView, @Nullable Object parentView) { in onResizeBegin()
DIgnoredLayoutRule.java20 import com.android.annotations.Nullable;
37 public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView, in onDropEnter()
38 @Nullable IDragElement[] elements) { in onDropEnter()
DTableLayoutRule.java21 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/
DGrabProcessOutput.java20 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/
DGlobalCanvasDragInfo.java20 import com.android.annotations.Nullable;
82 @Nullable SelectionItem[] selection, in startDrag()
83 @Nullable Object sourceCanvas, in startDrag()
84 @Nullable Runnable removeSourceHandler) { in startDrag()

1234567891011