/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputConnectionWrapperTest.java | 17 package android.view.inputmethod.cts; 23 import android.view.KeyEvent; 24 import android.view.inputmethod.CompletionInfo; 25 import android.view.inputmethod.CorrectionInfo; 26 import android.view.inputmethod.EditorInfo; 27 import android.view.inputmethod.ExtractedText; 28 import android.view.inputmethod.ExtractedTextRequest; 29 import android.view.inputmethod.InputConnection; 30 import android.view.inputmethod.InputConnectionWrapper;
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader2.java | 23 import android.view.Menu; 24 import android.view.View; 25 import android.view.ViewGroup; 151 public View getView(int position, View convertView, ViewGroup parent){ 152 TextView view = null; local 158 view = new TextView(parent.getContext()); 159 view.setText(item.toString()); 162 Typeface type = view.getTypeface() [all...] |
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiChatFragment.java | 8 import android.view.LayoutInflater; 9 import android.view.View; 10 import android.view.ViewGroup; 19 * This fragment handles chat related UI which includes a list view for messages 24 private View view; field in class:WiFiChatFragment 32 public View onCreateView(LayoutInflater inflater, ViewGroup container, 34 view = inflater.inflate(R.layout.fragment_chat, container, false); 35 chatLine = (TextView) view.findViewById(R.id.txtChatLine) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
AffectedByFocusTest.cpp | 56 document().view()->updateLayoutAndStyleIfNeededRecursive(); 211 document().view()->updateLayoutAndStyleIfNeededRecursive(); 216 document().view()->updateLayoutAndStyleIfNeededRecursive(); 242 document().view()->updateLayoutAndStyleIfNeededRecursive(); 247 document().view()->updateLayoutAndStyleIfNeededRecursive(); 273 document().view()->updateLayoutAndStyleIfNeededRecursive(); 278 document().view()->updateLayoutAndStyleIfNeededRecursive(); 305 document().view()->updateLayoutAndStyleIfNeededRecursive(); 310 document().view()->updateLayoutAndStyleIfNeededRecursive();
|
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/ |
ScreenOrientationController.cpp | 51 WebScreenOrientationType ScreenOrientationController::computeOrientation(FrameView* view) 59 FloatRect rect = screenRect(view); 60 uint16_t rotation = screenOrientationAngle(view); 82 FrameView* view = frame()->view(); local 83 WebScreenOrientationType orientationType = screenOrientationType(view); 86 orientationType = computeOrientation(view); 91 m_orientation->setAngle(screenOrientationAngle(view)); 108 unsigned short currentAngle = screenOrientationAngle(frame()->view());
|
/external/chromium_org/ui/views/window/ |
custom_frame_view_unittest.cc | 162 CustomFrameView* view = custom_frame_view(); local 163 view->Init(parent); 178 CustomFrameView* view = custom_frame_view(); local 189 view->Init(parent); 203 CustomFrameView* view = custom_frame_view(); local 204 view->Init(parent); 212 view->Layout(); 222 CustomFrameView* view = custom_frame_view(); local 227 view->Init(parent); 239 CustomFrameView* view = custom_frame_view() local 254 CustomFrameView* view = custom_frame_view(); local [all...] |
/developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
BasicManagedProfileFragment.java | 32 import android.view.LayoutInflater; 33 import android.view.View; 34 import android.view.ViewGroup; 51 implements View.OnClickListener, 92 public View onCreateView(LayoutInflater inflater, ViewGroup container, 133 public void onViewCreated(View view, Bundle savedInstanceState) { 135 view.findViewById(R.id.set_chrome_restrictions).setOnClickListener(this); 136 view.findViewById(R.id.clear_chrome_restrictions).setOnClickListener(this) 268 ScrollView view = new ScrollView(activity); local [all...] |
/developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/ |
BasicManagedProfileFragment.java | 32 import android.view.LayoutInflater; 33 import android.view.View; 34 import android.view.ViewGroup; 51 implements View.OnClickListener, 92 public View onCreateView(LayoutInflater inflater, ViewGroup container, 133 public void onViewCreated(View view, Bundle savedInstanceState) { 135 view.findViewById(R.id.set_chrome_restrictions).setOnClickListener(this); 136 view.findViewById(R.id.clear_chrome_restrictions).setOnClickListener(this) 268 ScrollView view = new ScrollView(activity); local [all...] |
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/ |
BasicManagedProfileFragment.java | 32 import android.view.LayoutInflater; 33 import android.view.View; 34 import android.view.ViewGroup; 51 implements View.OnClickListener, 92 public View onCreateView(LayoutInflater inflater, ViewGroup container, 133 public void onViewCreated(View view, Bundle savedInstanceState) { 135 view.findViewById(R.id.set_chrome_restrictions).setOnClickListener(this); 136 view.findViewById(R.id.clear_chrome_restrictions).setOnClickListener(this) 268 ScrollView view = new ScrollView(activity); local [all...] |
/external/chromium_org/ash/system/tray/ |
system_tray_bubble.cc | 20 #include "ui/views/view.h" 29 // Normally a detailed view is the same size as the default view. However, 30 // when showing a detailed view directly (e.g. clicking on a notification), 31 // we may not know the height of the default view, or the default view may 33 // detailed view. 37 // detailed view or vice versa. 40 // A view with some special behaviour for tray items in the popup: 42 class TrayPopupItemContainer : public views::View { 362 views::View* view = NULL; local [all...] |
special_popup_row.cc | 29 views::View* CreatePopupHeaderButtonsContainer() { 30 views::View* view = new views::View; local 31 view->SetLayoutManager(new 33 view->SetBorder(views::Border::CreateEmptyBorder(0, 0, 0, 5)); 34 return view; 77 void SpecialPopupRow::SetContent(views::View* view) { 79 content_ = view; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
layersPanel.css | 56 .layers-3d-view { 60 .layers-3d-view canvas { 84 .layer-details-view .empty-view { 88 .layer-details-view table td { 92 .layer-details-view table td:first-child { 96 .layer-details-view .scroll-rect.active { 145 .profiler-log-view .console-formatted-string { 149 .profiler-log-view.section .properties {
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
dropdown-view.js | 6 * This is a view class showing subs of selected item. 45 * Update dropdown view when new model is selected in menu view. 98 var view = $(this.placeholder_); 99 view.css('display', 'block'); 101 view.css('position', 'fixed'); 102 view.css('top', pos.pageY); 103 view.css('left', pos.pageX); 105 view.css('position', 'static');
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
CANotifyOnBootActivity.java | 7 import android.view.View; 8 import android.view.View.OnClickListener; 30 View view = getLayoutInflater().inflate(R.layout.ca_boot_notify, null); local 31 Button checkCredsButton = (Button) view.findViewById(R.id.check_creds); 32 Button installButton = (Button) view.findViewById(R.id.install); 36 setContentView(view); 46 public void onClick(View v) [all...] |
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
StatusFragment.java | 26 import android.view.LayoutInflater; 27 import android.view.View; 28 import android.view.ViewGroup; 38 public class StatusFragment extends Fragment implements View.OnClickListener { 45 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, 51 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) { 52 mTextStatus = (TextView) view.findViewById(R.id.status); 53 mButtonUnhide = (Button) view.findViewById(R.id.unhide) [all...] |
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
StatusFragment.java | 26 import android.view.LayoutInflater; 27 import android.view.View; 28 import android.view.ViewGroup; 38 public class StatusFragment extends Fragment implements View.OnClickListener { 45 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, 51 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) { 52 mTextStatus = (TextView) view.findViewById(R.id.status); 53 mButtonUnhide = (Button) view.findViewById(R.id.unhide) [all...] |
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
SimpleMenuItem.java | 21 import android.view.ActionProvider; 22 import android.view.ContextMenu; 23 import android.view.MenuItem; 24 import android.view.SubMenu; 25 import android.view.View; 28 * A <em>really</em> dumb implementation of the {@link android.view.MenuItem} interface, that's only 30 * <code>com.android.internal.view.menu.MenuItemImpl</code> in AOSP for a more complete 122 public View getActionView() { 252 public MenuItem setActionView(View view) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SecureView.java | 17 package com.example.android.apis.view; 24 import android.view.Gravity; 25 import android.view.MotionEvent; 26 import android.view.View; 27 import android.view.View.OnClickListener; 28 import android.view.View.OnTouchListener; 55 * 2. The "built-in secured button" leverages the android:filterTouchesWhenObscured view [all...] |
WindowFocusObserver.java | 17 package com.example.android.apis.view; 23 import android.view.Menu; 24 import android.view.MenuInflater; 25 import android.view.MenuItem; 26 import android.view.WindowId; 27 import android.view.WindowId.FocusObserver;
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentMenuSupport.java | 25 import android.support.v4.view.MenuItemCompat; 28 import android.view.Menu; 29 import android.view.MenuInflater; 30 import android.view.MenuItem; 31 import android.view.View; 32 import android.view.View.OnClickListener; 46 public void onClick(View v) { 84 // Make sure fragments are updated after check box view state is restored [all...] |
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
SwipeRefreshLayoutActivity.java | 23 import android.view.Menu; 24 import android.view.MenuInflater; 25 import android.view.MenuItem; 26 import android.view.MotionEvent; 27 import android.view.View; 28 import android.view.View.OnClickListener; 81 private View mContent;
|
/external/chromium_org/ash/system/date/ |
date_default_view.cc | 21 #include "ui/views/view.h" 41 SpecialPopupRow* view = new SpecialPopupRow(); local 42 view->SetContent(date_view_); 43 AddChildView(view); 62 view->AddButton(help_); 75 view->AddButton(shutdown_); 86 view->AddButton(lock_); 94 views::View* DateDefaultView::GetHelpButtonView() {
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_linux.cc | 85 void AppListLinux::MoveNearCursor(app_list::AppListView* view) { 88 gfx::Screen::GetScreenFor(view->GetWidget()->GetNativeView()); 91 view->SetBubbleArrow(views::BubbleBorder::FLOAT); 107 view->SetAnchorPoint(FindAnchorPoint(view->GetPreferredSize(), 111 view->ShouldCenterWindow()));
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
cookies_view_browsertest.js | 6 * TestFixture for cookies view WebUI testing. 16 * Browse to the cookies view. 21 // Test opening the cookies view has correct location.
|
/external/chromium_org/content/renderer/ |
external_popup_menu_browsertest.cc | 28 RenderViewImpl* view() { function in class:content::ExternalPopupMenuTest 33 return view()->GetMainRenderFrame(); 60 view()->webwidget()->resize(blink::WebSize(500, 500)); 61 view()->webwidget()->setFocus(true); 176 view()->webwidget()->resize(blink::WebSize(500, 500)); 177 view()->webwidget()->setFocus(true);
|