Searched defs:mSlots (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java25 private String[] mSlots; field in class:StatusBarIconList
36 this.mSlots = in.readStringArray();
51 out.writeStringArray(mSlots);
92 String[] s = mSlots = new String[N];
100 final int N = mSlots.length;
102 if (slot.equals(mSlots[i])) {
110 return mSlots.length;
122 return mSlots[index];
140 if (that.mSlots == null) {
141 this.mSlots
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragmentFixedFunction.java161 Slot[] mSlots; field in class:ProgramFragmentFixedFunction.Builder
184 switch(mSlots[i].env) {
186 switch (mSlots[i].format) {
202 switch (mSlots[i].format) {
235 mSlots = new Slot[MAX_TEXTURE];
258 mSlots[slot] = new Slot(env, fmt);
297 if(mSlots[i] != null) {
/frameworks/native/include/gui/
H A DSurfaceTextureClient.h128 // mSlots stores the buffers that have been allocated for each buffer slot.
134 BufferSlot mSlots[NUM_BUFFER_SLOTS]; member in class:android::SurfaceTextureClient
H A DBufferQueue.h381 // mSlots is the array of buffer slots that must be mirrored on the client
386 BufferSlot mSlots[NUM_BUFFER_SLOTS]; member in class:android::BufferQueue
/frameworks/rs/
H A DrsScript.h91 ObjectBaseRef<Allocation> *mSlots; member in class:android::renderscript::Script
/frameworks/base/services/input/
H A DInputReader.h834 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
838 Slot* mSlots; member in class:android::MultiTouchMotionAccumulator

Completed in 195 milliseconds