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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EventHole.java 74 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
90 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
95 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 150 public final static class InternalInsetsInfo {
226 InternalInsetsInfo other = (InternalInsetsInfo)o;
233 void set(InternalInsetsInfo other) {
258 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
751 final void dispatchOnComputeInternalInsets(InternalInsetsInfo inoutInfo) {
ViewRootImpl.java 260 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
261 = new ViewTreeObserver.InternalInsetsInfo();
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 310 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
318 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
571 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
578 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
585 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
592 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 29 import android.view.ViewTreeObserver.InternalInsetsInfo;
413 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo) {
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 169 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
WindowManagerService.java     [all...]

Completed in 239 milliseconds