Home
last modified time | relevance | path

Searched refs:newState (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java489 boolean newState = mZoomRealSizeButton.getSelection(); in createZoomControls()
490 if (rescaleToReal(newState)) { in createZoomControls()
491 mZoomOutButton.setEnabled(!newState); in createZoomControls()
492 mZoomResetButton.setEnabled(!newState); in createZoomControls()
493 mZoomInButton.setEnabled(!newState); in createZoomControls()
494 mZoomFitButton.setEnabled(!newState); in createZoomControls()
496 mZoomRealSizeButton.setSelection(!newState); in createZoomControls()
DLayoutCanvas.java799 void setShowOutline(boolean newState) { in setShowOutline() argument
800 mShowOutline = newState; in setShowOutline()
DGraphicalEditorPart.java2826 public void stateChanged(int oldState, int newState) { in stateChanged() argument
2829 if (newState == STATE_OPEN || newState == STATE_COLLAPSED && oldState == STATE_OPEN) { in stateChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationChooser.java1402 State newState = Configuration.getState(device, stateName); in onDeviceChange() local
1403 mConfiguration.setDeviceState(newState, true); in onDeviceChange()
1404 selectDeviceState(newState); in onDeviceChange()