HomeSort by relevance Sort by last modified time
    Searched full:instanceof (Results 651 - 675 of 3504) sorted by null

<<21222324252627282930>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
SelectAccountDialogFragment.java 100 if (targetFragment != null && targetFragment instanceof Listener) {
111 if (targetFragment != null && targetFragment instanceof Listener) {
  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 415 if ((installed instanceof MessageViewFragment)
416 && (fragment instanceof MessageViewFragment)) {
435 if (installed instanceof MessageViewFragment) {
470 if (mPreviousFragment instanceof MessageViewFragment) {
488 if ((mPreviousFragment instanceof MessageListFragment)
490 && (installed instanceof MailboxListFragment)) {
514 if (mPreviousFragment instanceof MailboxListFragment) {
516 } else if (mPreviousFragment instanceof MessageListFragment) {
  /packages/apps/Email/src/com/android/email/view/
NonLockingScrollView.java 104 if (node instanceof WebView) {
106 } else if (node instanceof ViewGroup) {
  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 75 if ((widget != null) && widget instanceof RadioButton) {
95 if ((textLayout != null) && textLayout instanceof RelativeLayout) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 139 if (preference instanceof BluetoothDevicePreference) {
196 if (mDeviceListGroup instanceof ProgressCategory) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
FileLabelProvider.java 84 if (element instanceof FileEntry) {
108 if (element instanceof FileEntry) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapLabelProvider.java 39 if (element instanceof NativeAllocationInfo) {
43 if (element instanceof NativeLibraryAllocationInfo) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 39 if (element instanceof Element) {
54 if (element instanceof Element) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java 40 if (input instanceof FileEditorInput) {
60 if (editorInput instanceof FileEditorInput) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 128 if (parentElement instanceof DeviceType) {
136 } else if (parentElement instanceof LayoutDevice) {
152 if (element instanceof DeviceType) {
160 } else if (element instanceof LayoutDevice) {
176 if (newInput instanceof LayoutDeviceManager) {
198 if (element instanceof DeviceType) {
202 } else if (element instanceof LayoutDevice) {
206 } else if (element instanceof DeviceConfig) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 139 if (desc instanceof ViewElementDescriptor) {
156 if (p instanceof UiDocumentNode) {
164 while (p != null && !(p instanceof UiViewElementNode)) {
171 if (p instanceof UiViewElementNode) {
183 if (p instanceof UiViewElementNode) {
197 if (uiChild instanceof UiViewElementNode) {
301 if (!(uiNew instanceof UiViewElementNode) || xmlNode == null) {
418 if (descriptor instanceof ViewElementDescriptor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 66 if (ui_parent instanceof UiDocumentNode) {
90 } else if (ui_parent instanceof UiViewElementNode) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 106 selection instanceof ITreeSelection) {
110 if (first instanceof UiElementNode) {
253 if (attr_desc instanceof SeparatorAttributeDescriptor) {
303 if (attr_desc instanceof XmlnsAttributeDescriptor) {
306 } else if (table == null || attr_desc instanceof SeparatorAttributeDescriptor) {
308 if (attr_desc instanceof SeparatorAttributeDescriptor) {
316 if (attr_desc instanceof SeparatorAttributeDescriptor) {
423 if (c instanceof SharedScrolledComposite) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 46 if (selection instanceof IStructuredSelection) {
53 if (o instanceof IAdaptable) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RemoveUselessViewFix.java 57 if (node instanceof Element && node.getParentNode() instanceof Element) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidPackageRenameParticipant.java 200 if (element instanceof IPackageFragment) {
211 || !(manifestResource instanceof IFile)) {
250 if (elem instanceof IType) {
299 if (resource instanceof IFolder
306 if ((member instanceof IFile)
349 if (lDocument instanceof IStructuredDocument) {
365 if (attributeNode instanceof Attr) {
462 if (document instanceof IStructuredDocument) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 97 if (control instanceof Button && (control.getStyle() & SWT.CHECK) == SWT.CHECK) {
99 } else if (control instanceof Composite) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 129 if (obj instanceof IFileWrapper) {
133 if (obj instanceof IFile) {
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ColorUsageDetector.java 83 while (select.getParent() instanceof Select) {
88 if (select.getParent() instanceof MethodInvocation) {
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
JythonUtils.java 226 if (o instanceof String) {
228 } else if (o instanceof Double) {
230 } else if (o instanceof Integer) {
232 } else if (o instanceof Float) {
235 } else if (o instanceof Boolean) {
271 Preconditions.checkArgument(dict instanceof PyStringMap);
302 if (pyFunc != null && pyFunc instanceof PyReflectedFunction) {
317 if (pyField != null && pyField instanceof PyReflectedField) {
  /external/guava/guava/src/com/google/common/collect/
Iterables.java 67 if (iterable instanceof UnmodifiableIterable ||
68 iterable instanceof ImmutableCollection) {
108 return (iterable instanceof Collection)
119 if (iterable instanceof Collection) {
145 return (removeFrom instanceof Collection)
163 return (removeFrom instanceof Collection)
183 if (removeFrom instanceof RandomAccess && removeFrom instanceof List) {
315 return (iterable instanceof Collection)
328 if (elementsToAdd instanceof Collection)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 64 if (iterable instanceof UnmodifiableIterable ||
65 iterable instanceof ImmutableCollection) {
105 return (iterable instanceof Collection)
116 if (iterable instanceof Collection) {
142 return (removeFrom instanceof Collection)
160 return (removeFrom instanceof Collection)
180 if (removeFrom instanceof RandomAccess && removeFrom instanceof List) {
297 return (iterable instanceof Collection)
310 if (elementsToAdd instanceof Collection)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ActionListenerTest.java 79 if (obj == null || !(obj instanceof Argument)) {
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 56 if (cl instanceof GsmCellLocation) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10x.java 63 return (insn instanceof SimpleInsn) &&

Completed in 2132 milliseconds

<<21222324252627282930>>