HomeSort by relevance Sort by last modified time
    Searched refs:slotCount (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 108 int slotCount = mLayout.mSlotCount;
109 if (index < 0 || index >= slotCount) {
421 public boolean setSlotCount(int slotCount) {
422 if (slotCount == mSlotCount) return false;
427 mSlotCount = slotCount;
712 public boolean setSlotCount(int slotCount) {
713 boolean changed = mLayout.setSlotCount(slotCount);
  /frameworks/compile/slang/
slang_rs_backend.cpp 207 int slotCount = 0;
277 llvm::MDString::get(mLLVMContext, llvm::utostr_32(slotCount))));
280 slotCount++;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 177 int slotCount; // number of positions where a card can be
299 slotCount = 10;
389 return slots * 2.0f * M_PI / slotCount;
432 return -angle * slotCount / ( 2.0f * M_PI );
721 const float wedgeAngle = 2.0f * M_PI / slotCount;
    [all...]
  /external/chromium/crypto/
nss_util.cc 180 int slot_count = item->module->loaded ? item->module->slotCount : 0;
  /frameworks/base/services/input/
InputReader.cpp     [all...]
InputReader.h 827 void configure(InputDevice* device, size_t slotCount, bool usingSlotsProtocol);
    [all...]

Completed in 289 milliseconds