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

  /frameworks/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /frameworks/native/include/gui/
CpuConsumer.h 117 // Need to track the original mSlot index and the buffer itself because
118 // the mSlot entry may be freed/reused before the acquired buffer is
120 int mSlot;
125 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 44 @ViewDebug.ExportedProperty private String mSlot;
55 mSlot = slot;
148 Log.w(TAG, "No icon for slot " + mSlot);
237 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
284 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
  /frameworks/base/graphics/java/android/renderscript/
Script.java 37 int mSlot;
42 mSlot = slot;
77 int mSlot;
81 mSlot = slot;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 44 int mSlot;
49 mSlot = slot;
106 int mSlot;
110 mSlot = slot;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 492 private final int mSlot;
498 mSlot = slot;
503 log("load natural %s", (mSlot == NEXT ? "next" : "previous"));
508 if (mSlot == NEXT) {
522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous"));
525 PhotoTable.this.mOnDeck[mSlot] = photo;
528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width);
534 PhotoTable.this.placeOnDeck(v, mSlot);
542 log("natural, %s was null!", (mSlot == NEXT ? "next" : "previous"));
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 151 milliseconds