HomeSort by relevance Sort by last modified time
    Searched refs:InternalInsetsInfo (Results 1 - 11 of 11) 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 322 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
323 = new ViewTreeObserver.InternalInsetsInfo();
    [all...]
View.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 383 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
402 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
405 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 233 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
237 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 329 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
337 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
609 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
616 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
623 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
630 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 45 import android.view.ViewTreeObserver.InternalInsetsInfo;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 63 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
64 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
65 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
66 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
278 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 357 ViewTreeObserver.InternalInsetsInfo info) {
361 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 3555 milliseconds