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

  /frameworks/base/core/java/android/net/
IpSecManager.java 60 public static final int INVALID_RESOURCE_ID = 0;
175 if (mResourceId == INVALID_RESOURCE_ID) {
  /packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
PagedListView.java 51 private static final int INVALID_RESOURCE_ID = -1;
151 INVALID_RESOURCE_ID);
153 INVALID_RESOURCE_ID);
498 * {@link #INVALID_RESOURCE_ID}, the the top container of each
501 * of the dividing lin.e If this value is {@link #INVALID_RESOURCE_ID},
520 View startChild = mDividerStartId != INVALID_RESOURCE_ID
524 View endChild = mDvidierEndId != INVALID_RESOURCE_ID

Completed in 4526 milliseconds