Change-Id: I5ef24e5f2a30abdd10ebc7d32fc7ebd9c3e1dd88
Signed-off-by: Seongjun Yim <se201.yim@samsung.com>
bool
_AuthConfirmPopup::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
{
- return true;
+ return false;
}
bool
}
}
- return true;
+ return false;
}
bool
bool
_CertificateConfirmPopup::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
{
- return true;
+ return false;
}
bool
}
}
- return true;
+ return false;
}
bool
bool
_InputPickerPopup::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
{
- return true;
+ return false;
}
bool
HidePopup();
}
- return true;
+ return false;
}
bool
bool
_PromptPopup::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
{
- return true;
+ return false;
}
bool
__pImpl->SendUserEvent(ID_PROMPT_POPUP_CLOSE, null);
}
- return true;
+ return false;
}
bool
bool
_SelectBox::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
{
- return true;
+ return false;
}
bool
}
}
- return true;
+ return false;
}
bool
bool
_UserConfirmPopup::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
{
- return true;
+ return false;
}
bool
SysAssert(false);
}
}
- return true;
+ return false;
}
bool