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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 78 private WindowInsets mBaseInnerInsets = WindowInsets.CONSUMED;
79 private WindowInsets mLastBaseInnerInsets = WindowInsets.CONSUMED;
80 private WindowInsets mInnerInsets = WindowInsets.CONSUMED;
81 private WindowInsets mLastInnerInsets = WindowInsets.CONSUMED;
347 return WindowInsets.CONSUMED;
571 public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed) {
572 if (!mHideOnContentScroll || !consumed) {
  /frameworks/base/core/java/android/view/
WindowInsets.java 55 * be consumed, so the app is treated like there is no virtual navigation bar at all.
72 public static final WindowInsets CONSUMED;
75 CONSUMED = new WindowInsets(null, null, null, false, false, null);
299 * Returns a copy of this WindowInsets with the cutout fully consumed.
312 * Check if these insets have been fully consumed.
314 * <p>Insets are considered "consumed" if the applicable <code>consume*</code> methods
316 * insets through the view hierarchy; insets that have not been fully consumed will continue
322 * @return true if the insets have been fully consumed.
344 * Returns a copy of this WindowInsets with the system window insets fully consumed.
356 * Returns a copy of this WindowInsets with selected system window insets fully consumed
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
typemaps.i 97 %typemap(in, doc="$NAME is of type <$type> and is consumed by the function") SWIGTYPE *CONSUMED {
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 359 milliseconds