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

1 2 3 4 5 6 78 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModesOverlay.java 17 package com.example.android.apis.view;
20 import android.view.Window;
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java 23 import android.support.v4.view.ActionProvider;
24 import android.view.LayoutInflater;
25 import android.view.Menu;
26 import android.view.MenuItem;
27 import android.view.View;
33 * This activity demonstrates how to implement an {@link android.view.ActionProvider}
70 public View onCreateActionView() {
71 // Inflate the action view to be shown on the action bar.
73 View view = layoutInflater.inflate(R.layout.action_bar_settings_action_provider, null) local
    [all...]
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
ElevationBasicFragment.java 21 import android.view.LayoutInflater;
22 import android.view.MenuItem;
23 import android.view.MotionEvent;
24 import android.view.View;
25 import android.view.ViewGroup;
40 public View onCreateView(
46 View rootView = inflater.inflate(R.layout.elevation_basic, container, false);
48 View shape2 = rootView.findViewById(R.id.floating_shape_2);
51 * Sets a {@Link View.OnTouchListener} that responds to a touch event on shape2
    [all...]
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
Anticipation.java 21 import android.view.ViewGroup;
22 import android.view.ViewGroup.LayoutParams;
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view.css 6 .timeline-track-view * {
11 .timeline-track-view .tool-button {
15 .timeline-track-view {
20 .timeline-track-view .mode-indicator {
  /external/chromium_org/ash/system/tray/
tray_empty.cc 10 #include "ui/views/view.h"
20 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE {
36 views::View* TrayEmpty::CreateTrayView(user::LoginStatus status) {
40 views::View* TrayEmpty::CreateDefaultView(user::LoginStatus status) {
44 views::View* view = new views::View;
45 view->set_background(new EmptyBackground());
46 view->SetBorder(views::Border::CreateEmptyBorder(10, 0, 0, 0))
    [all...]
  /external/chromium_org/ash/test/
app_list_controller_test_api.cc 22 return view()->app_list_main_view()->contents_view()->
26 app_list::AppListView* AppListControllerTestApi::view() { function in class:ash::test::AppListControllerTestApi
  /external/chromium_org/chrome/browser/ui/cocoa/
custom_frame_view.h 28 // "C" precluded us from inserting a view between the system frame and the
54 - (void)drawCustomFrameRect:(NSRect)rect forView:(NSView*)view;
view_id_util.h 15 // view object in cross-platform tests. See BrowserFocusTest.* for an example
22 // ViewIDs of each view and provide some utility functions for NSView to
23 // set/unset the ViewID and lookup a view with a specified ViewID.
27 // Associates the given ViewID with the view. It shall be called upon the view's
29 void SetID(NSView* view, ViewID viewID);
31 // Removes the association between the view and its ViewID. It shall be called
32 // just before the view's destruction.
33 void UnsetID(NSView* view);
35 // Returns the view with a specific ViewID in a window, or nil if no view in th
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.h 22 CreateBrowserWindowPropertyManager(BrowserView* view);
25 explicit BrowserWindowPropertyManager(BrowserView* view);
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view_unittest.cc 30 // Create a widget to host the anchor view.
61 OneClickSigninBubbleView* view = local
63 EXPECT_TRUE(view != NULL);
64 return view;
105 // Widget to host the anchor view of the bubble. Destroys itself when closed.
144 OneClickSigninBubbleView* view = local
149 // view so that it can be quit once the bubble is hidden.
150 views::ButtonListener* listener = view;
154 listener->ButtonPressed(view->ok_button_, event);
156 // View should no longer be showing. The message loop will exit once th
163 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
183 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
203 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
218 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
235 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
250 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( local
269 views::View* view = one_click_view; local
284 views::View* view = one_click_view; local
301 views::View* view = one_click_view; local
316 views::View* view = one_click_view; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
requestCookiesView.css 7 .request-cookies-view {
19 .request-cookies-view.visible {
23 .request-cookies-view .data-grid {
28 .request-cookies-view .data-grid .row-group {
resourceView.css 30 .resource-view {
35 .resource-view.visible {
39 .resource-view > * {
43 .resource-view.font {
51 .resource-view .script-view {
55 .resource-view.image > .image {
60 .resource-view.image > .info {
66 .resource-view.image img.resource-image-view {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 25 nv50_tic_entry(struct pipe_sampler_view *view)
27 return (struct nv50_tic_entry *)view;
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViERenderer.java 14 import android.view.SurfaceHolder;
15 import android.view.SurfaceView;
  /external/chromium_org/ui/views/
cull_set.cc 19 bool CullSet::ShouldPaint(const View* view) const {
21 return (cull_set_->count(reinterpret_cast<intptr_t>(view)) > 0);
  /external/chromium_org/ui/views/layout/
layout_manager.cc 7 #include "ui/views/view.h"
14 void LayoutManager::Installed(View* host) {
17 void LayoutManager::Uninstalled(View* host) {
20 int LayoutManager::GetPreferredHeightForWidth(const View* host,
25 void LayoutManager::ViewAdded(View* host, View* view) {
28 void LayoutManager::ViewRemoved(View* host, View* view) {
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GlideAnimation.java 4 import android.view.View;
8 public boolean animate(Drawable previous, R current, View view, Target<R> target);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 25 nv50_tic_entry(struct pipe_sampler_view *view)
27 return (struct nv50_tic_entry *)view;
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewPopupZoomerTest.java 7 import android.view.View;
8 import android.view.ViewGroup;
20 private static PopupZoomer findPopupZoomer(ViewGroup view) {
21 assert view != null;
22 for (int i = 0; i < view.getChildCount(); i++) {
23 View child = view.getChildAt(i);
32 public PopupShowingCriteria(ViewGroup view, boolean shouldBeShown) {
33 mView = view;
88 final ViewGroup view = viewCore.getContainerView(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.cpp 54 return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor());
55 return static_cast<unsigned>(screenRect(m_frame->view()).height());
64 return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor());
65 return static_cast<unsigned>(screenRect(m_frame->view()).width());
72 return static_cast<unsigned>(screenDepth(m_frame->view()));
79 return static_cast<unsigned>(screenDepth(m_frame->view()));
88 return lroundf(screenAvailableRect(m_frame->view()).x() * host->deviceScaleFactor());
89 return static_cast<int>(screenAvailableRect(m_frame->view()).x());
98 return lroundf(screenAvailableRect(m_frame->view()).y() * host->deviceScaleFactor());
99 return static_cast<int>(screenAvailableRect(m_frame->view()).y())
    [all...]
RemoteFrame.cpp 34 void RemoteFrame::setView(PassRefPtr<RemoteFrameView> view)
36 m_view = view;
41 RefPtr<RemoteFrameView> view = RemoteFrameView::create(this); local
42 setView(view);
47 owner->setWidget(view);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamAnimator.java 21 import android.view.View;
48 * Define disappearing animation of a child which fired when a view is removed programmatically
56 * Define appearing animation of a child which fired when a view is added programmatically
65 * which fired when a view is not moved enough to be removed.
67 * @param view target view
72 public abstract ObjectAnimator getSwipeInAnimator(View view, float deltaX, float deltaY);
76 * which fired when a view is removing by a user swipe action
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamAnimator.java 21 import android.view.View;
48 * Define disappearing animation of a child which fired when a view is removed programmatically
56 * Define appearing animation of a child which fired when a view is added programmatically
65 * which fired when a view is not moved enough to be removed.
67 * @param view target view
72 public abstract ObjectAnimator getSwipeInAnimator(View view, float deltaX, float deltaY);
76 * which fired when a view is removing by a user swipe action
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestRunnerActivity.java 9 import android.view.View;
10 import android.view.ViewGroup.LayoutParams;
38 * Adds a view to the main linear layout.
40 public void addView(View view) {
41 view.setLayoutParams(new LinearLayout.LayoutParams(
43 mLinearLayout.addView(view);

Completed in 1225 milliseconds

1 2 3 4 5 6 78 91011>>