Home | History | Annotate | Download | only in templates

Lines Matching defs:ComposeState

311     // it then copied in the ComposeState constructor.
1194 private transient ComposeState m_composeState;
1197 * Initialize a new ComposeState.
1201 m_composeState = new ComposeState();
1206 * @return ComposeState reference, or null if endCompose has been called.
1208 ComposeState getComposeState()
1246 class ComposeState
1248 ComposeState()