/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/ |
ImageFragment.java | 21 import android.view.LayoutInflater; 22 import android.view.View; 23 import android.view.ViewGroup; 27 View.OnClickListener clickListener; 29 public View onCreateView(LayoutInflater inflater, ViewGroup container, 31 View view = inflater.inflate(R.layout.image_fragment, container, false); local 32 view.setOnClickListener(clickListener); 33 return view; [all...] |
/external/chromium-trace/trace-viewer/src/cc/ |
raster_task_slice_view.css | 5 .raster-task-slice-view { 10 .raster-task-slice-view > object-snapshot-view {
|
layer_tree_host_impl_view.css | 6 .lthi-s-view { 11 .lthi-s-view > layer-picker { 15 .lthi-s-view > x-drag-handle { 19 .lthi-s-view > layer-viewer {
|
/external/chromium_org/chrome/browser/ |
platform_util_aura.cc | 16 gfx::NativeWindow GetTopLevel(gfx::NativeView view) { 17 return view->GetToplevelWindow(); 20 gfx::NativeView GetParent(gfx::NativeView view) { 21 return view->parent(); 41 bool IsVisible(gfx::NativeView view) { 42 return view->IsVisible();
|
/external/chromium_org/mojo/services/view_manager/ |
server_view_delegate.h | 21 // Invoked at the end of the View's destructor (after it has been removed from 23 virtual void OnViewDestroyed(const ServerView* view) = 0; 25 virtual void OnWillChangeViewHierarchy(const ServerView* view, 29 virtual void OnViewHierarchyChanged(const ServerView* view, 33 virtual void OnViewBoundsChanged(const ServerView* view, 37 virtual void OnViewSurfaceIdChanged(const ServerView* view) = 0; 39 virtual void OnWillChangeViewVisibility(const ServerView* view) = 0;
|
access_policy_delegate.h | 25 // Returns true if |view| has been exposed to the client. 26 virtual bool IsViewKnownForAccessPolicy(const ServerView* view) const = 0; 28 // Returns true if Embed(view) has been invoked on |view|. 30 const ServerView* view) const = 0;
|
/external/chromium_org/ui/views/animation/ |
bounds_animator.cc | 11 #include "ui/views/view.h" 23 BoundsAnimator::BoundsAnimator(View* parent) 37 // view owns us and is going to be deleted anyway. 42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) { 43 DCHECK(view); 44 DCHECK_EQ(view->parent(), parent_); 48 if (IsAnimating(view)) { 51 existing_data = data_[view]; 53 RemoveFromMaps(view); 206 View* view = animation_to_view_[animation]; local 229 View* view = animation_to_view_[animation]; local [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
AwTestTouchUtils.java | 8 import android.view.MotionEvent; 9 import android.view.View; 14 * A touch utility class that injects the events directly into the view. 17 * This is similar to TestTouchUtils but injects the events directly into the view class rather 22 private static void sendAction(View view, int action, long downTime, float x, float y) { 25 view.onTouchEvent(event); 28 private static long dragStart(View view, float x, float y) [all...] |
/cts/tests/accessibility/src/android/view/accessibility/services/ |
SpeakingAccessibilityService.java | 17 package android.view.accessibility.services; 20 import android.view.accessibility.AccessibilityEvent;
|
VibratingAccessibilityService.java | 17 package android.view.accessibility.services; 20 import android.view.accessibility.AccessibilityEvent;
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
LayoutAnimationController_AnimationParametersTest.java | 17 package android.view.animation.cts; 21 import android.view.animation.LayoutAnimationController;
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
generic_object_view.css | 6 x-generic-object-view {
|
/external/chromium-trace/trace-viewer/src/ui/ |
list_and_associated_view.css | 6 x-list-and-associated-view { 11 x-list-and-associated-view > .x-list-view { 15 x-list-and-associated-view > :nth-child(2) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_sampler.h | 43 u_sampler_view_default_template(struct pipe_sampler_view *view, 48 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
ViewAndroidDelegate.java | 7 import android.view.View; 10 * Interface to acquire and release anchor views from the implementing View. 15 * @return An anchor view that can be used to anchor decoration views like Autofill popup. 17 View acquireAnchorView(); 20 * Set the anchor view to specified position and width (all units in dp). 21 * @param view The anchor view that needs to be positioned. 22 * @param x X coordinate of the top left corner of the anchor view. 23 * @param y Y coordinate of the top left corner of the anchor view [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_sampler.h | 43 u_sampler_view_default_template(struct pipe_sampler_view *view, 48 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
logs_view.css | 6 .logs-view-log-cell-text, 7 .logs-view-log-cell-log { 11 .logs-view-log-row-collapsed .logs-view-log-cell-log { 15 .logs-view-log-row-expanded .logs-view-log-cell-log { 19 .logs-view-log-table-button-column { 23 .logs-view-log-button { 27 .logs-view-global-button { 34 #logs-view-log-table td [all...] |
status_view.css | 6 .capture-status-view { 10 .halted-status-view { 14 .loaded-status-view { 18 #capture-status-view { 23 .capture-status-view-link, 24 .capture-status-view-link:visited, 25 .capture-status-view-link:active { 30 .capture-status-view-link:hover { 36 #capture-status-view-actions { 45 .capture-status-view-arrow [all...] |
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
ProgressBarModifier.java | 19 import android.view.View; 20 import android.view.animation.Interpolator; 26 public View modifyView(View view) { 27 ProgressBar pb = (ProgressBar) view;
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputMethodSettingsActivityStub.java | 17 package android.view.inputmethod.cts;
|
/development/samples/CrossCompatibility/src/com/example/android/touchexample/ |
TouchExampleActivity.java | 20 import android.view.ViewGroup; 28 TouchExampleView view = new TouchExampleView(this); local 29 view.setLayoutParams(new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, 32 setContentView(view);
|
/development/samples/HelloActivity/src/com/example/android/helloactivity/ |
HelloActivity.java | 21 import android.view.View; 22 import android.view.WindowManager; 38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); local 39 setContentView(view);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
webSocketFrameView.css | 7 .websocket-frame-view { 11 .websocket-frame-view, 12 .websocket-frame-view .data-grid { 21 .websocket-frame-view .data-grid .data { 25 .websocket-frame-view-td { 31 .websocket-frame-view-row-outcoming { 35 .websocket-frame-view-row-opcode { 40 .websocket-frame-view-row-error {
|
/external/chromium_org/third_party/skia/samplecode/ |
OverView.h | 16 bool is_overview(SkView* view);
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
ViewTarget.java | 6 import android.view.Display; 7 import android.view.View; 8 import android.view.ViewGroup; 9 import android.view.ViewTreeObserver; 10 import android.view.WindowManager; 19 * A base {@link Target} for loading {@link Bitmap}s into {@link View}s that provides default implementations for most 23 * To detect {@link View} reuse in {@link ListView} or any {@link ViewGroup} that reuses views, this class uses the 24 * {@link View#setTag(Object)} method to store some metadata so that if a view is reused, any previous loads o 38 private final T view; field in class:ViewTarget 80 private final View view; field in class:ViewTarget.SizeDeterminer [all...] |