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

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 182 public final static class InternalInsetsInfo {
265 InternalInsetsInfo other = (InternalInsetsInfo)o;
272 void set(InternalInsetsInfo other) {
297 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
    [all...]
ViewRootImpl.java 253 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
254 = new ViewTreeObserver.InternalInsetsInfo();
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 311 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
319 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
577 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
584 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
591 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
598 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 29 import android.view.ViewTreeObserver.InternalInsetsInfo;
440 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo) {
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 192 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
WindowManagerService.java     [all...]

Completed in 345 milliseconds