OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSlotCount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
107
int slotCount = mLayout.
mSlotCount
;
172
if (mLayout.
mSlotCount
!= 0) invalidate();
178
if (mLayout.
mSlotCount
!= 0) invalidate();
400
private int
mSlotCount
;
422
if (slotCount ==
mSlotCount
) return false;
423
if (
mSlotCount
!= 0) {
427
mSlotCount
= slotCount;
480
int availableUnits = Math.min(mUnitCount,
mSlotCount
);
486
int count = ((
mSlotCount
+ mUnitCount - 1) / mUnitCount);
538
int end = Math.min(
mSlotCount
, mUnitCount * endCol)
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.h
921
inline size_t getSlotCount() const { return
mSlotCount
; }
927
size_t
mSlotCount
;
[
all
...]
Completed in 2853 milliseconds