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

1 2

  /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) {
  /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/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 317 final int childId = (int) mChildIds.get(index);
319 return client.getWindow(mConnectionId, childId);
325 * @param childId The child window id.
329 public void addChild(int childId) {
333 mChildIds.add(childId);
436 final int childId = parcel.readInt();
437 mChildIds.add(childId);
AccessibilityInteractionClient.java     [all...]
AccessibilityNodeInfo.java 781 final long childId = mChildNodeIds.get(index);
784 childId, false, FLAG_PREFETCH_DESCENDANTS);
    [all...]
  /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),
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 428 final long childId = mExpandableListAdapter.getChildId(posMetadata.position.groupPos,
430 retValue = mExpandableListAdapter.getCombinedChildId(groupId, childId);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 127 final Long childId = remoteEntry.getId();
130 final ValuesDelta localEntry = local.getEntry(childId);
297 public ValuesDelta getEntry(Long childId) {
298 if (childId == null) {
306 if (childId.equals(entry.getId())) {
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
FolderSyncParser.java 689 final long childId = childCursor.getLong(FIXUP_CHILD_ID_COLUMN);
691 ContentUris.withAppendedId(Mailbox.CONTENT_URI, childId)).
    [all...]
  /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())) {
  /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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 564 int childId = LauncherModel.getCellLayoutChildId(container, screen, x, y, spanX, spanY);
566 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) {
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.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.M3/
aether-util-0.9.0.M3.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 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 817 milliseconds

1 2