/frameworks/base/core/java/com/android/internal/textservice/ |
ISpellCheckerSessionListener.aidl | 19 import android.view.textservice.SentenceSuggestionsInfo; 20 import android.view.textservice.SuggestionsInfo;
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethod.aidl | 17 package com.android.internal.view; 21 import android.view.InputChannel; 22 import android.view.inputmethod.EditorInfo; 23 import android.view.inputmethod.InputBinding; 24 import android.view.inputmethod.InputMethodSubtype; 25 import com.android.internal.view.IInputContext; 26 import com.android.internal.view.IInputMethodSession; 27 import com.android.internal.view.IInputSessionCallback;
|
IInputMethodClient.aidl | 17 package com.android.internal.view; 19 import com.android.internal.view.InputBindResult;
|
StandaloneActionMode.java | 16 package com.android.internal.view; 18 import com.android.internal.view.menu.MenuBuilder; 19 import com.android.internal.view.menu.MenuPopupHelper; 20 import com.android.internal.view.menu.SubMenuBuilder; 24 import android.view.ActionMode; 25 import android.view.Menu; 26 import android.view.MenuInflater; 27 import android.view.MenuItem; 28 import android.view.View; [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
BigCacheTest.java | 17 package android.view; 19 import android.view.BigCache; 24 import android.view.View; 25 import android.view.ViewConfiguration; 34 private View mTiny; 35 private View mLarge; 71 private Bitmap createCacheForView(final View view) { 75 view.setDrawingCacheEnabled(true) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
Gefingerpoken.java | 19 import android.view.MotionEvent;
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
Choreographer_Delegate.java | 16 package android.view;
|
Display_Delegate.java | 17 package android.view;
|
ViewRootImpl_Delegate.java | 17 package android.view;
|
View_Delegate.java | 17 package android.view; 22 * Delegate used to provide new implementation of a select few methods of {@link View} 24 * Through the layoutlib_create tool, the original methods of View have been replaced 31 /*package*/ static boolean isInEditMode(View thisView) {
|
/packages/apps/Calendar/src/com/android/calendar/ |
DayFragment.java | 26 import android.view.LayoutInflater; 27 import android.view.View; 28 import android.view.ViewGroup; 29 import android.view.ViewGroup.LayoutParams; 30 import android.view.animation.Animation; 31 import android.view.animation.AnimationUtils; 41 * The view id used for all the views we create. It's OK to have all child 42 * views have the same ID. This ID is used to pick which view receives 43 * focus when a view hierarchy is saved / restor 115 DayView view = new DayView(getActivity(), CalendarController local 130 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 152 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 223 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 234 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 243 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 248 DayView view = (DayView) mViewSwitcher.getCurrentView(); local 253 DayView view = (DayView) mViewSwitcher.getCurrentView(); local [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
PolicyListPreference.java | 22 import android.view.View; 41 protected void onBindView(View view) { 42 super.onBindView(view); 43 ((TextView)view.findViewById(android.R.id.summary)).setMaxLines(MAX_POLICIES);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PickerActivity.java | 20 import android.view.Menu; 21 import android.view.MenuInflater; 22 import android.view.MenuItem; 23 import android.view.View; 24 import android.view.View.OnClickListener; 25 import android.view.Window; 53 View view = findViewById(R.id.cancel) local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
AttachmentDeletionInterface.java | 4 import android.view.View.OnClickListener; 8 * attachments so that the larger attachments view can set 14 * Sets the onClickListener for the close button on the attachment view.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
ViewCompatUtils.java | 19 import android.view.View; 24 // Note that View.LAYOUT_DIRECTION_LTR and View.LAYOUT_DIRECTION_RTL have been introduced in 27 CompatUtils.getField(View.class, "LAYOUT_DIRECTION_LTR")); 29 CompatUtils.getField(View.class, "LAYOUT_DIRECTION_RTL")); 31 // Note that View.getPaddingEnd(), View.setPaddingRelative(int,int,int,int), and 32 // View.getLayoutDirection() have been introduced in API level 17 35 View.class, "getPaddingEnd") [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
HardwareEventDecoder.java | 19 import android.view.KeyEvent;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
heapProfiler.css | 56 .heap-snapshot-view { 66 .heap-snapshot-view.visible { 70 .heap-snapshot-view .view { 74 .heap-snapshot-view .view.visible { 78 .heap-snapshot-view .data-grid tr:empty { 83 .heap-snapshot-view .data-grid { 87 .heap-snapshot-view .data-grid td.count-column { 91 .heap-snapshot-view .data-grid td.addedCount-column [all...] |
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views.cc | 28 #include "views/view.h" 49 views::View* view, ui::AccessibilityTypes::Event event_type) { 58 view, NotificationType::ACCESSIBILITY_CONTROL_FOCUSED); 63 view, NotificationType::ACCESSIBILITY_MENU_OPENED); 68 view, NotificationType::ACCESSIBILITY_MENU_CLOSED); 73 view, NotificationType::ACCESSIBILITY_TEXT_CHANGED); 77 view, NotificationType::ACCESSIBILITY_CONTROL_ACTION); 117 std::string AccessibilityEventRouterViews::GetViewName(views::View* view) { [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
tabswitcherview.css | 6 .tab-switcher-view { 10 .tab-switcher-view ul { 16 .tab-switcher-view { 22 .tab-switcher-view li { 27 html[dir=rtl] .tab-switcher-view li { 31 .tab-switcher-view a { 43 .tab-switcher-view a:hover { 48 .tab-switcher-view a:visited, 49 .tab-switcher-view a { 53 .tab-switcher-view .selected [all...] |
/packages/apps/Browser/tests/src/com/android/browser/ |
TestWebChromeClient.java | 22 import android.view.View; 48 public void onProgressChanged(WebView view, int newProgress) { 49 mWrappedClient.onProgressChanged(view, newProgress); 54 public void onReceivedTitle(WebView view, String title) { 55 mWrappedClient.onReceivedTitle(view, title); 60 public void onReceivedIcon(WebView view, Bitmap icon) { 61 mWrappedClient.onReceivedIcon(view, icon); 66 public void onReceivedTouchIconUrl(WebView view, String url, 68 mWrappedClient.onReceivedTouchIconUrl(view, url, precomposed) [all...] |
/development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/ |
SquashAndStretch.java | 25 import android.view.Menu; 26 import android.view.MenuItem; 27 import android.view.View; 28 import android.view.ViewGroup; 29 import android.view.animation.AccelerateInterpolator; 30 import android.view.animation.DecelerateInterpolator; 33 * This example shows how to add some life to a view during animation by deforming the shape. 74 public void onButtonClick(View view) { [all...] |
/external/chromium_org/chrome/browser/chromeos/ui/ |
focus_ring_layer.cc | 19 #include "ui/views/view.h" 75 void FocusRingLayer::SetForView(views::View* view) { 76 if (!view || 77 !view->GetWidget() || 78 !view->GetWidget()->GetNativeWindow() || 79 !view->GetWidget()->GetNativeWindow()->layer()) { 93 ui::Layer* widget_layer = view->GetWidget()->GetNativeWindow()->layer(); 97 gfx::Rect view_bounds = view->GetContentsBounds(); 98 if (view->GetClassName() == views::LabelButton::kViewClassName) [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ContentViewPopupZoomerTest.java | 8 import android.view.View; 26 private static PopupZoomer findPopupZoomer(ContentView view) { 27 assert view != null; 28 for (int i = 0; i < view.getChildCount(); i++) { 29 View child = view.getChildAt(i); 38 public PopupShowingCriteria(ContentView view, boolean shouldBeShown) { 39 mView = view; 45 boolean isVisibilitySet = popup == null ? false : popup.getVisibility() == View.VISIBLE 92 final ContentView view = getActivity().getActiveContentView(); local [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
toolbar_view_browsertest.cc | 19 #include "ui/views/view.h" 43 views::View* first_view = focus_manager->GetFocusedView(); 51 const views::View* view = NULL; local 52 while (view != first_view) { 54 view = focus_manager->GetFocusedView(); 55 ids.push_back(view->id()); 56 if (view->id() == VIEW_ID_RELOAD_BUTTON) 58 if (view->id() == VIEW_ID_APP_MENU) 60 if (view->id() == VIEW_ID_OMNIBOX [all...] |
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
UiUtils.java | 9 import android.view.View; 10 import android.view.ViewGroup; 11 import android.view.inputmethod.InputMethodManager; 29 * @param view The currently focused {@link View}, which would receive soft keyboard input. 31 public static void showKeyboard(View view) { 33 (InputMethodManager) view.getContext().getSystemService( 36 imm.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT) [all...] |