Searched refs:dockLocation (Results 1 – 2 of 2) sorted by relevance
29 public MemoryFlyoutPreferences(int dockLocation, int state, int width) { in MemoryFlyoutPreferences() argument30 m_dockLocation = dockLocation; in MemoryFlyoutPreferences()
269 private void setDockLocation(int dockLocation) { in setDockLocation() argument270 m_preferences.setDockLocation(dockLocation); in setDockLocation()