Searched refs:mTouchableInsets (Results 1 – 4 of 4) sorted by relevance
252 mTouchableInsets = val; in setTouchableInsets()255 int mTouchableInsets; field in ViewTreeObserver.InternalInsetsInfo261 mTouchableInsets = TOUCHABLE_INSETS_FRAME; in reset()268 && mTouchableInsets == TOUCHABLE_INSETS_FRAME; in isEmpty()276 result = 31 * result + mTouchableInsets; in hashCode()286 return mTouchableInsets == other.mTouchableInsets && in equals()296 mTouchableInsets = other.mTouchableInsets; in set()
1912 mWindowSession.setInsets(mWindow, insets.mTouchableInsets, in performTraversals()
207 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; field in WindowState1333 switch (mTouchableInsets) { in getTouchableRegion()1542 if (mTouchableInsets != 0 || mGivenInsetsPending) { in dump()1543 pw.print(prefix); pw.print("mTouchableInsets="); pw.print(mTouchableInsets); in dump()
2855 w.mTouchableInsets = touchableInsets; in setInsetsWindow()2971 window.mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; in setUniverseTransformLocked()