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

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 63 private static final int DLG_WIDTH = 500;
100 mShell.setMinimumSize(DLG_WIDTH, DLG_HEIGHT);
104 int x = cx - DLG_WIDTH / 2;
107 mShell.setBounds(x, y, DLG_WIDTH, DLG_HEIGHT);
StaticPortEditDialog.java 46 private static final int DLG_WIDTH = 400;
112 mShell.setMinimumSize(DLG_WIDTH, DLG_HEIGHT);
116 int x = cx - DLG_WIDTH / 2;
119 mShell.setBounds(x, y, DLG_WIDTH, DLG_HEIGHT);
  /prebuilts/devtools/tools/lib/
ddms.jar 
ddmuilib.jar 

Completed in 172 milliseconds