OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elp
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
ExpandableListPosition.java
94
ExpandableListPosition
elp
= getRecycledOrCreate();
local
95
elp
.groupPos = ExpandableListView.getPackedPositionGroup(packedPosition);
98
elp
.type = CHILD;
99
elp
.childPos = ExpandableListView.getPackedPositionChild(packedPosition);
101
elp
.type = GROUP;
103
return
elp
;
107
ExpandableListPosition
elp
= getRecycledOrCreate();
local
108
elp
.type = type;
109
elp
.groupPos = groupPos;
110
elp
.childPos = childPos
116
ExpandableListPosition
elp
;
local
[
all
...]
/libcore/luni/src/test/java/libcore/java/util/
OldEventListenerProxyTest.java
42
EventListenerProxy
elp
= new Mock_EventListenerProxy(el);
local
44
assertSame(el,
elp
.getListener());
Completed in 2963 milliseconds