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

/frameworks/native/include/gui/
H A DSensorEventQueue.h87 size_t mAvailable; member in class:android::SensorEventQueue
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DBufferPool.java30 private int mAvailable; field in class:BufferPool
41 if (mAvailable != 0) {
42 mAvailable -= 1;
43 return grow(mBuffers[mAvailable], needed);
62 mBuffers[mAvailable++] = buffer;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLayoutState.java43 int mAvailable; field in class:LayoutState
64 * The difference with {@link #mAvailable} is that, when recycling, distance rendered for
H A DLinearLayoutManager.java512 if (mLayoutState.mAvailable > 0) {
513 extraForEnd += mLayoutState.mAvailable;
527 if (mLayoutState.mAvailable > 0) {
528 extraForStart += mLayoutState.mAvailable;
624 mLayoutState.mAvailable = 0;
633 mLayoutState.mAvailable = 0;
847 mLayoutState.mAvailable = mOrientationHelper.getEndAfterPadding() - offset;
861 mLayoutState.mAvailable = offset - mOrientationHelper.getStartAfterPadding();
1085 mLayoutState.mAvailable = requiredSpace;
1087 mLayoutState.mAvailable
1796 int mAvailable; field in class:LinearLayoutManager.LayoutState
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobServiceContext.java52 * - Execution of a new job is handled by the {@link #mAvailable}. This bit is flipped once when a
122 private boolean mAvailable; field in class:JobServiceContext
139 mAvailable = true;
150 if (!mAvailable) {
181 mAvailable = false;
207 return mAvailable;
542 mAvailable = true;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java774 private boolean mAvailable; field in class:Tethering.TetherInterfaceSM
809 if (mAvailable) res += " - Available";
837 return mAvailable;
843 mAvailable = available;

Completed in 206 milliseconds