Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 29) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DRadioGroupRule.java42 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()
DSlidingDrawerRule.java57 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()
DPropertySettingNodeHandler.java39 public void handle(@NonNull INode node) { in handle() method in PropertySettingNodeHandler
DPropertyCallback.java70 public void handle(@NonNull INode n) { in action()
DEditTextRule.java79 public void handle(@NonNull INode node) { in addContextMenuActions()
DRelativeLayoutRule.java193 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()
DBaseLayoutRule.java125 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) {
DTableLayoutRule.java118 public void handle(@NonNull INode n) { in addTableLayoutActions()
DFrameLayoutRule.java148 public void handle(@NonNull INode node) {
DAbsoluteLayoutRule.java165 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/
DResizeGesture.java62 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()
DSelectionHandles.java60 for (SelectionHandle handle : mHandles) { in findHandle()
61 if (handle.contains(point, distance)) { in findHandle()
62 return handle; in findHandle()
DSelectionOverlay.java238 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()
DGestureManager.java322 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()
DSelectionManager.java1117 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/
Dfind_lock.cpp278 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/
Dcompletionvalues1-expected-completion30.txt5 …r the drawer should be opened/closed with an animation when the user clicks the handle. [boolean]
Dmanifest-expected-completion18.txt10 android:configChanges : Specify one or more configuration changes that the activity will handle it…
Dcompletionvalues1-expected-completion32.txt6 …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/
DProjectNamePage.java486 IProject handle = workspace.getRoot().getProject(mValues.projectName); in validateLocation() local
487 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri); in validateLocation()
DApplicationInfoPage.java519 IProject handle = workspace.getRoot().getProject(mValues.testProjectName); in validateTestProjectLocation() local
520 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri); in validateTestProjectLocation()
/sdk/templates/docs/
Djquery-1.8.0.min.js2handle,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/
DPropertySheetPage.java103 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/
DNodeProxy.java233 c.handle(NodeProxy.this); in editXml()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java127 callback.handle(this); in editXml()

12