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 257 mTouchableInsets = val;
260 int mTouchableInsets;
266 mTouchableInsets = TOUCHABLE_INSETS_FRAME;
273 && mTouchableInsets == TOUCHABLE_INSETS_FRAME;
281 result = 31 * result + mTouchableInsets;
291 return mTouchableInsets == other.mTouchableInsets &&
301 mTouchableInsets = other.mTouchableInsets;
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 334 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
WindowManagerService.java     [all...]

Completed in 101 milliseconds