Searched refs:InternalInsetsInfo (Results 1 – 9 of 9) sorted by relevance
202 public final static class InternalInsetsInfo { class in ViewTreeObserver285 InternalInsetsInfo other = (InternalInsetsInfo)o; in equals()292 void set(InternalInsetsInfo other) { in set()317 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo); in onComputeInternalInsets()1036 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) { in dispatchOnComputeInternalInsets()
262 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets263 = new ViewTreeObserver.InternalInsetsInfo();1886 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets; in performTraversals()
20321 final ViewTreeObserver.InternalInsetsInfo mGivenInternalInsets20322 = new ViewTreeObserver.InternalInsetsInfo();
384 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;391 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;398 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;410 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
313 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {321 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);590 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;597 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;604 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;611 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
424 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { in onComputeInternalInsets()427 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
207 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;1335 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME: in getTouchableRegion()1338 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT: in getTouchableRegion()1341 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE: in getTouchableRegion()1344 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: { in getTouchableRegion()
2971 window.mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; in setUniverseTransformLocked()
1523 android.view.ViewTreeObserver$InternalInsetsInfo