This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* activity에서 키보드의 등장유무의 콜백을 구현한 클래스. | |
* | |
* @author KangSung-Woo | |
* @since 2016/06/08 | |
*/ | |
public class SoftKeyboardVisiblityChecker { | |
/** | |
* 최소라 생각되는 소프트키보드의 사이즈(pixel) | |
*/ |
OlderNewer