Searched refs:newState (Results 1 – 4 of 4) sorted by relevance
489 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()
799 void setShowOutline(boolean newState) { in setShowOutline() argument800 mShowOutline = newState; in setShowOutline()
2826 public void stateChanged(int oldState, int newState) { in stateChanged() argument2829 if (newState == STATE_OPEN || newState == STATE_COLLAPSED && oldState == STATE_OPEN) { in stateChanged()
1402 State newState = Configuration.getState(device, stateName); in onDeviceChange() local1403 mConfiguration.setDeviceState(newState, true); in onDeviceChange()1404 selectDeviceState(newState); in onDeviceChange()