HomeSort by relevance Sort by last modified time
    Searched refs:mPixelPerfectLoupe (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectLoupeView.java 46 private PixelPerfectLoupe mPixelPerfectLoupe;
51 mPixelPerfectLoupe.setShowOverlay(isChecked());
78 mPixelPerfectLoupe = new PixelPerfectLoupe(pixelPerfectLoupeBorder);
79 mPixelPerfectLoupe.setLayoutData(new GridData(GridData.FILL_BOTH));
114 mPixelPerfectLoupe.setFocus();
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplication.java 127 private PixelPerfectLoupe mPixelPerfectLoupe;
547 mPixelPerfectLoupe = new PixelPerfectLoupe(pixelPerfectLoupeBorder);
548 mPixelPerfectLoupe.setLayoutData(new GridData(GridData.FILL_BOTH));
570 mPixelPerfectLoupe.setShowOverlay(value);
747 mPixelPerfectLoupe.setFocus();
    [all...]

Completed in 25 milliseconds