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

  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 202 public final static class InternalInsetsInfo {
285 InternalInsetsInfo other = (InternalInsetsInfo)o;
292 void set(InternalInsetsInfo other) {
317 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
    [all...]
ViewRootImpl.java 262 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
263 = new ViewTreeObserver.InternalInsetsInfo();
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 384 = 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/
InputMethodService.java 313 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;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 28 import android.view.ViewTreeObserver.InternalInsetsInfo;
439 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 424 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
427 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 207 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
WindowManagerService.java     [all...]

Completed in 748 milliseconds