/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | RadioGroupRule.java | 42 INode handle = node.appendChild(SdkConstants.FQCN_RADIO_BUTTON); in onCreate() local 43 handle.setAttribute(ANDROID_URI, ATTR_ID, String.format("@+id/radio%d", i)); in onCreate() 45 handle.setAttribute(ANDROID_URI, ATTR_CHECKED, VALUE_TRUE); in onCreate()
|
D | SlidingDrawerRule.java | 57 INode handle = node.appendChild(SdkConstants.FQCN_BUTTON); in onCreate() local 58 handle.setAttribute(ANDROID_URI, ATTR_TEXT, "Handle"); in onCreate() 59 handle.setAttribute(ANDROID_URI, ATTR_ID, handleId); in onCreate()
|
D | PropertySettingNodeHandler.java | 39 public void handle(@NonNull INode node) { in handle() method in PropertySettingNodeHandler
|
D | PropertyCallback.java | 70 public void handle(@NonNull INode n) { in action()
|
D | EditTextRule.java | 79 public void handle(@NonNull INode node) { in addContextMenuActions()
|
D | RelativeLayoutRule.java | 193 public void handle(@NonNull INode n) { in onDropped() 297 public void handle(@NonNull INode n) { in onResizeEnd() 328 public void handle(@NonNull INode n) { in addLayoutActions()
|
D | BaseLayoutRule.java | 125 public void handle(@NonNull INode n) { in createMarginAction() 217 public void handle(@NonNull INode n) { in addLayoutActions() 589 public void handle(@NonNull INode node) { in insertAt() 821 public void handle(@NonNull INode n) {
|
D | TableLayoutRule.java | 118 public void handle(@NonNull INode n) { in addTableLayoutActions()
|
D | FrameLayoutRule.java | 148 public void handle(@NonNull INode node) {
|
D | AbsoluteLayoutRule.java | 165 public void handle(@NonNull INode node) { in onDropped()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ResizeGesture.java | 62 public ResizeGesture(LayoutCanvas canvas, SelectionItem item, SelectionHandle handle) { in ResizeGesture() argument 64 mHandle = handle; in ResizeGesture() 223 private static SegmentType getHorizontalEdgeType(SelectionHandle handle) { in getHorizontalEdgeType() argument 224 switch (handle.getPosition()) { in getHorizontalEdgeType() 236 default: assert false : handle.getPosition(); in getHorizontalEdgeType() 241 private static SegmentType getVerticalEdgeType(SelectionHandle handle) { in getVerticalEdgeType() argument 242 switch (handle.getPosition()) { in getVerticalEdgeType() 254 default: assert false : handle.getPosition(); in getVerticalEdgeType()
|
D | SelectionHandles.java | 60 for (SelectionHandle handle : mHandles) { in findHandle() 61 if (handle.contains(point, distance)) { in findHandle() 62 return handle; in findHandle()
|
D | SelectionOverlay.java | 238 for (SelectionHandle handle : item.getSelectionHandles()) { in paintSelection() 239 int cx = horizontalTransform.translate(handle.centerX); in paintSelection() 240 int cy = verticalTransform.translate(handle.centerY); in paintSelection()
|
D | GestureManager.java | 322 SelectionHandle handle = handlePair.getSecond(); in updateCursor() local 323 int cursorType = handle.getSwtCursorType(); in updateCursor() 727 Pair<SelectionItem, SelectionHandle> handle = in dragStart() local 729 if (handle != null) { in dragStart() 730 startGesture(controlPoint, new ResizeGesture(mCanvas, handle.getFirst(), in dragStart() 731 handle.getSecond()), mLastStateMask); in dragStart()
|
D | SelectionManager.java | 1117 SelectionHandle handle = handles.findHandle(layoutPoint, distance); in findHandle() local 1118 if (handle != null) { in findHandle() 1119 return Pair.of(item, handle); in findHandle()
|
/sdk/find_lock/ |
D | find_lock.cpp | 278 static char isFileHandleType(HANDLE handle) { in isFileHandleType() argument 282 int status = sNtQueryObjectFunc(handle, 2, NULL, 0, &size); in isFileHandleType() 286 status = sNtQueryObjectFunc(handle, 2, buf, size, NULL); in isFileHandleType() 315 HANDLE handle; member 329 DWORD status = sNtQueryInformationFileFunc(info->handle, iob, buf, sizeof(buf), 9); in FileNameThreadFunc() 361 static bool getFileName(HANDLE handle, CString *outStr) { in getFileName() argument 363 info.handle = handle; in getFileName() 628 HANDLE handle = (HANDLE) sysh.wValue; in findLock() local 667 handle, // hSourceHandle in findLock()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion30.txt | 5 …r the drawer should be opened/closed with an animation when the user clicks the handle. [boolean]
|
D | manifest-expected-completion18.txt | 10 android:configChanges : Specify one or more configuration changes that the activity will handle it…
|
D | completionvalues1-expected-completion32.txt | 6 …eTap : Indicates whether the drawer can be opened/closed by a single tap on the handle. [boolean] 11 …r the drawer should be opened/closed with an animation when the user clicks the handle. [boolean] 23 android:bottomOffset : Extra offset for the handle at the bottom of the SlidingDrawer. [dimension] 119 android:handle : Identifier for the child that represents the drawer's handle. [reference] 298 android:topOffset : Extra offset for the handle at the top of the SlidingDrawer. [dimension]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | ProjectNamePage.java | 486 IProject handle = workspace.getRoot().getProject(mValues.projectName); in validateLocation() local 487 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri); in validateLocation()
|
D | ApplicationInfoPage.java | 519 IProject handle = workspace.getRoot().getProject(mValues.testProjectName); in validateTestProjectLocation() local 520 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri); in validateTestProjectLocation()
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …handle,g.events={};for(c in h)for(d=0,e=h[c].length;d<e;d++)p.event.add(b,c,h[c][d])}g.data&&(g.da… method
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | PropertySheetPage.java | 103 public void handle(Throwable e) { in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeProxy.java | 233 c.handle(NodeProxy.this); in editXml()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestNode.java | 127 callback.handle(this); in editXml()
|