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

1 2

  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/handlers/
ShowViewHandler.java 51 String viewId = event.getParameter(IHandlerConstants.ACTIVE_VIEW_PARAMETER);
55 if (viewId.equals(AndroidView.ANDROID_VIEW_ID))
60 else if (viewId.equals(MainDisplayView.EMULATOR_MAIN_DISPLAY_VIEW_ID))
ChangeEmulatorOrientationHandler.java 45 String viewId = event.getParameter(IHandlerConstants.ACTIVE_VIEW_PARAMETER);
46 if ((instance != null) && (viewId != null))
48 IViewPart viewPart = EclipseUtils.getActiveView(viewId);
55 AbstractAndroidView.getPreviousOrNextLayout(viewId,
94 // String viewId = (String) parameters.get(IHandlerConstants.ACTIVE_VIEW_PARAMETER);
96 // if ((instance != null) && (viewId != null))
98 // IViewPart viewPart = EclipseUtils.getActiveView(viewId);
ZoomInOutHandler.java 43 String viewId = (String) parameters.get(ACTIVE_VIEW_PARAMETER);
46 if ((instance != null) && (viewId != null) && (changeFactorString != null))
48 IViewPart viewPart = EclipseUtils.getActiveView(viewId);
AbstractZoomHandler.java 57 String viewId = event.getParameter(ACTIVE_VIEW_PARAMETER);
60 info("Setting zoom factor for " + viewId + " = " + zoomFactor);
65 IViewPart viewPart = EclipseUtils.getActiveView(viewId);
96 String viewId = (String) parameters.get(ACTIVE_VIEW_PARAMETER);
98 if ((instance != null) && (viewId != null))
100 IViewPart viewPart = EclipseUtils.getActiveView(viewId);
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/perspective/extension/
AndroidPerspectiveExtensionBean.java 39 private String viewId;
46 * @param viewId the id of the view
49 AndroidPerspectiveExtensionBean(String viewId, String area)
51 this.viewId = viewId;
74 return viewId;
AndroidPerspectiveExtensionReader.java 70 String viewId = viewElement.getAttribute(ATT_ID);
74 if ((viewId != null) && (!viewId.equals("")) && (area != null)
77 beans.add(new AndroidPerspectiveExtensionBean(viewId, area));
  /packages/apps/Contacts/src/com/android/contacts/util/
DialogManager.java 39 * ViewId are forwarded to {@link DialogManager#onCreateDialog(int, Bundle)}</li>
69 final int viewId = view.getId();
73 if (viewId == View.NO_ID) {
74 throw new IllegalArgumentException("View does not have a proper ViewId");
76 bundle.putInt(VIEW_ID_KEY, viewId);
94 throw new IllegalArgumentException("Bundle does not contain a ViewId");
96 final int viewId = bundle.getInt(VIEW_ID_KEY);
97 final View view = mActivity.findViewById(viewId);
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/view/
LayoutContributionItem.java 58 String viewId = null;
61 viewId = AndroidView.ANDROID_VIEW_ID;
62 view = (AbstractAndroidView) EclipseUtils.getActiveView(viewId);
66 viewId = MainDisplayView.EMULATOR_MAIN_DISPLAY_VIEW_ID;
67 view = (AbstractAndroidView) EclipseUtils.getActiveView(viewId);
78 populateContributionList(itemsArray, layoutNames, viewId);
100 * @param viewId The view that is active at the moment
106 Collection<String> layoutNames, String viewId)
112 params.put(IHandlerConstants.ACTIVE_VIEW_PARAMETER, viewId);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/
MethodBodyVisitor.java 147 String viewId = qualifiedName.getName().toString();
148 getDeclaredViewIds().add(viewId);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 75 void setInfoResources(int titleId, int messageId, int viewId);
96 public void setInfoResources(int titleId, int messageId, int viewId) {
97 setInfo(this, titleId, messageId, viewId);
129 public void setInfoResources(int titleId, int messageId, int viewId) {
130 setInfo(this, titleId, messageId, viewId);
163 public void setInfoResources(int titleId, int messageId, int viewId) {
164 setInfo(this, titleId, messageId, viewId);
203 final int messageId, final int viewId) {
210 showInfoDialog(activity, titleId, messageId, viewId);
216 showInfoDialog(activity, titleId, messageId, viewId);
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java 107 int viewId, onImageId, offImageId;
110 viewId = R.id.Button1;
115 viewId = R.id.Button2;
120 viewId = R.id.Button3;
125 viewId = R.id.Button4;
130 mTargetView = (ImageView) findViewById(viewId);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 165 int viewId = Integer.parseInt(viewString);
167 viewId);
170 private static AccessibilityNodeInfo getNodeByViewId(String viewId, AccessibilityEvent event)
172 int id = getId(viewId, event);
220 //queryview viewid button1 gettext
236 if ("viewid".equals(idType)) {
325 //queryview viewid button1 getlocation
347 //queryview viewid button1 gettext
371 //queryview viewid button1 getclass
385 //queryview viewid button1 getchecke
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 290 String viewId = getAttribute(node, "id", attributes); //$NON-NLS-1$
300 if (viewId != null) {
302 list = getMatchingNode(nodeSet, cleanUpIdReference(viewId), inverseRelation);
357 String viewId = getAttribute(node, "id", null); //$NON-NLS-1$
358 if (viewId != null) {
359 map.put(cleanUpIdReference(viewId), node);
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 155 int viewId, int interactionId, IAccessibilityInteractionConnectionCallback callback,
163 args.argi1 = viewId;
186 final int viewId = args.argi1;
207 View target = root.findViewById(viewId);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 606 for (int viewId : mDisplayMap.keySet()) {
608 button = dialerView.findViewById(viewId);
694 int viewId = v.getId();
697 if (mDisplayMap.containsKey(viewId)) {
702 processDtmf(mDisplayMap.get(viewId));
724 int viewId = v.getId();
725 if (mDisplayMap.containsKey(viewId)) {
729 processDtmf(mDisplayMap.get(viewId));
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 225 return (getActionName() + viewId);
228 int viewId;
281 int viewId;
286 SetEmptyView(int viewId, int emptyViewId) {
287 this.viewId = viewId;
292 this.viewId = in.readInt();
298 out.writeInt(this.viewId);
304 final View view = root.findViewById(viewId);
322 this.viewId = id
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 961 milliseconds

1 2