Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewTreeObserver.java202 public final static class InternalInsetsInfo { class in ViewTreeObserver
285 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()
DViewRootImpl.java271 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
272 = new ViewTreeObserver.InternalInsetsInfo();
1974 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets; in performTraversals()
DView.java21630 final ViewTreeObserver.InternalInsetsInfo mGivenInternalInsets
21631 = new ViewTreeObserver.InternalInsetsInfo();
/frameworks/base/services/core/java/com/android/server/policy/
DImmersiveModeConfirmation.java210 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
214 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java368 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()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java322 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;
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java889 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
896 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
903 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
915 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java219 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()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java349 ViewTreeObserver.InternalInsetsInfo info) {
353 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo
/frameworks/base/
Dpreloaded-classes1975 android.view.ViewTreeObserver$InternalInsetsInfo