OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCombinedGroupId
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java
27
* {@link #getCombinedChildId(long, long)} and {@link #
getCombinedGroupId
(long)}
95
public long
getCombinedGroupId
(long groupId) {
ExpandableListAdapter.java
77
* {@link #
getCombinedGroupId
(long)}) must be unique across ALL items
208
long
getCombinedGroupId
(long groupId);
ExpandableListConnector.java
425
retValue = mExpandableListAdapter.
getCombinedGroupId
(groupId);
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
BaseExpandableListAdapterTest.java
56
method = "
getCombinedGroupId
",
61
"it never returns a child id; because bit 0 always be 1;
getCombinedGroupId
() " +
67
long groupID = adapter.
getCombinedGroupId
(10);
73
groupID = adapter.
getCombinedGroupId
(0);
ExpandableListViewTest.java
707
public long
getCombinedGroupId
(long groupId) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java
142
public long
getCombinedGroupId
(long groupId) {
/packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java
369
public long
getCombinedGroupId
(long groupId) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ClusteredSuggestionsAdapter.java
140
public long
getCombinedGroupId
(long groupId) {
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java
347
public long
getCombinedGroupId
(long groupId) {
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
Completed in 706 milliseconds