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

1 2 3 4 5 6

  /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.
  /external/chromium_org/third_party/WebKit/Source/modules/presentation/
NavigatorPresentation.h 14 class Presentation;
25 static Presentation* presentation(Navigator&);
34 Presentation* presentation();
36 PersistentWillBeMember<Presentation> m_presentation;
NavigatorPresentation.cpp 6 #include "modules/presentation/NavigatorPresentation.h"
11 #include "modules/presentation/Presentation.h"
43 Presentation* NavigatorPresentation::presentation(Navigator& navigator) function in class:blink::NavigatorPresentation
45 return NavigatorPresentation::from(navigator).presentation();
48 Presentation* NavigatorPresentation::presentation() function in class:blink::NavigatorPresentation
53 m_presentation = Presentation::create(frame()->document());
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneNumberUtilsWrapper.java 44 public static boolean canPlaceCallsTo(CharSequence number, int presentation) {
45 return presentation == CallLog.Calls.PRESENTATION_ALLOWED
69 CharSequence number, int presentation) {
70 if (presentation == CallLog.Calls.PRESENTATION_UNKNOWN) {
73 if (presentation == CallLog.Calls.PRESENTATION_RESTRICTED) {
76 if (presentation == CallLog.Calls.PRESENTATION_PAYPHONE) {
PhoneNumberDisplayHelper.java 50 int presentation) {
51 if (presentation == Calls.PRESENTATION_UNKNOWN) {
54 if (presentation == Calls.PRESENTATION_RESTRICTED) {
57 if (presentation == Calls.PRESENTATION_PAYPHONE) {
77 int presentation, CharSequence formattedNumber) {
79 final CharSequence displayName = getDisplayName(accountHandle, number, presentation);
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 71 // TODO: In getLogNumber we use the presentation from
76 final int presentation = getPresentation(c, ci); local
83 logCall(ci, logNumber, presentation, callLogType, date, duration);
110 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start,
143 * Apply the Call Name Presentation (CNAP) transform in the connection on the number.
176 int presentation = conn.getNumberPresentation(); local
180 number, presentation);
191 * Get the presentation from the callerinfo if not null otherwise,
196 * @return The presentation to use in the logs.
199 int presentation; local
    [all...]
  /external/chromium_org/tools/grit/grit/
tclib.py 94 if other.presentation == placeholder.presentation:
148 part.presentation.encode('utf-8'),
206 # Must match placeholder presentation names
209 def __init__(self, presentation, original, example):
213 presentation: 'USERNAME'
217 assert presentation != ''
220 if not self._NAME_RE.match(presentation):
221 raise exception.InvalidPlaceholderName(presentation)
222 self.presentation = presentatio
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Makefile 18 presentation.c \
  /external/mesa3d/src/gallium/state_trackers/vdpau/
Makefile 18 presentation.c \
  /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
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsUt.aidl 102 int updateCOLR(int presentation);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 48 * @param presentation Number presentation of the phone number to be logged.
58 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
63 this.presentation = presentation;
76 public final int presentation; field in class:CallLogManager.AddCallArgs
156 * @param presentation
166 int presentation,
188 + Log.pii(number) + "," + presentation + ", " + callType
190 AddCallArgs args = new AddCallArgs(mContext, callerInfo, number, presentation,
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/
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...]
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionServiceAdapter.aidl 77 void setAddress(String callId, in Uri address, int presentation);
79 void setCallerDisplayName(String callId, String callerDisplayName, int presentation);
  /frameworks/native/services/inputflinger/
PointerControllerInterface.h 77 enum Presentation {
85 virtual void setPresentation(Presentation presentation) = 0;
  /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
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 97 * expected number and presentation values within the CallerInfo object.
99 * @param presentation presentation value used to verify if we are in a corner case
103 String number, int presentation) {
106 // displayed/logged after this function returns based on the presentation value.
111 + ", presentation=" + presentation + " ci " + ci);
115 // and fix the presentation to be the same.
119 && presentation == TelecomManager.PRESENTATION_ALLOWED) {
125 // cases only apply if we received an allowed presentation from the network, so chec
    [all...]
ContactInfoCache.java 308 CallerInfo info, int presentation, boolean isIncoming) {
313 populateCacheEntry(context, info, cce, presentation, isIncoming);
347 int presentation, boolean isIncoming) {
394 // (or potentially some other default based on the presentation.)
395 displayName = getPresentationString(context, presentation);
397 } else if (presentation != TelecomManager.PRESENTATION_ALLOWED) {
399 // AND a restricted presentation. However we leave it here in case of weird
401 displayName = getPresentationString(context, presentation);
402 Log.d(TAG, " ==> presentation not allowed! displayName = " + displayName);
434 if (presentation != TelecomManager.PRESENTATION_ALLOWED)
    [all...]
  /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/core/java/android/provider/
CallLog.java 194 public static final String NUMBER_PRESENTATION = "presentation";
373 * @param presentation enum value from PhoneConstants.PRESENTATION_xxx, which
388 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
390 return addCall(ci, context, number, presentation, callType, features, accountHandle,
402 * @param presentation enum value from PhoneConstants.PRESENTATION_xxx, which
420 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
425 // Remap network specified number presentation types
426 // PhoneConstants.PRESENTATION_xxx to calllog number presentation types
429 // If the number field is empty set the presentation type to Unknown.
430 if (presentation == PhoneConstants.PRESENTATION_RESTRICTED)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnection.java 136 * @param presentation The presentation requirements for the address.
139 public void onAddressChanged(RemoteConnection connection, Uri address, int presentation) {}
147 * @param presentation The presentation requirements for the handle.
151 RemoteConnection connection, String callerDisplayName, int presentation) {}
546 * Obtains the presentation requirements for the address of this {@code RemoteConnection}.
548 * @return The presentation requirements for the address. See
565 * Obtains the presentation requirements for this {@code RemoteConnection}'s
568 * @return The presentation requirements for the caller display name. Se
    [all...]

Completed in 844 milliseconds

1 2 3 4 5 6