Home
last modified time | relevance | path

Searched refs:InternalInsetsInfo (Results 1 – 9 of 9) 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.java262 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
263 = new ViewTreeObserver.InternalInsetsInfo();
1886 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets; in performTraversals()
DView.java20321 final ViewTreeObserver.InternalInsetsInfo mGivenInternalInsets
20322 = new ViewTreeObserver.InternalInsetsInfo();
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java384 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
391 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
398 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
410 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java313 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
321 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
590 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
597 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
604 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
611 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java424 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { in onComputeInternalInsets()
427 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java207 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
1335 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME: in getTouchableRegion()
1338 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT: in getTouchableRegion()
1341 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE: in getTouchableRegion()
1344 case ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION: { in getTouchableRegion()
DWindowManagerService.java2971 window.mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION; in setUniverseTransformLocked()
/frameworks/base/
Dpreloaded-classes1523 android.view.ViewTreeObserver$InternalInsetsInfo