HomeSort by relevance Sort by last modified time
    Searched defs:UNKNOWN_AFTER (Results 1 - 7 of 7) sorted by null

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
Parallax.java 62 * <li>if the UI element is unknown below screen, use UNKNOWN_AFTER.</li>
63 * <li>UNKNOWN_BEFORE and UNKNOWN_AFTER are not allowed to be next to each other.</li>
116 public static final int UNKNOWN_AFTER = Integer.MAX_VALUE;
269 public static final float UNKNOWN_AFTER = Float.MAX_VALUE;
466 mValues[newPropertyIndex] = IntProperty.UNKNOWN_AFTER;
476 mFloatValues[newPropertyIndex] = FloatProperty.UNKNOWN_AFTER;
486 * must be in ascending order. UNKNOW_BEFORE and UNKNOWN_AFTER are not allowed to be next to
501 } else if (last == IntProperty.UNKNOWN_BEFORE && v == IntProperty.UNKNOWN_AFTER) {
503 + " UNKNOWN_BEFORE and Property[%d]\"%s\" is UNKNOWN_AFTER",
524 == FloatProperty.UNKNOWN_AFTER) {
    [all...]
RecyclerViewParallax.java 153 source.setIntPropertyValue(getIndex(), IntProperty.UNKNOWN_AFTER);
160 source.setIntPropertyValue(getIndex(), IntProperty.UNKNOWN_AFTER);
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 138 milliseconds