/packages/services/Telephony/src/com/android/phone/ |
MultiLineTitleEditTextPreference.java | 22 import android.view.View; 45 * <view class="com.android.phone.Foo$Bar"> as you can with regular views. 65 protected void onBindView(View view) { 66 super.onBindView(view); 68 TextView textView = (TextView) view.findViewById(com.android.internal.R.id.title);
|
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 17 package android.view; 57 * Various debugging/tracing tools related to {@link View} and the view hierarchy. 80 * the view server. Only non-void methods with no arguments can be annotated 97 * instance, View.getVisibility() returns 0, 4 or 8. However, these values 112 * @see android.view.ViewDebug.IntToString 132 * @see android.view.ViewDebug.IntToString 189 * @see android.view.ViewDebug.ExportedProperty 213 * @see android.view.ViewDebug.ExportedProperty 249 * the view is captured. Methods with this annotation must have no argument 443 View view = root.getRootView(); local 457 final View view = findView(root, parameter); local 464 final View view = findView(root, parameter); local 477 final View view = findView(root, parameter); local 709 final View view = findView(root, parameter); local 790 View view = root.getRootView(); local 814 final View view = group.getChildAt(i); local 865 final View view = group.getChildAt(i); local 1009 final View view = (View) object; local [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
GestureDetectorResetTest.java | 41 ContentView view, 44 mView = view; 68 ContentView view, TestCallbackHelperContainer viewClient) 73 view, viewClient, "test", "not clicked"))); 76 DOMUtils.clickNode(this, view, viewClient, "button"); 81 view, viewClient, "test", "clicked"))); 99 final ContentView view = getActivity().getActiveContentView(); local 101 new TestCallbackHelperContainer(view); 106 verifyClicksAreRegistered("on initial load", view, viewClient); 120 verifyClicksAreRegistered("after reload", view, viewClient) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
profilesPanel.css | 50 .profile-launcher-view-tree-item > .icon { 67 .profile-view { 77 .profile-view.visible { 81 .profile-view .data-grid { 86 .profile-view .data-grid th.average-column { 90 .profile-view .data-grid td.average-column { 94 .profile-view .data-grid th.self-column { 98 .profile-view .data-grid td.self-column { 102 .profile-view .data-grid th.total-column { 106 .profile-view .data-grid td.total-column [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MmsThumbnailPresenter.java | 37 public MmsThumbnailPresenter(Context context, ViewInterface view, Model model) { 38 super(context, view, model); 50 private void presentFirstSlide(SlideViewInterface view, SlideModel slide) { 51 view.reset(); 54 presentImageThumbnail(view, slide.getImage()); 56 presentVideoThumbnail(view, slide.getVideo()); 58 presentAudioThumbnail(view, slide.getAudio()); 89 private void presentVideoThumbnail(SlideViewInterface view, VideoModel video) { 93 private void presentImageThumbnail(SlideViewInterface view, ImageModel image) { 97 protected void presentAudioThumbnail(SlideViewInterface view, AudioModel audio) [all...] |
/cts/suite/pts/deviceTests/opengl/jni/graphics/ |
TransformationNode.cpp | 24 void TransformationNode::before(Program& program, Matrix& model, Matrix& view, 32 void TransformationNode::after(Program& program, Matrix& model, Matrix& view,
|
/cts/tests/src/android/view/cts/ |
MockViewStub.java | 17 package android.view.cts; 21 import android.view.View; 23 public class MockViewStub extends View {
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
OrientationActivity.java | 21 import android.view.Window; 22 import android.view.WindowManager;
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationUtilsTest.java | 17 package android.view.animation.cts; 24 import android.view.animation.AccelerateInterpolator; 25 import android.view.animation.AlphaAnimation; 26 import android.view.animation.Animation; 27 import android.view.animation.AnimationUtils; 28 import android.view.animation.GridLayoutAnimationController; 29 import android.view.animation.Interpolator; 30 import android.view.animation.LayoutAnimationController;
|
/cts/tests/tests/view/src/android/view/cts/ |
TouchDelegateTest.java | 17 package android.view.cts; 26 import android.view.MotionEvent; 27 import android.view.TouchDelegate; 28 import android.view.View; 29 import android.view.ViewGroup; 86 View view = new View(mActivity); local 88 view.setTouchDelegate(touchDelegate) [all...] |
WindowManager_BadTokenExceptionTest.java | 16 package android.view.cts; 19 import android.view.WindowManager.BadTokenException;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ProgressBar2.java | 17 package com.example.android.apis.view; 23 import android.view.Window;
|
ScrollBar3.java | 17 package com.example.android.apis.view; 21 import android.view.View; 33 findViewById(R.id.view3).setScrollBarStyle(View.SCROLLBARS_INSIDE_INSET);
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/ |
DialogActivity.java | 21 import android.view.View; 22 import android.view.Window; 33 * Callback method defined by the View 36 public void finishDialog(View v) {
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
Notepadv1.java | 21 import android.view.Menu; 22 import android.view.MenuItem;
|
/external/chromium/chrome/browser/chromeos/status/ |
input_method_menu_button_browsertest.cc | 31 BrowserView* view = static_cast<BrowserView*>(browser()->window()); local 32 return static_cast<StatusAreaView*>(view->
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
profiling_view.css | 6 #profiling-view { 12 #profiling-view[selected] { 16 #profiling-view > .control { 21 #profiling-view > .container {
|
/external/chromium_org/ash/system/tray/ |
tray_popup_label_button_border.cc | 67 void TrayPopupLabelButtonBorder::Paint(const views::View& view, 70 static_cast<const views::LabelButton*>(&view); 79 const views::View* first_visible_child = NULL; 80 for (int i = 0; i < view.parent()->child_count(); ++i) { 81 const views::View* child = view.parent()->child_at(i); 87 if (first_visible_child == &view) 92 canvas->Translate(gfx::Vector2d(view.width(), 0)); 94 LabelButtonBorder::Paint(view, canvas) [all...] |
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_views.h | 22 class View; 25 // Return |view| as an OmniboxViewViews, or NULL if it is of a different type. 26 OmniboxViewViews* GetOmniboxViewViews(OmniboxView* view); 28 // Return |view| as an OmniboxViewWin, or NULL if it is of a different type. 29 OmniboxViewWin* GetOmniboxViewWin(OmniboxView* view);
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
DownloadController.java | 54 private static ContentViewDownloadDelegate downloadDelegateFromView(ContentViewCore view) { 55 return view.getDownloadDelegate(); 69 public void newHttpGetDownload(ContentViewCore view, String url, 72 ContentViewDownloadDelegate downloadDelagate = downloadDelegateFromView(view); 83 * @param view ContentViewCore associated with the download item. 88 public void onDownloadStarted(ContentViewCore view, String filename, String mimeType) { 89 ContentViewDownloadDelegate downloadDelagate = downloadDelegateFromView(view); 113 public void onDangerousDownload(ContentViewCore view, String filename, 115 ContentViewDownloadDelegate downloadDelagate = downloadDelegateFromView(view);
|
/external/chromium_org/ui/base/ |
view_prop.cc | 11 // Maints the actual view, key and data. 14 // Returns the Data* for the view/key pair. If |create| is false and |Get| 15 // has not been invoked for the view/key pair, NULL is returned. 16 static void Get(gfx::AcceleratedWidget view, 22 scoped_refptr<Data> new_data(new Data(view, key)); 54 Data(gfx::AcceleratedWidget view, const char* key) 55 : view_(view), 80 ViewProp::ViewProp(gfx::AcceleratedWidget view, const char* key, void* data) { 81 Data::Get(view, key, true, &data_); 92 void* ViewProp::GetValue(gfx::AcceleratedWidget view, const char* key) [all...] |
view_prop.h | 19 // ViewProp maintains a key/value pair for a particular view. ViewProp is 22 // value for a particular view/key pair comes from the last ViewProp created. 25 // Associates data with a view/key pair. If a ViewProp has already been 30 ViewProp(gfx::AcceleratedWidget view, const char* key, void* data); 33 // Returns the value associated with the view/key pair, or NULL if there is 35 static void* GetValue(gfx::AcceleratedWidget view, const char* key);
|
/external/chromium_org/ui/views/layout/ |
layout_manager.h | 16 class View; 23 // the children of a View according to implementation-specific heuristics. 32 virtual void Installed(View* host); 36 virtual void Uninstalled(View* host); 41 virtual void Layout(View* host) = 0; 45 virtual gfx::Size GetPreferredSize(View* host) = 0; 49 virtual int GetPreferredHeightForWidth(View* host, int width); 51 // Notification that a view has been added. 52 virtual void ViewAdded(View* host, View* view) [all...] |
/external/chromium_org/ui/views/widget/ |
tooltip_manager.h | 21 class View; 25 // the various tooltip methods on View. 43 // Notification that the view hierarchy has changed in some way. 47 virtual void TooltipTextChanged(View* view) = 0; 50 virtual void ShowKeyboardTooltip(View* view) = 0;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xme.h | 34 extern int XiGMiscQueryResolutions(Display *dpy, int screen, int view, 37 extern void XiGMiscChangeResolution(Display *dpy, int screen, int view,
|