OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flPos
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
ExpandableListConnector.java
34
* <li>
flPos
- Flat list position, the position used by ListView
102
* @param
flPos
the flat list position to be translated
107
PositionMetadata getUnflattenedPos(final int
flPos
) {
121
* either), so
flPos
must be a group and its group pos will be the
122
* same as its
flPos
124
return PositionMetadata.obtain(
flPos
, ExpandableListPosition.GROUP,
flPos
,
146
if (
flPos
> midExpGm.lastChildFlPos) {
152
} else if (
flPos
< midExpGm.
flPos
) {
[
all
...]
ExpandableListView.java
355
(pos.groupMetadata.lastChildFlPos == pos.groupMetadata.
flPos
);
399
pos.groupMetadata.lastChildFlPos != pos.groupMetadata.
flPos
)) {
[
all
...]
/cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java
232
final int
flPos
= elv.getFlatListPosition(packedPosition);
236
convertView.setId(
flPos
);
240
int desiredHeight = getHeightForPosition(
flPos
);
241
return createView(packedPosition,
flPos
, parent, desiredHeight);
248
* @param
flPos
The flat list position (the position that the ListView goes by).
253
protected View createView(long packedPosition, int
flPos
, ViewGroup parent, int desiredHeight) {
263
result.setId(
flPos
);
Completed in 310 milliseconds