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

1 2

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
CompoundPropertyEditorPresentation.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
39 public void add(PropertyEditorPresentation presentation) {
40 m_presentations.add(presentation);
56 for (PropertyEditorPresentation presentation : m_presentations) {
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
66 for (PropertyEditorPresentation presentation : m_presentations) {
67 presentation.hide(propertyTable, property);
ButtonPropertyEditorPresentationImplMac.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
33 public ButtonPropertyEditorPresentationImplMac(ButtonPropertyEditorPresentation presentation) {
34 super(presentation);
PropertyEditorPresentation.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for
26 * Shows presentation for given {@link Property}.
28 * @return the width that this presentation occupies on the right of given rectangle.
38 * Hides presentation.
ButtonPropertyEditorPresentation.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
ButtonPropertyEditorPresentationImpl.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
43 public ButtonPropertyEditorPresentationImpl(ButtonPropertyEditorPresentation presentation) {
44 m_presentation = presentation;
153 * @return the 'parent' presentation. Internal usage only.
  /packages/apps/Phone/src/com/android/phone/
CallLogAsync.java 41 * this, ci, number, presentation, type, timestamp, duration);
64 * @param presentation Of the number.
73 int presentation,
97 this.presentation = presentation;
107 public final int presentation; field in class:CallLogAsync.AddCallArgs
164 c.ci, c.context, c.number, c.presentation,
CallCard.java 552 int presentation = conn.getNumberPresentation(); local
596 updateDisplayForPerson(info.currentInfo, presentation, !info.isFinal,
611 + ", Number/Name Presentation=" + ci.numberPresentation);
613 updateDisplayForPerson(ci, presentation, false, call, conn);
618 + ", Number/Name Presentation=" + ci.numberPresentation);
620 updateDisplayForPerson(ci, presentation, true, call, conn);
681 int presentation = PhoneConstants.PRESENTATION_ALLOWED; local
682 if (conn != null) presentation = conn.getNumberPresentation();
683 if (DBG) log("- onQueryComplete: presentation=" + presentation
    [all...]
ManageConferenceUtils.java 66 int presentation = connection.getNumberPresentation(); local
73 displayCallerInfoForConferenceRow(ci, presentation,
274 * @param presentation presentation specified by {@link Connection}.
276 public final void displayCallerInfoForConferenceRow(CallerInfo ci, int presentation,
288 callerName = PhoneUtils.getPresentationString(mInCallScreen, presentation);
CallNotifier.java 1174 final int presentation = getPresentation(c, ci); local
1792 int presentation = c.getNumberPresentation(); local
2052 int presentation = conn.getNumberPresentation(); local
2092 int presentation; local
    [all...]
RespondViaSmsManager.java 492 * - a "call presentation" that doesn't allow the number to be revealed
544 // Finally, check the "call presentation":
545 int presentation = conn.getNumberPresentation(); local
546 if (DBG) log("- presentation: " + presentation);
547 if (presentation == PhoneConstants.PRESENTATION_RESTRICTED) {
PhoneUtils.java     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDialogPropertyEditor.java 14 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
29 // Presentation
PropertyEditor.java 21 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
33 // Presentation
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 30 // Test suite for the Caller Name Presentation (CNAP) handling.
47 // Checks the cnap 'ABSENT NUMBER' is mapped to the unknown presentation.
63 // TODO: cnapName and name presentation should be set to
72 private String modifyForSpecialCnapCases(String number, int presentation) {
74 mContext, mCallerInfo, number, presentation);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 25 import android.app.Presentation;
53 * <h3>Presentation Activity</h3>
57 * on a secondary display using a {@link Presentation}.
60 * When the user selects a display, the activity opens a {@link Presentation}
61 * on that display. We show a different photograph in each presentation
69 * checkbox to show a presentation on that display.
81 private static final String PRESENTATION_KEY = "presentation";
83 // The content that we want to show on the presentation.
97 // List of presentation contents indexed by displayId.
98 // This state persists so that we can restore the old presentation
177 DemoPresentation presentation = mActivePresentations.valueAt(i); local
204 DemoPresentation presentation = new DemoPresentation(this, display, contents); local
215 DemoPresentation presentation = mActivePresentations.get(displayId); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyEditor.java 16 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
41 // Presentation
58 // Presentation
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
84 public void setEditorPresentation(PropertyEditorPresentation presentation) {
85 ((ComplexPropertyEditor) getEditor()).m_presentation = presentation;
201 // Presentation
  /frameworks/base/services/input/
PointerController.h 84 enum Presentation {
92 virtual void setPresentation(Presentation presentation) = 0;
168 virtual void setPresentation(Presentation presentation);
224 Presentation presentation; member in struct:android::PointerController::Locked
PointerController.cpp 67 mLocked.presentation = PRESENTATION_POINTER;
228 void PointerController::setPresentation(Presentation presentation) {
231 if (mLocked.presentation != presentation) {
232 mLocked.presentation = presentation;
235 if (presentation != PRESENTATION_SPOT) {
497 mLocked.pointerSprite->setIcon(mLocked.presentation == PRESENTATION_POINTER
  /frameworks/base/core/java/android/provider/
CallLog.java 270 * @param presentation the number presenting rules set by the network for
279 int presentation, int callType, long start, int duration) {
284 if (presentation == PhoneConstants.PRESENTATION_RESTRICTED) {
287 } else if (presentation == PhoneConstants.PRESENTATION_PAYPHONE) {
291 || presentation == PhoneConstants.PRESENTATION_UNKNOWN) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 47 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
599 // update bounds using presentation
601 PropertyEditorPresentation presentation = m_activeEditor.getPresentation(); local
602 if (presentation != null) {
604 presentation.show(
778 // hide presentation
780 PropertyEditorPresentation presentation = property.getEditor().getPresentation(); local
781 if (presentation != null) {
782 presentation.hide(this, property);
1171 PropertyEditorPresentation presentation = property.getEditor().getPresentation(); local
1497 PropertyEditorPresentation presentation = local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 61 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
62 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 6 * TODO(eroman): This needs better presentation, and cleaner code. This

Completed in 479 milliseconds

1 2