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

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 252 mTouchableInsets = val;
255 int mTouchableInsets;
261 mTouchableInsets = TOUCHABLE_INSETS_FRAME;
268 && mTouchableInsets == TOUCHABLE_INSETS_FRAME;
276 result = 31 * result + mTouchableInsets;
286 return mTouchableInsets == other.mTouchableInsets &&
296 mTouchableInsets = other.mTouchableInsets;
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 207 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
WindowManagerService.java     [all...]

Completed in 613 milliseconds