HomeSort by relevance Sort by last modified time
    Searched refs:childId (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java 76 * <li> bit 32-63: Lower 32 bits of the childId.
80 public long getCombinedChildId(long groupId, long childId) {
81 return 0x8000000000000000L | ((groupId & 0x7FFFFFFF) << 32) | (childId & 0xFFFFFFFF);
91 * <li> bit 32-63: Lower 32 bits of the childId.
ExpandableListAdapter.java 190 * @param childId The ID of the child.
194 long getCombinedChildId(long groupId, long childId);
ExpandableListConnector.java 428 final long childId = mExpandableListAdapter.getChildId(posMetadata.position.groupPos,
430 retValue = mExpandableListAdapter.getCombinedChildId(groupId, childId);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 85 int childId = child.getId();
86 if (childId == CHRONOMETER_ID && child instanceof Chronometer) {
95 } else if (childId == PROGRESSBAR_ID && child instanceof ProgressBar) {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 373 final int childId = (int) mChildIds.get(index);
375 return client.getWindow(mConnectionId, childId);
381 * @param childId The child window id.
385 public void addChild(int childId) {
389 mChildIds.add(childId);
498 final int childId = parcel.readInt();
499 mChildIds.add(childId);
AccessibilityInteractionClient.java     [all...]
AccessibilityNodeInfo.java 849 final long childId = mChildNodeIds.get(index);
852 childId, false, FLAG_PREFETCH_DESCENDANTS);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 190 String childId = child.getStringAttr(ANDROID_URI, ATTR_ID);
196 hEdge = new Segment(b.y, b.x, b.x2(), child, childId, mHorizontalEdgeType, NO_MARGIN);
198 hEdge = new Segment(b.y2(), b.x, b.x2(), child, childId, mHorizontalEdgeType,
205 vEdge = new Segment(b.x, b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN);
207 vEdge = new Segment(b.x2(), b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java 171 public long getCombinedChildId(long groupId, long childId) {
172 return groupId << 16 | childId;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 130 final Long childId = remoteEntry.getId();
133 final ValuesDelta localEntry = local.getEntry(childId);
300 public ValuesDelta getEntry(Long childId) {
301 if (childId == null) {
309 if (childId.equals(entry.getId())) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 122 final Long childId = remoteEntry.getId();
125 final ValuesDelta localEntry = local.getEntry(childId);
245 public ValuesDelta getEntry(Long childId) {
246 if (childId == null) {
254 if (childId.equals(entry.getId())) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MailboxUtilities.java 83 long childId = childCursor.getLong(Mailbox.ID_PROJECTION_COLUMN);
84 resolver.update(ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId),
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 101 public boolean addViewToCellLayout(View child, int index, int childId,
114 child.setId(childId);
  /packages/apps/Messaging/src/com/android/messaging/ui/
VCardDetailFragment.java 89 int groupPosition, int childPosition, long childId) {
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java     [all...]
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java 745 final String childId = DocumentsContract.getDocumentId(childUri);
750 && isChildDocument(documentId, childId));
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrowseFragment.java     [all...]
BrowseSupportFragment.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 644 final Long childId = child.getId();
645 return childId != null ? childId : Long.MIN_VALUE;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewTest.java 472 public long getCombinedChildId(long groupId, long childId) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 173 String childId = child.getAttributeNS(ANDROID_URI, ATTR_ID);
174 if ("@+id/android_widget_TabWidget".equals(childId)) {
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 

Completed in 510 milliseconds

1 2 3