HomeSort by relevance Sort by last modified time
    Searched defs:ItemView (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 49 public interface ItemView {
53 * @param itemData The item that this ItemView should display.
96 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuView.java 46 public interface ItemView {
50 * @param itemData The item that this ItemView should display.
93 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /external/chromium_org/ui/message_center/views/
notification_view.cc 108 // ItemView ////////////////////////////////////////////////////////////////////
112 class ItemView : public views::View {
114 ItemView(const message_center::NotificationItem& item);
115 virtual ~ItemView();
121 DISALLOW_COPY_AND_ASSIGN(ItemView);
124 ItemView::ItemView(const message_center::NotificationItem& item) {
146 ItemView::~ItemView() {
149 void ItemView::SetVisible(bool visible)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 151 milliseconds