Home
last modified time | relevance | path

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

/sdk/find_java2/src/
DFindJava2Dlg.cpp169 UINT newState = pNMLV->uNewState; in OnLvnItemchangedPathList() local
171 if ((oldState & LVIS_STATEIMAGEMASK) != 0 || (newState & LVIS_STATEIMAGEMASK) != 0) { in OnLvnItemchangedPathList()
176 bool newChecked = (newState & LVIS_STATEIMAGEMASK) == INDEXTOSTATEIMAGEMASK(2); in OnLvnItemchangedPathList()
/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.java2927 public void stateChanged(int oldState, int newState) { in stateChanged() argument
2930 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.java1403 State newState = Configuration.getState(device, stateName); in onDeviceChange() local
1404 mConfiguration.setDeviceState(newState, true); in onDeviceChange()
1405 selectDeviceState(newState); in onDeviceChange()