HomeSort by relevance Sort by last modified time
    Searched refs:detector (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 40 import com.android.tools.lint.detector.api.ClassContext;
41 import com.android.tools.lint.detector.api.Context;
42 import com.android.tools.lint.detector.api.DefaultPosition;
43 import com.android.tools.lint.detector.api.Detector;
44 import com.android.tools.lint.detector.api.Issue;
45 import com.android.tools.lint.detector.api.JavaContext;
46 import com.android.tools.lint.detector.api.LintUtils;
47 import com.android.tools.lint.detector.api.Location;
48 import com.android.tools.lint.detector.api.Location.Handle
    [all...]
LintFix.java 39 import com.android.tools.lint.detector.api.Issue;
40 import com.android.tools.lint.detector.api.Issue.OutputFormat;
LintJob.java 30 import com.android.tools.lint.detector.api.Issue;
31 import com.android.tools.lint.detector.api.Scope;
LintFixGenerator.java 29 import com.android.tools.lint.detector.api.Issue;
30 import com.android.tools.lint.detector.api.Issue.OutputFormat;
31 import com.android.tools.lint.detector.api.Project;
32 import com.android.tools.lint.detector.api.Severity;
210 * Suppress the given detector, and rerun the checks on the file
212 * @param id the id of the detector to be suppressed, or null
RunLintAction.java 25 import com.android.tools.lint.detector.api.LintUtils;
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_win.cc 292 UpgradeDetector* detector = variable
296 switch (detector->upgrade_notification_stage()) {
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 545 public boolean onScale(ScaleGestureDetector detector) {
548 mInitialScaleFactor = detector.getScaleFactor();
550 final float deltaScale = detector.getScaleFactor() - mInitialScaleFactor;
559 * detector.getScaleFactor();
564 mMagnificationController.setScale(normalizedNewScale, detector.getFocusX(),
565 detector.getFocusY(), false);
570 public boolean onScaleBegin(ScaleGestureDetector detector) {
575 public void onScaleEnd(ScaleGestureDetector detector) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 115 public boolean onScaleBegin(ScaleGestureDetector detector) {
117 float focusX = detector.getFocusX();
118 float focusY = detector.getFocusY();
128 public boolean onScale(ScaleGestureDetector detector) {
134 public void onScaleEnd(ScaleGestureDetector detector) {
596 // reset the gesture detector
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 441 VCardSourceDetector detector = null; local
454 detector = new VCardSourceDetector();
456 mVCardParser.addInterpreter(detector);
473 detector = new VCardSourceDetector();
475 mVCardParser.addInterpreter(detector);
497 detector.getEstimatedType(),
498 detector.getEstimatedCharset(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 47 import com.android.tools.lint.detector.api.Category;
48 import com.android.tools.lint.detector.api.Context;
49 import com.android.tools.lint.detector.api.Issue;
50 import com.android.tools.lint.detector.api.Location;
51 import com.android.tools.lint.detector.api.Project;
52 import com.android.tools.lint.detector.api.Scope;
53 import com.android.tools.lint.detector.api.Severity;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 566 CountryDetector detector = (CountryDetector) context.getSystemService( local
568 if (detector != null) {
569 Country country = detector.detectCountry();
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 564 CountryDetector detector = (CountryDetector) context.getSystemService( local
566 if (detector != null) {
567 Country country = detector.detectCountry();
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 47 private GestureDetector detector; field in class:AndroidInput
153 detector = new GestureDetector(null, this, null, false);
160 detector = new GestureDetector(null, this, null, false);
288 this.detector.onTouchEvent(event);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 605 detector = GC_Detector()
606 while not detector.gc_happened:
670 detector = GC_Detector()
673 while not detector.gc_happened:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 605 detector = GC_Detector()
606 while not detector.gc_happened:
670 detector = GC_Detector()
673 while not detector.gc_happened:
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 362 public boolean onScale(ScaleGestureDetector detector) {
363 mLiveScale *= detector.getScaleFactor();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java     [all...]
  /external/zxing/core/
core.jar 
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 118 /** Gesture detector */
120 /** Gesture detector that detects pinch gestures */
330 public boolean onScale(ScaleGestureDetector detector) {
334 float newScale = currentScale * detector.getScaleFactor();
335 scale(newScale, detector.getFocusX(), detector.getFocusY());
341 public boolean onScaleBegin(ScaleGestureDetector detector) {
350 public void onScaleEnd(ScaleGestureDetector detector) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 18 import static com.android.tools.lint.detector.api.Issue.OutputFormat.RAW;
19 import static com.android.tools.lint.detector.api.Issue.OutputFormat.TEXT;
29 import com.android.tools.lint.detector.api.Category;
30 import com.android.tools.lint.detector.api.Issue;
31 import com.android.tools.lint.detector.api.Project;
32 import com.android.tools.lint.detector.api.Severity;
  /prebuilts/devtools/tools/lib/
lint.jar 
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 469 public boolean onScale(ScaleGestureDetector detector) {
470 mLiveScale *= detector.getScaleFactor();
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 284 // Likewise, initialize the upgrade detector for Chrome OS. The upgrade
285 // detector starts to monitor changes from the update engine.
573 // Initialize the network portal detector for Chrome OS. The network
574 // portal detector starts to listen for notifications from
581 NetworkPortalDetector* detector = NetworkPortalDetector::Get(); local
587 // Enable portal detector if EULA was previously accepted or if
590 detector->Enable(true);
674 // Shutdown the upgrade detector for Chrome OS. The upgrade detector
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 59 /** Instrument detector. We use it to check whether the current instance is instrumented. */
81 public static void setInstrumentDetector(final InstrumentDetector detector) {
82 instrumentDetector = detector;
628 /** Default detector. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 579 SystraceVersionDetector detector = new SystraceVersionDetector(device); local
581 new ProgressMonitorDialog(parentShell).run(true, false, detector);
592 if (detector.getVersion() == SystraceVersionDetector.SYSTRACE_V1) {
603 dlg = new SystraceOptionsDialogV2(parentShell, detector.getTags(), apps);
    [all...]

Completed in 1064 milliseconds

1 23 4 5