android.inputmethodservice
Class InputMethodService.Insets

java.lang.Object
  extended by android.inputmethodservice.InputMethodService.Insets
Enclosing class:
InputMethodService

public static final class InputMethodService.Insets
extends Object


Field Summary
 int contentTopInsets
           
static int TOUCHABLE_INSETS_CONTENT
           
static int TOUCHABLE_INSETS_FRAME
           
static int TOUCHABLE_INSETS_REGION
           
static int TOUCHABLE_INSETS_VISIBLE
           
 int touchableInsets
           
 Region touchableRegion
           
 int visibleTopInsets
           
 
Constructor Summary
InputMethodService.Insets()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentTopInsets

public int contentTopInsets

visibleTopInsets

public int visibleTopInsets

touchableRegion

public final Region touchableRegion

TOUCHABLE_INSETS_FRAME

public static final int TOUCHABLE_INSETS_FRAME
See Also:
Constant Field Values

TOUCHABLE_INSETS_CONTENT

public static final int TOUCHABLE_INSETS_CONTENT
See Also:
Constant Field Values

TOUCHABLE_INSETS_VISIBLE

public static final int TOUCHABLE_INSETS_VISIBLE
See Also:
Constant Field Values

TOUCHABLE_INSETS_REGION

public static final int TOUCHABLE_INSETS_REGION
See Also:
Constant Field Values

touchableInsets

public int touchableInsets
Constructor Detail

InputMethodService.Insets

public InputMethodService.Insets()


Copyright © 2008-2012. All Rights Reserved.