HomeSort by relevance Sort by last modified time
    Searched refs:Nullable (Results 276 - 300 of 369) sorted by null

<<1112131415

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 20 import com.android.annotations.Nullable;
146 @Nullable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 23 import com.android.annotations.Nullable;
38 @Nullable
ValueCompleter.java 35 import com.android.annotations.Nullable;
56 @Nullable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 22 import com.android.annotations.Nullable;
225 @Nullable IProject project,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
CompiledResourcesMonitor.java 21 import com.android.annotations.Nullable;
87 int kind, @Nullable String extension, int flags, boolean isAndroidProject) {
IdeScanningContext.java 24 import com.android.annotations.Nullable;
220 public boolean checkValue(@Nullable String uri, @NonNull String name, @NonNull String value) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 23 import com.android.annotations.Nullable;
153 @Nullable ResourceRepository frameworkResources,
217 @Nullable AndroidTargetData targetData,
327 public ResourceChooser setCurrentResource(@Nullable String resource) {
342 @Nullable
353 public ResourceChooser setInputValidator(@Nullable IInputValidator inputValidator) {
641 @Nullable
674 @Nullable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 20 import com.android.annotations.Nullable;
176 @Nullable
SdkSelectionPage.java 19 import com.android.annotations.Nullable;
282 @Nullable String extraName,
283 @Nullable AndroidVersion targetVersion,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 30 import com.android.annotations.Nullable;
204 public void updateIconState(@Nullable StringEvaluator evaluator) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 43 import com.android.annotations.Nullable;
376 @Nullable
386 @Nullable
387 static String combine(@Nullable String dimension1, @Nullable String dimension2) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 26 import com.android.annotations.Nullable;
361 @Nullable
468 @Nullable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 20 import com.android.annotations.Nullable;
110 @Nullable ResourceFolderType type) {
170 public static @Nullable LayoutEditorDelegate fromEditor(@Nullable IEditorPart editorPart) {
430 @Nullable
431 public IMarker getIssueForNode(@Nullable UiViewElementNode node) {
451 @Nullable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 37 import com.android.annotations.Nullable;
123 private @Nullable String mXmlMatch2;
126 private @Nullable String mXmlMatch3;
132 private @Nullable String mXmlNewValue2;
135 private @Nullable String mXmlNewValue3;
544 @Nullable ResourceFolderType folderType) {
687 @Nullable
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 35 import javax.annotation.Nullable;
104 private V putInBothMaps(@Nullable K key, @Nullable V value, boolean force) {
ImmutableMultiset.java 34 import javax.annotation.Nullable;
272 public boolean contains(@Nullable Object object) {
321 @Override public boolean equals(@Nullable Object object) {
ImmutableSetMultimap.java 36 import javax.annotation.Nullable;
342 @Nullable Comparator<? super V> valueComparator) {
356 @Override public ImmutableSet<V> get(@Nullable K key) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableList.java 32 import javax.annotation.Nullable;
220 public int indexOf(@Nullable Object object) {
224 public int lastIndexOf(@Nullable Object object) {
ImmutableSetMultimap.java 31 import javax.annotation.Nullable;
337 @Nullable Comparator<? super V> valueComparator) {
351 @Override public ImmutableSet<V> get(@Nullable K key) {
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesUnmodifiableIteratorTest.java 29 import javax.annotation.Nullable;
209 public Boolean apply(@Nullable String from) {
328 public Boolean apply(@Nullable Boolean from) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 20 import com.android.annotations.Nullable;
158 @Nullable
332 @Nullable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 28 import com.android.annotations.Nullable;
79 @Nullable IFile resource,
80 @Nullable RenderPreviewMode mode) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 19 import com.android.annotations.Nullable;
103 @Nullable
112 @Nullable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 20 import com.android.annotations.Nullable;
213 public @Nullable String getProperty(@NonNull String name) {
257 @Nullable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 19 import com.android.annotations.Nullable;
569 public void out(@Nullable String line) {
577 public void err(@Nullable String line) {

Completed in 906 milliseconds

<<1112131415