Searched refs:InternalInsetsInfo (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEventHole.java74 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
90 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
95 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java150 public final static class InternalInsetsInfo { class in class:ViewTreeObserver
226 InternalInsetsInfo other = (InternalInsetsInfo)o;
233 void set(InternalInsetsInfo other) {
258 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
751 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) {
H A DViewRootImpl.java260 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
261 = new ViewTreeObserver.InternalInsetsInfo();
1757 final ViewTreeObserver.InternalInsetsInfo insets = attachInfo.mGivenInternalInsets;
H A DView.java17766 final ViewTreeObserver.InternalInsetsInfo mGivenInternalInsets
17767 = new ViewTreeObserver.InternalInsetsInfo();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java310 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
318 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
571 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
578 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
585 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
592 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java173 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
1092 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME:
1095 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT:
1098 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE:
1101 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: {
H A DWindowManagerService.java2691 window.mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;

Completed in 3971 milliseconds