KeyboardHeightPopupImpl

Author

gusd

Constructors

Link copied to clipboard
public void KeyboardHeightPopupImpl(Activity activity)

Functions

Link copied to clipboard
public void setKeyboardHeightObserver(KeyboardHeightObserver observer)
Set the keyboard height observer to this provider.
Link copied to clipboard
public void showAtLocation(View parent, int gravity, int x, int y)
Link copied to clipboard
public void start()
Start the KeyboardHeightProvider, this must be called after the onResume of the Activity.
Link copied to clipboard
public void stop()
Close the keyboard height provider, this provider will not be used anymore.