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 271 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
272 = new ViewTreeObserver.InternalInsetsInfo();
    [all...]
View.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 210 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
214 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 368 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
389 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
392 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 322 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
330 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
601 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
608 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
615 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
622 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 219 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 349 ViewTreeObserver.InternalInsetsInfo info) {
353 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo
    [all...]

Completed in 778 milliseconds