HomeSort by relevance Sort by last modified time
    Searched defs:ItemView (Results 1 - 3 of 3) 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 47 public interface ItemView {
53 * @param itemData The item that this ItemView should display.
100 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /external/chromium_org/ui/message_center/views/
notification_view.cc 119 // ItemView ////////////////////////////////////////////////////////////////////
123 class ItemView : public views::View {
125 ItemView(const message_center::NotificationItem& item);
126 virtual ~ItemView();
132 DISALLOW_COPY_AND_ASSIGN(ItemView);
135 ItemView::ItemView(const message_center::NotificationItem& item) {
157 ItemView::~ItemView() {
160 void ItemView::SetVisible(bool visible)
    [all...]

Completed in 35 milliseconds