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

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 217 * Only used when {@link #setTouchableInsets(int)} is called with
223 * Option for {@link #setTouchableInsets(int)}: the entire window frame
229 * Option for {@link #setTouchableInsets(int)}: the area inside of
235 * Option for {@link #setTouchableInsets(int)}: the area inside of
241 * Option for {@link #setTouchableInsets(int)}: the area inside of
251 public void setTouchableInsets(int val) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 427 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 415 info.setTouchableInsets(mTmpInsets.touchableInsets);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 321 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
327 info.setTouchableInsets(mTmpInsets.touchableInsets);
    [all...]

Completed in 410 milliseconds