HomeSort by relevance Sort by last modified time
    Searched refs:displayType (Results 1 - 12 of 12) sorted by null

  /packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java 54 private LayoutParameters getLayoutParameters(int displayType) {
55 switch (displayType) {
63 "Unsupported display type: " + displayType);
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.h 82 virtual MediaControlElementType displayType() const = 0;
103 virtual MediaControlElementType displayType() const;
117 virtual MediaControlElementType displayType() const;
130 virtual MediaControlElementType displayType() const;
145 virtual MediaControlElementType displayType() const;
159 MediaControlElementType displayType() const { return m_displayType; }
439 virtual MediaControlElementType displayType() const;
452 virtual MediaControlElementType displayType() const;
MediaControlElements.cpp 111 MediaControlElementType MediaControlPanelElement::displayType() const
136 MediaControlElementType MediaControlTimelineContainerElement::displayType() const
215 MediaControlElementType MediaControlVolumeSliderContainerElement::displayType() const
276 MediaControlElementType MediaControlStatusDisplayElement::displayType() const
289 MediaControlInputElement::MediaControlInputElement(HTMLMediaElement* mediaElement, MediaControlElementType displayType)
292 , m_displayType(displayType)
310 void MediaControlInputElement::setDisplayType(MediaControlElementType displayType)
312 if (displayType == m_displayType)
315 m_displayType = displayType;
322 inline MediaControlMuteButtonElement::MediaControlMuteButtonElement(HTMLMediaElement* mediaElement, MediaControlElementType displayType)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMediaControls.cpp 62 controlType = static_cast<MediaControlInputElement*>(node)->displayType();
64 controlType = static_cast<MediaControlElement*>(node)->displayType();
97 return static_cast<MediaControlInputElement*>(node)->displayType();
99 return static_cast<MediaControlElement*>(node)->displayType();
  /external/webkit/Source/WebCore/rendering/
RenderMediaControls.cpp 117 bool captionsVisible = btn->displayType() == MediaHideClosedCaptionsButton;
124 bool audioEnabled = btn->displayType() == MediaMuteButton;
131 bool canPlay = btn->displayType() == MediaPlayButton;
RenderThemeMac.mm     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 41 * Arranges contacts favorites according to provided {@link DisplayType}.
42 * Also allows for a configurable number of columns and {@link DisplayType}
47 private DisplayType mDisplayType;
57 * Only valid when {@link DisplayType#STREQUENT} is true
71 * Only valid when {@link DisplayType#STREQUENT_PHONE_ONLY} is true
84 public enum DisplayType {
118 DisplayType displayType) {
122 mColumnCount = (displayType == DisplayType.FREQUENT_ONLY ? 1 : numCols)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 40 import com.android.contacts.common.list.ContactTileAdapter.DisplayType;
60 private DisplayType mDisplayType;
102 final DisplayType[] loaderTypes = mDisplayType.values();
135 public void setDisplayType(DisplayType displayType) {
136 mDisplayType = displayType;
160 "Unrecognized DisplayType " + mDisplayType);
201 throw new IllegalArgumentException("Unrecognized DisplayType " + mDisplayType);
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp     [all...]
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 513 return paintMediaButton(renderObject, paintInfo.context, rect, button->displayType() == MediaPlayButton ? GTK_STOCK_MEDIA_PLAY : GTK_STOCK_MEDIA_PAUSE);
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 400 if (btn->displayType() == MediaPlayButton)
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 280 milliseconds