Home | History | Annotate | Download | only in wm

Lines Matching refs:reveal_state_

245       reveal_state_(CLOSED),
303 if (reveal_state_ == REVEALED) {
315 reveal_state_ = CLOSED;
332 return enabled_ && reveal_state_ != CLOSED;
380 if (reveal_state_ == SLIDING_OPEN || reveal_state_ == REVEALED) {
479 if (reveal_state_ == SLIDING_OPEN) {
481 } else if (reveal_state_ == SLIDING_CLOSED) {
572 DCHECK(reveal_state_ == SLIDING_CLOSED || reveal_state_ == CLOSED);
632 if (reveal_state_ == CLOSED || reveal_state_ == SLIDING_CLOSED)
756 if (reveal_state_ == SLIDING_CLOSED || reveal_state_ == CLOSED) {
768 if (reveal_state_ == SLIDING_CLOSED || reveal_state_ == CLOSED) {
803 if (reveal_state_ == REVEALED ||
804 (reveal_state_ == SLIDING_OPEN && animate != ANIMATE_NO)) {
808 RevealState previous_reveal_state = reveal_state_;
809 reveal_state_ = SLIDING_OPEN;
814 // |reveal_state_|.
815 if (reveal_state_ != SLIDING_OPEN)
829 DCHECK_EQ(SLIDING_OPEN, reveal_state_);
830 reveal_state_ = REVEALED;
847 if (reveal_state_ == CLOSED ||
848 (reveal_state_ == SLIDING_CLOSED && animate != ANIMATE_NO)) {
852 reveal_state_ = SLIDING_CLOSED;
864 DCHECK_EQ(SLIDING_CLOSED, reveal_state_);
865 reveal_state_ = CLOSED;
912 if (reveal_state_ == REVEALED) {