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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
AvdManagerWindowImpl1.java 171 GridLayout glShell = new GridLayout(2, false);
172 glShell.verticalSpacing = 0;
173 glShell.horizontalSpacing = 0;
174 glShell.marginWidth = 0;
175 glShell.marginHeight = 0;
176 mShell.setLayout(glShell);
SdkUpdaterWindowImpl2.java 177 GridLayout glShell = new GridLayout(2, false);
178 glShell.verticalSpacing = 0;
179 glShell.horizontalSpacing = 0;
180 glShell.marginWidth = 0;
181 glShell.marginHeight = 0;
182 mShell.setLayout(glShell);

Completed in 54 milliseconds