Searched refs:mTouchableInsets (Results 1 – 5 of 5) sorted by relevance
54 internalInOutInfo.setTouchableInsets(inOutInfo.mTouchableInsets); in addOnComputeInsetsListener()153 mTouchableInsets = val; in setTouchableInsets()156 int mTouchableInsets; field in ViewTreeObserverWrapper.InsetsInfo163 result = 31 * result + mTouchableInsets; in hashCode()173 return mTouchableInsets == other.mTouchableInsets && in equals()
280 mTouchableInsets = val; in setTouchableInsets()284 int mTouchableInsets; field in ViewTreeObserver.InternalInsetsInfo290 mTouchableInsets = TOUCHABLE_INSETS_FRAME; in reset()297 && mTouchableInsets == TOUCHABLE_INSETS_FRAME; in isEmpty()305 result = 31 * result + mTouchableInsets; in hashCode()315 return mTouchableInsets == other.mTouchableInsets && in equals()326 mTouchableInsets = other.mTouchableInsets; in set()
3225 mWindowSession.setInsets(mWindow, insets.mTouchableInsets, in performTraversals()
441 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; field in WindowState3651 switch (mTouchableInsets) { in getTouchableRegion()4280 if (mTouchableInsets != 0 || mGivenInsetsPending) { in dump()4281 pw.println(prefix + "mTouchableInsets=" + mTouchableInsets in dump()
2150 + ", touchableInsets " + w.mTouchableInsets + " -> " + touchableInsets); in setInsetsWindow()2156 w.mTouchableInsets = touchableInsets; in setInsetsWindow()