/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
ProgramNode.cpp | 21 void ProgramNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { 22 program.before(model, view, projection); 25 void ProgramNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { 26 program.after(model, view, projection); 29 void ProgramNode::drawProgram(Matrix& model, Matrix& view, Matrix& projection) { 30 SceneGraphNode::draw(mProgram, model, view, projection);
|
/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...] |
/frameworks/base/core/java/android/text/method/ |
KeyListener.java | 20 import android.view.KeyEvent; 21 import android.view.View; 27 * {@link android.view.inputmethod.InputMethod}; it should only be used 63 public boolean onKeyDown(View view, Editable text, 71 public boolean onKeyUp(View view, Editable text, 79 public boolean onKeyOther(View view, Editable text, KeyEvent event) [all...] |
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
OrientationHelper.java | 19 import android.view.View; 23 * Helper class for LayoutManagers to abstract measurements depending on the View's orientation. 26 * can also be used to abstract calls around view bounds and child measurements with margins and 72 * Returns the start of the view including its decoration and margin. 74 * For example, for the horizontal helper, if a View's left is at pixel 20, has 2px left 77 * @param view The view element to check 79 * @see #getDecoratedEnd(android.view.View) [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
Util.java | 5 import android.support.v4.view.accessibility.AccessibilityEventCompat; 6 import android.support.v4.view.accessibility.AccessibilityRecordCompat; 7 import android.view.View; 8 import android.view.accessibility.AccessibilityEvent; 9 import android.view.accessibility.AccessibilityManager; 22 * {@link android.view.View#announceForAccessibility} 23 * @param view The view that triggered the announcemen [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...] |
/external/qemu/android/base/ |
StringView_unittest.cpp | 20 StringView view; local 21 EXPECT_TRUE(view.empty()); 26 StringView view(kString); 27 EXPECT_STREQ(kString, view.str()); 28 EXPECT_FALSE(view.empty()); 29 EXPECT_EQ(strlen(kString), view.size()); 42 StringView view("Hello3"); 43 EXPECT_FALSE(view.empty()); 44 view.clear(); 45 EXPECT_TRUE(view.empty()) [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/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
TestOnLongClickListener.java | 3 import android.view.View; 5 public class TestOnLongClickListener implements View.OnLongClickListener { 9 public boolean onLongClick(View view) {
|
/frameworks/base/core/java/android/view/ |
IApplicationToken.aidl | 1 /* //device/java/android/android/view/IApplicationToken.aidl 18 package android.view;
|
IWindowFocusObserver.aidl | 16 package android.view;
|
/frameworks/base/core/java/android/widget/ |
HeterogeneousExpandableList.java | 19 import android.view.View; 20 import android.view.ViewGroup; 24 * {@link ExpandableListAdapter} take advantage of the {@link Adapter} view type 27 * An {@link ExpandableListAdapter} declares it has one view type for its group items 28 * and one view type for its child items. Although adapted for most {@link ExpandableListView}s, 33 * {@link android.widget.ExpandableListAdapter#getGroupView(int, boolean, View, ViewGroup)} 35 * {@link android.widget.ExpandableListAdapter#getChildView(int, int, boolean, View, ViewGroup)} 41 * Get the type of group View that will be created by 42 * {@link android.widget.ExpandableListAdapter#getGroupView(int, boolean, View, ViewGroup) [all...] |