Home
last modified time | relevance | path

Searched refs:HALF_WIDTH (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DBufferDebug.java26 private static final int HALF_WIDTH = 8; field in BufferDebug
31 public static final int WIDTH = HALF_WIDTH * 2;
105 if (i == start + HALF_WIDTH - 1) { in writeRow()
112 if (padding >= HALF_WIDTH) { in writeRow()
124 if (i == start + HALF_WIDTH - 1) { in writeRow()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardsAdapter.java44 private static final int HALF_WIDTH = 1; field in ContextualCardsAdapter
110 return HALF_WIDTH; in onAttachedToRecyclerView()