OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCombinedChildId
(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)}
80
public long
getCombinedChildId
(long groupId, long childId) {
ExpandableListAdapter.java
88
* {@link #
getCombinedChildId
(long, long)}) must be unique across ALL items
194
long
getCombinedChildId
(long groupId, long childId);
ExpandableListConnector.java
429
retValue = mExpandableListAdapter.
getCombinedChildId
(groupId, childId);
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
BaseExpandableListAdapterTest.java
49
notes = "Test
getCombinedChildId
(long, long) function.",
50
method = "
getCombinedChildId
",
55
notes = "Test
getCombinedChildId
(long, long) function.",
60
@ToBeFixed(bug = "1502158", explanation = "
getCombinedChildId
() always returns a group id, " +
66
long childID = adapter.
getCombinedChildId
(10, 100);
72
childID = adapter.
getCombinedChildId
(0, 0);
ExpandableListViewTest.java
703
public long
getCombinedChildId
(long groupId, long childId) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ClusteredSuggestionsAdapter.java
133
public long
getCombinedChildId
(long groupId, long childId) {
182
return getView(cursor, childPosition,
getCombinedChildId
(groupPosition, childPosition),
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java
146
public long
getCombinedChildId
(long groupId, long childId) {
/packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java
363
public long
getCombinedChildId
(long groupId, long childId) {
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java
343
public long
getCombinedChildId
(long groupId, long childId) {
/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 547 milliseconds