HomeSort by relevance Sort by last modified time
    Searched refs:InternalInsetsInfo (Results 1 - 15 of 15) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
RegionInterceptingFrameLayout.java 25 import android.view.ViewTreeObserver.InternalInsetsInfo;
62 private final OnComputeInternalInsetsListener mInsetsListener = internalInsetsInfo -> {
63 internalInsetsInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
64 internalInsetsInfo.touchableRegion.setEmpty();
79 internalInsetsInfo.touchableRegion.op(riv.getInterceptRegion(), Op.UNION);
HardwareUiLayout.java 418 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
422 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT);
  /frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
SampleOverlayPlugin.java 24 import android.view.ViewTreeObserver.InternalInsetsInfo;
97 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 207 public final static class InternalInsetsInfo {
290 InternalInsetsInfo other = (InternalInsetsInfo)o;
297 void set(InternalInsetsInfo other) {
322 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
    [all...]
ViewRootImpl.java 409 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
410 = new ViewTreeObserver.InternalInsetsInfo();
    [all...]
View.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpManagerPhone.java 283 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
302 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
305 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 253 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
257 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 428 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
741 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
748 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
755 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
762 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 49 import android.view.ViewTreeObserver.InternalInsetsInfo;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 27 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
28 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
29 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
30 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
391 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 409 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
boot-image-profile.txt     [all...]

Completed in 1314 milliseconds