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

  /frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
SampleOverlayPlugin.java 24 import android.view.ViewTreeObserver.InternalInsetsInfo;
97 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 207 public final static class InternalInsetsInfo {
290 InternalInsetsInfo other = (InternalInsetsInfo)o;
297 void set(InternalInsetsInfo other) {
322 public void onComputeInternalInsets(InternalInsetsInfo inoutInfo);
    [all...]
ViewRootImpl.java 384 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets
385 = new ViewTreeObserver.InternalInsetsInfo();
    [all...]
View.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 404 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
423 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
426 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 424 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
428 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT);
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 248 ViewTreeObserver.InternalInsetsInfo inoutInfo) {
252 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 344 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) {
352 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
642 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
649 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
656 = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
663 = 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 47 import android.view.ViewTreeObserver.InternalInsetsInfo;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 27 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_CONTENT;
28 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
29 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION;
30 import static android.view.ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_VISIBLE;
334 int mTouchableInsets = ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_FRAME;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 391 ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
compiled-classes-phone     [all...]

Completed in 403 milliseconds