HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 1801 - 1825 of 3607) sorted by null

<<71727374757677787980>>

  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 17 package com.example.android.common.view;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.Gravity;
27 import android.view.LayoutInflater;
28 import android.view.View;
36 * To use the component, simply add it to your view hierarchy. Then in your
95 // Make sure that the Tab Strips fills this View
146 * @param textViewId id of the {@link TextView} in the inflated view
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageDetailActivity.java 28 import android.support.v4.view.ViewPager;
30 import android.view.Menu;
31 import android.view.MenuItem;
32 import android.view.View;
33 import android.view.View.OnClickListener;
34 import android.view.WindowManager.LayoutParams;
105 new View.OnSystemUiVisibilityChangeListener() {
108 if ((vis & View.SYSTEM_UI_FLAG_LOW_PROFILE) != 0)
    [all...]
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabLayout.java 17 package com.example.android.common.view;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.Gravity;
27 import android.view.LayoutInflater;
28 import android.view.View;
36 * To use the component, simply add it to your view hierarchy. Then in your
95 // Make sure that the Tab Strips fills this View
146 * @param textViewId id of the {@link TextView} in the inflated view
    [all...]
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 17 package com.example.android.common.view;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.Gravity;
27 import android.view.LayoutInflater;
28 import android.view.View;
36 * To use the component, simply add it to your view hierarchy. Then in your
95 // Make sure that the Tab Strips fills this View
146 * @param textViewId id of the {@link TextView} in the inflated view
    [all...]
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 17 package com.example.android.common.view;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.Gravity;
27 import android.view.LayoutInflater;
28 import android.view.View;
36 * To use the component, simply add it to your view hierarchy. Then in your
95 // Make sure that the Tab Strips fills this View
146 * @param textViewId id of the {@link TextView} in the inflated view
    [all...]
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 17 package com.example.android.common.view;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.Gravity;
27 import android.view.LayoutInflater;
28 import android.view.View;
36 * To use the component, simply add it to your view hierarchy. Then in your
95 // Make sure that the Tab Strips fills this View
146 * @param textViewId id of the {@link TextView} in the inflated view
    [all...]
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 17 package com.example.android.common.view;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.Gravity;
27 import android.view.LayoutInflater;
28 import android.view.View;
36 * To use the component, simply add it to your view hierarchy. Then in your
95 // Make sure that the Tab Strips fills this View
146 * @param textViewId id of the {@link TextView} in the inflated view
    [all...]
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 17 package com.example.android.common.view;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.Gravity;
27 import android.view.LayoutInflater;
28 import android.view.View;
36 * To use the component, simply add it to your view hierarchy. Then in your
95 // Make sure that the Tab Strips fills this View
146 * @param textViewId id of the {@link TextView} in the inflated view
    [all...]
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 29 import android.view.MenuItem;
30 import android.view.View;
31 import android.view.animation.DecelerateInterpolator;
60 final View thumb1View = findViewById(R.id.thumb_button_1);
61 thumb1View.setOnClickListener(new View.OnClickListener() {
63 public void onClick(View view) {
68 final View thumb2View = findViewById(R.id.thumb_button_2);
69 thumb2View.setOnClickListener(new View.OnClickListener()
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/
AppMenuTest.java 10 import android.view.KeyEvent;
11 import android.view.MenuItem;
12 import android.view.View;
177 final View menuButton = getActivity().findViewById(R.id.menu_button);
238 final View view = mAppMenu.getPopup().getListView(); local
242 view.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_DOWN, keycode));
243 view.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, keycode));
  /external/chromium_org/chrome/browser/chromeos/ui/
idle_app_name_notification_view.cc 31 #include "ui/views/view.h"
54 // Creates and shows the message widget for |view| with |animation_time_ms|.
56 views::View* view,
60 gfx::Size ps = view->GetPreferredSize();
78 widget->SetContentsView(view);
90 // started animation and move the message into view.
96 view->NotifyAccessibilityEvent(ui::AX_EVENT_ALERT, true);
101 // The class which implements the content view for the message.
190 // Adds the label to the view, using |text| with a |font| and a |text_color|
234 IdleAppNameNotificationDelegateView* view = view_; local
    [all...]
  /external/chromium_org/chrome/browser/
platform_util_win.cc 215 gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
216 return ::GetAncestor(view, GA_ROOT);
219 gfx::NativeView GetParent(gfx::NativeView view) {
220 return ::GetParent(view);
231 bool IsVisible(gfx::NativeView view) {
233 return ::IsWindowVisible(view) != 0;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.css 13 #display-options-displays-view-host {
17 #display-options-displays-view {
23 #display-options-displays-view-mirroring {
  /external/chromium_org/mojo/services/view_manager/
test_change_tracker.cc 40 "BoundsChanged view=%s old_bounds=%s new_bounds=%s",
47 "HierarchyChanged view=%s new_parent=%s old_parent=%s",
53 return base::StringPrintf("Reordered view=%s relative=%s direction=%s",
59 return base::StringPrintf("ViewDeleted view=%s",
63 return base::StringPrintf("VisibilityChanged view=%s visible=%s",
68 return base::StringPrintf("DrawnStateChanged view=%s drawn=%s",
73 return base::StringPrintf("InputEvent view=%s event_action=%d",
104 TestView view; local
105 view.parent_id = data->parent_id;
106 view.view_id = data->view_id
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 20 import android.view.MotionEvent;
21 import android.view.SurfaceHolder;
22 import android.view.SurfaceView;
23 import android.view.inputmethod.EditorInfo;
24 import android.view.inputmethod.InputConnection;
25 import android.view.inputmethod.InputMethodManager;
126 // Give this view keyboard focus, allowing us to customize the soft keyboard's settings.
140 /** Request repainting of the desktop view. */
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCNSGLVideoView.m 53 RTCNSGLVideoView* view = (__bridge RTCNSGLVideoView*)displayLinkContext;
54 [view drawFrame];
90 if ([context view] != self) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_sampler_view.c 65 boolean view = TRUE; local
73 /* Is a view needed */
78 * results as a view.
81 view = FALSE;
84 view = FALSE;
87 view = TRUE;
91 if (view) {
98 SVGA_DBG(DEBUG_VIEWS, "svga: Sampler view: reuse %p, %u %u, last %u\n",
117 /* No view needed just use the whole texture */
118 if (!view) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
colmeta.test 37 ifcapable view {
39 CREATE VIEW v1 AS SELECT * FROM abc2;
61 ifcapable view {
67 ifcapable view {
  /external/chromium_org/third_party/webrtc/test/mac/
video_renderer_mac.mm 74 NSOpenGLView *view = [[[NSOpenGLView alloc] initWithFrame:viewFrame
76 context_ = [view openGLContext];
78 [[window_ contentView] addSubview:view];
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 23 #include "ui/views/view.h"
45 gfx::Size ToastContentsView::GetToastSizeForView(const views::View* view) {
46 int width = kNotificationWidth + view->GetInsets().width();
47 return gfx::Size(width, view->GetHeightForWidth(width));
59 // Sets the transparent background. Then, when the message view is slid out,
76 void ToastContentsView::SetContents(MessageView* view,
80 AddChildView(view);
81 preferred_size_ = GetToastSizeForView(view);
87 // won't be read for this view which returns ROLE_WINDOW
    [all...]
  /external/chromium_org/ui/views/controls/button/
custom_button.cc 32 const CustomButton* CustomButton::AsCustomButton(const views::View* view) {
33 return AsCustomButton(const_cast<views::View*>(view));
36 CustomButton* CustomButton::AsCustomButton(views::View* view) {
37 if (view) {
38 const char* classname = view->GetClassName();
45 return static_cast<CustomButton*>(view);
110 // CustomButton, View overrides
    [all...]
  /external/chromium_org/v8/tools/
profile_view.js 30 * Creates a Profile View builder object.
41 * Builds a profile view for the specified call tree.
45 * of self weights for a bottom up view is needed.
70 var view = this.createView(head);
71 return view;
76 * Factory method for a profile view.
78 * @param {ProfileView.Node} head View head node.
79 * @return {ProfileView} Profile view.
87 * Factory method for a profile view node.
95 * @param {ProfileView.Node} head Profile view head
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.c 65 boolean view = TRUE; local
73 /* Is a view needed */
78 * results as a view.
81 view = FALSE;
84 view = FALSE;
87 view = TRUE;
91 if (view) {
98 SVGA_DBG(DEBUG_VIEWS, "svga: Sampler view: reuse %p, %u %u, last %u\n",
117 /* No view needed just use the whole texture */
118 if (!view) {
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 17 package android.view.animation.cts;
19 import com.android.cts.view.R;
28 import android.view.View;
29 import android.view.ViewGroup.LayoutParams;
30 import android.view.animation.AccelerateInterpolator;
31 import android.view.animation.Animation;
32 import android.view.animation.AnimationUtils;
33 import android.view.animation.DecelerateInterpolator;
34 import android.view.animation.Interpolator
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 318 RenderWidgetHostViewBase* const view = GetRenderWidgetHostView(); local
319 if (!view->CanCopyToVideoFrame()) {
329 view->CopyFromCompositingSurfaceToVideoFrame(
330 gfx::Rect(view->GetViewBounds().size()), dest, base::Bind(
334 view->AcceleratedSurfaceRelease();
345 RenderWidgetHostViewBase* const view = GetRenderWidgetHostView(); local
346 if (!view->CanSubscribeFrame()) {
359 view->BeginFrameSubscription(subscriber.Pass());
361 view->EndFrameSubscription();
370 RenderWidgetHostViewBase* const view = GetRenderWidgetHostView() local
    [all...]

Completed in 487 milliseconds

<<71727374757677787980>>