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

  /packages/apps/Dialer/src/com/android/dialer/list/
RemoveView.java 14 public class RemoveView extends LinearLayout {
24 public RemoveView(Context context) {
28 public RemoveView(Context context, AttributeSet attrs) {
32 public RemoveView(Context context, AttributeSet attrs, int defStyle) {
  /external/chromium_org/ui/views/focus/
view_storage.h 44 void RemoveView(int storage_id);
external_focus_tracker.cc 26 view_storage_->RemoveView(last_focused_view_storage_id_);
60 view_storage_->RemoveView(last_focused_view_storage_id_);
view_storage.cc 38 RemoveView(storage_id);
62 void ViewStorage::RemoveView(int storage_id) {
focus_manager.cc 417 view_storage->RemoveView(stored_focused_view_storage_id_);
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 48 view_storage->RemoveView(last_focused_view_storage_id_);
98 view_storage->RemoveView(last_focused_view_storage_id_);
126 view_storage->RemoveView(last_focused_view_storage_id_);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 54 view_storage->RemoveView(last_focused_view_storage_id_);
183 view_storage->RemoveView(last_focused_view_storage_id_);
220 view_storage->RemoveView(last_focused_view_storage_id_);
tab_contents_view_views.cc 56 view_storage->RemoveView(last_focused_view_storage_id_);
170 view_storage->RemoveView(last_focused_view_storage_id_);
208 view_storage->RemoveView(last_focused_view_storage_id_);
tab_contents_view_gtk.cc 121 view_storage->RemoveView(last_focused_view_storage_id_);
299 view_storage->RemoveView(last_focused_view_storage_id_);
336 view_storage->RemoveView(last_focused_view_storage_id_);
  /external/chromium_org/ui/views/
accessible_pane_view.cc 73 view_storage->RemoveView(last_focused_view_storage_id_);
  /external/chromium_org/ui/views/bubble/
bubble_delegate.cc 297 view_storage->RemoveView(anchor_view_storage_id_);
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 75 import com.android.dialer.list.RemoveView;
176 private RemoveView mRemoveViewContainer;
322 mRemoveViewContainer = (RemoveView) findViewById(R.id.remove_view_container);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 125 view_storage->RemoveView(view_storage_id);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 228 view_storage->RemoveView(view_storage_id);
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 876 view_storage->RemoveView(last_focused_view_storage_id_);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 413 views::ViewStorage::GetInstance()->RemoveView(old_focused_view_id_);
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc     [all...]

Completed in 358 milliseconds