HomeSort by relevance Sort by last modified time
    Searched refs:setTouchableInsets (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 197 * Only used when {@link #setTouchableInsets(int)} is called with
203 * Option for {@link #setTouchableInsets(int)}: the entire window frame
209 * Option for {@link #setTouchableInsets(int)}: the area inside of
215 * Option for {@link #setTouchableInsets(int)}: the area inside of
221 * Option for {@link #setTouchableInsets(int)}: the area inside of
231 public void setTouchableInsets(int val) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 319 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
325 info.setTouchableInsets(mTmpInsets.touchableInsets);
    [all...]

Completed in 189 milliseconds