コード例 #1
0
  @Override
  public void peekPanel(StateChangeReason reason) {
    // NOTE(pedrosimonetti): exposing superclass method to the interface.
    super.peekPanel(reason);

    if (getPanelState() == PanelState.CLOSED || getPanelState() == PanelState.PEEKED) {
      mHasSearchContentViewBeenTouched = false;
    }
  }