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 323 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
324 = 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 237 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
241 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 331 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
339 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
611 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
618 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
625 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
632 = 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 46 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;
279 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 292 milliseconds