HomeSort by relevance Sort by last modified time
    Searched defs:insets (Results 1 - 19 of 19) sorted by null

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 27 import java.awt.Insets;
69 Insets insets = getInsets(); local
70 g.clipRect(insets.left, insets.top,
71 getWidth() - insets.left - insets.right,
72 getHeight() - insets.top - insets.bottom);
83 int x = (getWidth() - insets.left - insets.right - root.width) / 2
144 Insets insets = getInsets(); local
    [all...]
ScreenViewer.java 40 import java.awt.Insets;
91 new Insets(0, 0, 0, 0), 0, 0));
96 new Insets(0, 0, 0, 0), 0, 0));
139 new Insets(0, 0, 0, 0), 0, 0));
171 new Insets(0, 0, 0, 0), 0, 0));
201 new Insets(0, 0, 0, 0), 0, 0));
219 new Insets(0, 0, 0, 6), 0, 0));
230 new Insets(0, 0, 0, 0), 0, 0));
374 new Insets(0, 0, 0, 12), 0, 0 ));
380 new Insets(0, 0, 0, 12), 0, 0 ))
623 private final Insets insets = new Insets(0, 0, 0, 0); field in class:ScreenViewer.CrosshairPanel
651 Insets insets = getInsets(); local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /frameworks/base/core/java/android/view/
ViewRoot.java 813 if (DEBUG_LAYOUT) Log.v(TAG, "Content insets changing to: "
818 if (DEBUG_LAYOUT) Log.v(TAG, "Visible insets changing to: "
1193 ViewTreeObserver.InternalInsetsInfo insets = attachInfo.mGivenInternalInsets; local
    [all...]
View.java 4082 final Rect insets = mAttachInfo.mVisibleInsets; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 1774 Rect insets = new Rect(10, 20, 30, 50); local
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 312 milliseconds