Searched refs:InternalInsetsInfo (Results 1 – 10 of 10) 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()
271 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets272 = new ViewTreeObserver.InternalInsetsInfo();1974 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets; in performTraversals()
21630 final ViewTreeObserver.InternalInsetsInfo mGivenInternalInsets21631 = new ViewTreeObserver.InternalInsetsInfo();
210 ViewTreeObserver.InternalInsetsInfo inoutInfo) {214 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
368 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { in onComputeInternalInsets()389 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()392 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
322 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {330 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);601 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;608 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;615 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;622 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
889 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;896 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;903 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;915 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
219 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;1438 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME: in getTouchableRegion()1441 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT: in getTouchableRegion()1444 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE: in getTouchableRegion()1447 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: { in getTouchableRegion()
349 ViewTreeObserver.InternalInsetsInfo info) {353 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo
1975 android.view.ViewTreeObserver$InternalInsetsInfo