/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/ |
HelloSpellCheckerActivity.java | 24 import android.view.textservice.SentenceSuggestionsInfo; 25 import android.view.textservice.SpellCheckerSession; 26 import android.view.textservice.SuggestionsInfo; 27 import android.view.textservice.TextInfo; 28 import android.view.textservice.TextServicesManager; 29 import android.view.textservice.SpellCheckerSession.SpellCheckerSessionListener;
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.basicmediadecoder/ |
MainActivity.java | 26 import android.view.Menu; 27 import android.view.MenuInflater; 28 import android.view.MenuItem; 29 import android.view.Surface; 30 import android.view.TextureView; 31 import android.view.View; 39 * This activity uses a {@link android.view.TextureView} to render the frames of a video decoded using 89 mAttribView.setVisibility(View.VISIBLE);
|
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/ |
InterpolatorFragment.java | 23 import android.view.LayoutInflater; 24 import android.view.View; 25 import android.view.ViewGroup; 26 import android.view.animation.AnimationUtils; 27 import android.view.animation.Interpolator; 40 * view (scale X and Y) along a path. 45 * View that is animated. 47 private View mView; 75 * Set to true if View is animated out (is shrunk) [all...] |
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
BackgroundPickers.java | 21 import android.view.LayoutInflater; 22 import android.view.View; 23 import android.view.ViewGroup; 62 View picker = inflater.inflate(R.layout.background_picker, mContainer, false); 118 private class OnPickedListener implements View.OnClickListener { 121 public void onClick(View view) { 122 ImageView pickedView = (ImageView) view; 123 ViewGroup pickerBox = (ViewGroup) view.getParent() [all...] |
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/ |
SwipeRefreshListFragmentFragment.java | 25 import android.view.Menu; 26 import android.view.MenuInflater; 27 import android.view.MenuItem; 28 import android.view.View; 65 public void onViewCreated(View view, Bundle savedInstanceState) { 66 super.onViewCreated(view, savedInstanceState);
|
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/ |
AnticiButton.java | 26 import android.view.MotionEvent; 27 import android.view.View; 28 import android.view.animation.AccelerateInterpolator; 29 import android.view.animation.DecelerateInterpolator; 30 import android.view.animation.LinearInterpolator; 31 import android.view.animation.OvershootInterpolator; 72 public void onClick(View v) { 123 View.TRANSLATION_X, mOnLeft ? 400 : 0); 164 private View.OnTouchListener mTouchListener = new View.OnTouchListener() [all...] |
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
MainActivity.java | 27 import android.support.v4.view.ViewPager; 28 import android.view.LayoutInflater; 29 import android.view.View; 30 import android.view.ViewGroup; 36 * The {@link android.support.v4.view.PagerAdapter} that will provide fragments for each of the 152 public View onCreateView(LayoutInflater inflater, ViewGroup container, 154 View rootView = inflater.inflate(R.layout.fragment_section_launchpad, container, false); 158 .setOnClickListener(new View.OnClickListener() { 160 public void onClick(View view) [all...] |
/external/chromium_org/ash/system/chromeos/power/ |
power_status_view_unittest.cc | 37 PowerStatusView* view() { return view_.get(); } function in class:ash::PowerStatusViewTest 61 return view()->percentage_label_->visible(); 65 return view()->time_status_label_->visible(); 69 return view()->time_status_label_->text(); 87 return view()->status_label_->text(); 91 return view()->time_label_->text();
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
first_run_controller.cc | 86 FirstRunView* view = new FirstRunView(); local 87 view->Init(user_profile_); 88 shell_helper_->GetOverlayWidget()->SetContentsView(view); 89 actor_ = view->GetActor(); 92 view->RequestFocus(); 93 web_contents_for_tests_ = view->GetWebContents();
|
/external/chromium_org/chrome/browser/ui/views/ |
detachable_toolbar_view.cc | 57 double* roundness, views::View* view) { 61 SkDoubleToScalar(view->width() - horizontal_padding - 0.5), 62 SkDoubleToScalar(view->height() - vertical_padding - 0.5)); 70 DetachableToolbarView* view, 74 int y = at_top ? 0 : (view->height() - thickness); 75 canvas->FillRect(gfx::Rect(0, y, view->width(), thickness), color);
|
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/ |
CastWindowAndroid.java | 14 import android.view.ViewGroup; 122 ContentView view = ContentView.newInstance(context, mContentViewCore); local 123 mContentViewCore.initialize(view, view, nativeWebContents, mWindow); 128 ((FrameLayout) findViewById(R.id.contentview_holder)).addView(view, 132 view.requestFocus(); 156 * @return The {@link ContentViewCore} currently managing the view shown by this Shell.
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
PastePopupMenu.java | 10 import android.view.Gravity; 11 import android.view.LayoutInflater; 12 import android.view.View; 13 import android.view.View.OnClickListener; 14 import android.view.ViewGroup; 15 import android.view.ViewGroup.LayoutParams; 22 private final View mParent; 31 private View mPasteView [all...] |
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
TestTouchUtils.java | 11 import android.view.MotionEvent; 12 import android.view.View; 13 import android.view.ViewConfiguration; 23 * to view. 24 * @param v The view the coordinates are relative to. 29 public static int[] getAbsoluteLocationFromRelative(View v, int x, int y) { 59 * Sends (synchronously) a single click to the View at the specified coordinates. 62 * @param v The view the coordinates are relative to. 63 * @param x Relative x location to the view [all...] |
/external/chromium_org/extensions/renderer/ |
content_watcher.cc | 49 virtual bool Visit(content::RenderView* view) OVERRIDE { 50 for (blink::WebFrame* frame = view->GetWebView()->mainFrame(); frame; 114 content::RenderView* view = local 115 content::RenderView::FromWebView(top_frame->view()); 116 view->Send(new ExtensionHostMsg_OnWatchedPageChange(view->GetRoutingID(),
|
/external/chromium_org/ppapi/examples/scaling/ |
scaling.cc | 24 // Example plugin to demonstrate usage of pp::View and pp::Graphics2D APIs for 41 virtual void DidChangeView(const pp::View& view) { 42 pp::Rect view_rect = view.GetRect(); 45 view.GetDeviceScale() == device_scale_ && 46 view.GetCSSScale() == css_scale_) 51 device_scale_ = view.GetDeviceScale(); 52 css_scale_ = view.GetCSSScale();
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ViewportStyleResolver.cpp | 188 FrameView* view = m_document->view(); local 189 float width = view ? view->width() : 0; 190 float height = view ? view->height() : 0;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
MouseRelatedEvent.cpp | 48 FrameView* frameView = frame->view(); 67 LocalFrame* frame = view() ? view()->frame() : 0; 69 if (FrameView* frameView = frame->view()) { 102 m_pageLocation = clientLocation + contentsScrollOffset(view()); 113 LocalDOMWindow* window = event->view();
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
calendarPicker.css | 42 .scroll-view { 114 .calendar-table-view { 133 .calendar-table-header-view { 149 .calendar-header-view { 215 .year-list-view { 284 .month-popup-view { 292 .year-list-view .scrubby-scroll-bar { 296 .rtl .year-list-view .scrubby-scroll-bar { 311 .year-list-view:focus, 312 .calendar-table-view:focus [all...] |
/external/chromium_org/ui/views/layout/ |
grid_layout.h | 14 #include "ui/views/view.h" 26 // USE_PREF, // Use the preferred size of the view. 42 // when adding them. For example, the following forces a View to have 47 // If the View using GridLayout is given a size bigger than the preferred, 59 // AddView takes care of adding the View to the View the GridLayout was 66 class View; 78 // Centers the view along the axis. 85 // The view is resized to fill the space. 88 // The view is aligned along the baseline. This is only valid for th [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
ReportDataModel.java | 40 IReportDataView view = m_views [viewType]; local 42 if (view != null) 43 return view; 49 throw new IllegalStateException ("source file data view requested for metadata with incomplete SourceFile debug info"); 126 view = new ReportDataView (root); 128 m_views [viewType] = view; 129 return view;
|
/external/chromium_org/ash/shelf/ |
shelf_view.cc | 60 using views::View; 231 virtual View* FindNextFocusableView( 232 View* starting_view, 237 View** focus_traversable_view) OVERRIDE { 264 explicit FadeInAnimationDelegate(views::View* view) : view_(view) {} 282 views::View* view_; 318 FadeOutAnimationDelegate(ShelfView* host, views::View* view) 855 View* view = view_model_->view_at(i); local 866 views::View* view = NULL; local 1427 views::View* view = CreateViewForItem(model_->items()[model_index]); local 1467 views::View* view = view_model_->view_at(model_index); local 1521 views::View* view = view_model_->view_at(model_index); local 1867 views::View* view = view_model_->view_at(index); local [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 17 package android.view.cts; 19 import com.android.cts.view.R; 42 import android.view.ActionMode; 43 import android.view.Display; 44 import android.view.Gravity; 45 import android.view.InputDevice; 46 import android.view.InputQueue; 47 import android.view.KeyEvent; 48 import android.view.LayoutInflater; 49 import android.view.Menu [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
TestAdapter.java | 26 import android.view.LayoutInflater; 27 import android.view.View; 28 import android.view.ViewGroup; 77 public View getView(int position, View convertView, ViewGroup parent) {
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/ |
WaterMeshNode.cpp | 23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { 47 // This multiplies the view matrix by the model matrix, and stores the result in the MVP 48 // matrix (which currently contains model * view). 49 prog.mMVMatrix.multiply(view, model); 55 // the MVP matrix (which now contains model * view * projection). 68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
InfrastructureTests.java | 31 import android.view.View; 78 public void intializeView(View view) { 79 view.setClipBounds(clipRect);
|