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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
MemoryFlyoutPreferences.java 40 public int getDockLocation() {
IFlyoutPreferences.java 47 int getDockLocation();
PluginFlyoutPreferences.java 58 public int getDockLocation() {
FlyoutControlComposite.java 237 return getDockLocation() == IFlyoutPreferences.DOCK_WEST;
241 return getDockLocation() == IFlyoutPreferences.DOCK_EAST;
245 return getDockLocation() == IFlyoutPreferences.DOCK_NORTH;
249 return getDockLocation() == IFlyoutPreferences.DOCK_SOUTH;
262 private int getDockLocation() {
263 return m_preferences.getDockLocation();
283 m_preferences.setDockLocation(preferences.getDockLocation());
591 final int oldDockLocation = getDockLocation();
776 int location = getDockLocation();
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 51 milliseconds