Home
last modified time | relevance | path

Searched refs:InternalInsetsInfo (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DRegionInterceptingFrameLayout.java24 import android.view.ViewTreeObserver.InternalInsetsInfo;
62 internalInsetsInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
DHardwareUiLayout.java537 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
541 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT);
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
DSampleOverlayPlugin.java24 import android.view.ViewTreeObserver.InternalInsetsInfo;
97 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/android/view/
DViewTreeObserver.java220 public final static class InternalInsetsInfo { class in ViewTreeObserver
309 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()
DViewRootImpl.java488 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
489 = new ViewTreeObserver.InternalInsetsInfo();
2633 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets; in performTraversals()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java130 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { in onComputeInternalInsets()
DHeadsUpManagerPhone.java298 public void updateTouchableRegion(ViewTreeObserver.InternalInsetsInfo info) { in updateTouchableRegion()
299 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in updateTouchableRegion()
DNavigationBarView.java52 import android.view.ViewTreeObserver.InternalInsetsInfo;
238 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
242 info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java240 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
244 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java441 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;
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java971 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
978 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
985 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
997 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java49 import android.view.ViewTreeObserver.InternalInsetsInfo;
1250 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo) { in onComputeInternalInsets()
1251 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java1290 protected void setInternalInsetsInfo(ViewTreeObserver.InternalInsetsInfo info,
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java408 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/config/
Dhiddenapi-greylist.txt647 Landroid/view/ViewTreeObserver$InternalInsetsInfo;-><init>()V
Dpreloaded-classes3987 android.view.ViewTreeObserver$InternalInsetsInfo