[go: nahoru, domu]

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

/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java202 public final static class InternalInsetsInfo { class in class:ViewTreeObserver
285 InternalInsetsInfo other = (InternalInsetsInfo)o;
292 void set(InternalInsetsInfo other) {
317 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
1036 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) {
H A DViewRootImpl.java322 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
323 = new ViewTreeObserver.InternalInsetsInfo();
2112 final ViewTreeObserver.InternalInsetsInfo insets = mAttachInfo.mGivenInternalInsets;
H A DView.java22764 final ViewTreeObserver.InternalInsetsInfo mGivenInternalInsets
22765 = new ViewTreeObserver.InternalInsetsInfo();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java383 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
402 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
405 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java233 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
237 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java329 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
337 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
609 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
616 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
623 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
630 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java916 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
923 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
930 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
942 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java45 import android.view.ViewTreeObserver.InternalInsetsInfo;
1023 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo) {
1024 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java63 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
64 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
65 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
66 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
278 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java357 ViewTreeObserver.InternalInsetsInfo info) {
361 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo
/frameworks/base/
H A Dcompiled-classes-phone4490 android.view.ViewTreeObserver$InternalInsetsInfo

Completed in 417 milliseconds