Searched refs:InternalInsetsInfo (Results 1 – 16 of 16) sorted by relevance
24 import android.view.ViewTreeObserver.InternalInsetsInfo;62 internalInsetsInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
537 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);541 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT);
24 import android.view.ViewTreeObserver.InternalInsetsInfo;97 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
220 public final static class InternalInsetsInfo { class in ViewTreeObserver309 InternalInsetsInfo other = (InternalInsetsInfo)o; in equals()317 void set(InternalInsetsInfo other) { in set()342 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo); in onComputeInternalInsets()1186 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) { in dispatchOnComputeInternalInsets()
488 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets489 = new ViewTreeObserver.InternalInsetsInfo();2633 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets; in performTraversals()
130 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { in onComputeInternalInsets()
298 public void updateTouchableRegion(ViewTreeObserver.InternalInsetsInfo info) { in updateTouchableRegion()299 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in updateTouchableRegion()
52 import android.view.ViewTreeObserver.InternalInsetsInfo;238 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);242 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
240 ViewTreeObserver.InternalInsetsInfo inoutInfo) {244 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
441 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);820 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;827 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;834 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;841 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
971 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;978 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;985 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;997 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
49 import android.view.ViewTreeObserver.InternalInsetsInfo;1250 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo) { in onComputeInternalInsets()1251 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
1290 protected void setInternalInsetsInfo(ViewTreeObserver.InternalInsetsInfo info,
408 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
647 Landroid/view/ViewTreeObserver$InternalInsetsInfo;-><init>()V
3987 android.view.ViewTreeObserver$InternalInsetsInfo