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

  /frameworks/support/paging/common/src/main/java/androidx/paging/
PageResult.java 41 @IntDef({INIT, APPEND, PREPEND, TILE})
50 // non-contiguous, tile result
51 static final int TILE = 3;
  /external/skia/bench/
InterpBench.cpp 16 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16)
66 dst[i + 0] = TILE(curr, count); curr += step;
67 dst[i + 1] = TILE(curr, count); curr += step;
68 dst[i + 2] = TILE(curr, count); curr += step;
69 dst[i + 3] = TILE(curr, count); curr += step;
87 dst[i + 0] = TILE(tmp, count);
91 dst[i + 1] = TILE(tmp, count);
95 dst[i + 2] = TILE(tmp, count);
99 dst[i + 3] = TILE(tmp, count);
117 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step
    [all...]
  /external/skqp/bench/
InterpBench.cpp 16 #define TILE(x, width) (((x) & 0xFFFF) * width >> 16)
66 dst[i + 0] = TILE(curr, count); curr += step;
67 dst[i + 1] = TILE(curr, count); curr += step;
68 dst[i + 2] = TILE(curr, count); curr += step;
69 dst[i + 3] = TILE(curr, count); curr += step;
87 dst[i + 0] = TILE(tmp, count);
91 dst[i + 1] = TILE(tmp, count);
95 dst[i + 2] = TILE(tmp, count);
99 dst[i + 3] = TILE(tmp, count);
117 tmp = (SkFixed) (curr >> 32); dst[i + 0] = TILE(tmp, count); curr += step
    [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 534 MORPHOLOGY, BITMAP, DISPLACE, TILE, PICTURE, PAINT, NUM_FILTERS };
690 case TILE:
  /external/skqp/samplecode/
SampleFilterFuzz.cpp 534 MORPHOLOGY, BITMAP, DISPLACE, TILE, PICTURE, PAINT, NUM_FILTERS };
690 case TILE:
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoritesTileAdapter.java 455 return ViewTypes.TILE;
482 * Mark the tile as drop area by given the item index in {@link #contactEntries}.
660 // The user is hovering over a view that is not a contact tile, no need to do
703 static final int TILE = 0;
  /prebuilts/maven_repo/android/android/arch/paging/common/1.0.0-alpha3/
common-1.0.0-alpha3.jar 
  /prebuilts/sdk/current/androidx/m2repository/androidx/paging/paging-common/2.0.0-alpha1/
paging-common-2.0.0-alpha1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/paging/common/28.0.0/
common-28.0.0.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 9553 milliseconds