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()
2137 mWindowSession.setInsets(mWindow, insets.mTouchableInsets, in performTraversals()
279 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME; field in WindowState2227 switch (mTouchableInsets) { in getTouchableRegion()2641 if (mTouchableInsets != 0 || mGivenInsetsPending) { in dump()2642 pw.print(prefix); pw.print("mTouchableInsets="); pw.print(mTouchableInsets); in dump()
2636 + ", touchableInsets " + w.mTouchableInsets + " -> " + touchableInsets); in setInsetsWindow()2642 w.mTouchableInsets = touchableInsets; in setInsetsWindow()