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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
Parallax.java 61 * <li>if the UI element is unknown below screen, use UNKNOWN_AFTER.</li>
62 * <li>UNKNOWN_BEFORE and UNKNOWN_AFTER are not allowed to be next to each other.</li>
115 public static final int UNKNOWN_AFTER = Integer.MAX_VALUE;
268 public static final float UNKNOWN_AFTER = Float.MAX_VALUE;
465 mValues[newPropertyIndex] = IntProperty.UNKNOWN_AFTER;
475 mFloatValues[newPropertyIndex] = FloatProperty.UNKNOWN_AFTER;
485 * must be in ascending order. UNKNOW_BEFORE and UNKNOWN_AFTER are not allowed to be next to
500 } else if (last == IntProperty.UNKNOWN_BEFORE && v == IntProperty.UNKNOWN_AFTER) {
502 + " UNKNOWN_BEFORE and Property[%d]\"%s\" is UNKNOWN_AFTER",
523 == FloatProperty.UNKNOWN_AFTER) {
    [all...]
RecyclerViewParallax.java 152 source.setIntPropertyValue(getIndex(), IntProperty.UNKNOWN_AFTER);
159 source.setIntPropertyValue(getIndex(), IntProperty.UNKNOWN_AFTER);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /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 445 milliseconds