Lines Matching refs:pStates
744 Sequence<short> pStates = pRState->getStates(); in UpdateState() local
745 int count = pStates.getLength(); in UpdateState()
755 if( pStates[iIndex] == ENABLED ) in UpdateState()
757 else if( pStates[iIndex] == SHOWING) in UpdateState()
759 else if( pStates[iIndex] == VISIBLE) in UpdateState()
761 else if( pStates[iIndex] == EDITABLE ) in UpdateState()
763 else if (pStates[iIndex] == FOCUSABLE) in UpdateState()
765 IncreaseState( pStates[iIndex]); in UpdateState()
1018 Sequence<short> pStates = pRState->getStates(); in GetExpandedState() local
1019 int count = pStates.getLength(); in GetExpandedState()
1023 if( EXPANDED == pStates[iIndex] ) in GetExpandedState()
1027 else if( EXPANDABLE == pStates[iIndex] ) in GetExpandedState()