/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_view_views_browsertest.cc | 27 OmniboxView* view = browser()->window()->GetLocationBar()->GetLocationEntry(); local 28 OmniboxViewViews* omnibox_view_views = GetOmniboxViewViews(view); 50 EXPECT_FALSE(view->model()->popup_model()->IsOpen());
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
Screen.cpp | 53 long height = static_cast<long>(screenRect(m_frame->view()).height()); 65 long width = static_cast<long>(screenRect(m_frame->view()).width()); 77 return static_cast<unsigned>(screenDepth(m_frame->view())); 84 return static_cast<unsigned>(screenDepth(m_frame->view())); 93 return lroundf(screenAvailableRect(m_frame->view()).x() * page->deviceScaleFactor()); 94 return static_cast<int>(screenAvailableRect(m_frame->view()).x()); 103 return lroundf(screenAvailableRect(m_frame->view()).y() * page->deviceScaleFactor()); 104 return static_cast<int>(screenAvailableRect(m_frame->view()).y()); 113 return lroundf(screenAvailableRect(m_frame->view()).height() * page->deviceScaleFactor()); 114 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height()) [all...] |
/external/chromium_org/ui/views/animation/ |
bounds_animator.h | 26 class View; 28 // Bounds animator is responsible for animating the bounds of a view from the 33 // BoundsAnimator internally creates an animation for each view. If you need 35 // You can attach an AnimationDelegate to the individual animation for a view 48 explicit BoundsAnimator(View* view); 51 // Starts animating |view| from its current bounds to |target|. If there is 52 // already an animation running for the view it's stopped and a new one 53 // started. If an AnimationDelegate has been set for |view| it is removed 55 void AnimateViewTo(View* view, const gfx::Rect& target) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAnimationUtils.java | 4 import android.view.animation.Animation; 5 import android.view.animation.AnimationUtils; 6 import android.view.animation.TranslateAnimation;
|
ShadowViewStub.java | 3 import android.view.LayoutInflater; 4 import android.view.View; 5 import android.view.ViewGroup; 6 import android.view.ViewParent; 7 import android.view.ViewStub; 23 private WeakReference<View> mInflatedViewRef; 66 public View inflate() { 73 View view = factory.inflate(mLayoutResource, parent, false) local [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
IInputContext.aidl | 17 package com.android.internal.view; 20 import android.view.KeyEvent; 21 import android.view.inputmethod.CompletionInfo; 22 import android.view.inputmethod.CorrectionInfo; 23 import android.view.inputmethod.ExtractedTextRequest; 25 import com.android.internal.view.IInputContextCallback;
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuView.java | 17 package com.android.internal.view.menu; 19 import com.android.internal.view.menu.MenuBuilder; 20 import com.android.internal.view.menu.MenuItemImpl; 25 * Minimal interface for a menu view. {@link #initialize(MenuBuilder)} must be called for the 33 * view is inflated. 46 * Minimal interface for a menu item view. {@link #initialize(MenuItemImpl, int)} must be called 51 * Initializes with the provided MenuItemData. This should be called after the view is 61 * Gets the item data that this view is displaying. 67 * Sets the title of the item view. 73 * Sets the enabled state of the item view [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
BitmapDrawable.java | 17 package android.view; 24 import android.view.View; 25 import android.view.View.OnClickListener;
|
GlobalFocusChange.java | 17 package android.view; 23 import android.view.ViewTreeObserver; 24 import android.view.View; 27 public View mOldFocus; 28 public View mNewFocus; 42 public void onGlobalFocusChanged(View oldFocus, View newFocus) {
|
Merge.java | 17 package android.view; 24 import android.view.ViewGroup; 25 import android.view.LayoutInflater;
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestCanvas2.java | 21 import android.view.LayoutInflater; 22 import android.view.View; 23 import android.view.ViewGroup; 32 public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
BiDiTestGalleryLtr.java | 20 import android.view.LayoutInflater; 21 import android.view.View; 22 import android.view.ViewGroup; 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, 30 View v = inflater.inflate(R.layout.gallery_ltr, container, false);
|
BiDiTestGalleryRtl.java | 20 import android.view.LayoutInflater; 21 import android.view.View; 22 import android.view.ViewGroup; 28 public View onCreateView(LayoutInflater inflater, ViewGroup container, 30 View v = inflater.inflate(R.layout.gallery_rtl, container, false);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
SimpleApp.java | 25 import android.view.View; 26 import android.view.Window; 27 import android.view.Window; 40 // Create our Preview view and set it as the content of our
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PinnedHeaderListAdapter.java | 19 import android.view.View; 20 import android.view.ViewGroup; 66 * The default implementation creates the same type of view as a normal 70 public View getPinnedHeaderView(int partition, View convertView, ViewGroup parent) { 72 View view = null; local 76 view = convertView; 79 if (view == null) [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pPersistentGroup.java | 22 import android.view.View; 34 protected void onBindView(View view) { 36 super.onBindView(view);
|
/packages/apps/Stk/src/com/android/stk/ |
StkApp.java | 31 static final int MENU_ID_END_SESSION = android.view.Menu.FIRST; 32 static final int MENU_ID_BACK = android.view.Menu.FIRST + 1; 33 static final int MENU_ID_HELP = android.view.Menu.FIRST + 2;
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
ParsedNdefRecord.java | 23 import android.view.LayoutInflater; 24 import android.view.View; 25 import android.view.ViewGroup; 35 * Returns a view to display this record. 37 public abstract View getView(Activity activity, LayoutInflater inflater, ViewGroup parent,
|
UnknownRecord.java | 22 import android.view.LayoutInflater; 23 import android.view.View; 24 import android.view.ViewGroup; 30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) {
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
memoryobject.h | 1 /* Memory view object. In Python this is available as "memoryview". */ 14 #define PyMemoryView_GET_BUFFER(op) (&((PyMemoryViewObject *)(op))->view) 16 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) 24 from an object in a memory view object. If a copy is made then the 25 base object for the memory view will be a *new* bytes object. 67 Py_buffer view; member in struct:__anon62291
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
memoryobject.h | 1 /* Memory view object. In Python this is available as "memoryview". */ 14 #define PyMemoryView_GET_BUFFER(op) (&((PyMemoryViewObject *)(op))->view) 16 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) 24 from an object in a memory view object. If a copy is made then the 25 base object for the memory view will be a *new* bytes object. 67 Py_buffer view; member in struct:__anon62414
|
/sdk/testapps/customPropAnimTest/src/com/android/custompropertyanimation/ |
CustomPropertyAnimationActivity.java | 16 MyView view = new MyView(this); local 17 container.addView(view); 19 ObjectAnimator anim = ObjectAnimator.ofFloat(view, "foo", 1);
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
ObjectViewer.java | 32 import android.view.View; 43 * A view to display the properties of an object. 45 public class ObjectViewer extends Activity implements View.OnClickListener { 79 // try to start an activity to view the file 120 TextView view = (TextView)findViewById(R.id.name); local 122 view.setText(mFileName); 123 view = (TextView)findViewById(R.id.format); 124 view.setText(Integer.toHexString(info.getFormat()).toUpperCase(Locale.ROOT)); 125 view = (TextView)findViewById(R.id.size) [all...] |
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
accessibility_event_router_views.cc | 23 #include "ui/views/view.h" 45 views::View* view, ui::AccessibilityTypes::Event event_type) { 75 if (!view->GetFocusManager() || 76 view->GetFocusManager()->GetFocusedView() != view) 93 // event loop, to handle cases where the view's state changes after 98 view_storage->StoreView(view_storage_id, view); 149 views::View* view = view_storage->RetrieveView(view_storage_id) local [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
web_dialog_view_browsertest.cc | 106 TestWebDialogView* view = local 112 view, web_contents->GetView()->GetTopLevelNativeWindow()); 113 view->GetWidget()->Show(); 116 view->set_should_quit_on_size_change(true); 118 gfx::Rect bounds = view->GetWidget()->GetClientAreaBoundsInScreen(); 127 view->MoveContents(web_contents, set_bounds); 129 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen(); 133 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); 143 view->MoveContents(web_contents, set_bounds); 145 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen() [all...] |