HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 1551 - 1575 of 7837) sorted by null

<<61626364656667686970>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs2.java 17 package com.example.android.apis.view;
23 import android.view.View;
52 public View createTabContent(String tag) {
Tabs5.java 17 package com.example.android.apis.view;
23 import android.view.View;
49 public View createTabContent(String tag) {
Tabs6.java 17 package com.example.android.apis.view;
23 import android.view.View;
50 public View createTabContent(String tag) {
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerCompat.java 22 import android.view.InputDevice;
23 import android.view.MotionEvent;
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader3.java 24 import android.view.Menu;
25 import android.view.View;
26 import android.view.ViewGroup;
159 public View getView(int position, View convertView, ViewGroup parent){
164 TextView view = new TextView(parent.getContext()); local
165 view.setText(item.toString());
168 Typeface type = view.getTypeface();
169 view.setTypeface(Typeface.create(type, Typeface.BOLD_ITALIC))
    [all...]
MyRssReader4.java 24 import android.view.Menu;
25 import android.view.View;
26 import android.view.ViewGroup;
179 public View getView(int position, View convertView, ViewGroup parent){
180 TextView view = (TextView)super.getView(position, convertView, parent); local
182 if(view != null){
189 Typeface type = view.getTypeface();
190 view.setTypeface(Typeface.create(type, Typeface.BOLD_ITALIC))
    [all...]
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
ContentCategoryActivity.java 25 import android.view.MenuItem;
26 import android.view.View;
46 public void onViewContent(View v) {
ViewFromOtherTaskActivity.java 25 import android.view.MenuItem;
26 import android.view.View;
46 public void onLaunchOtherTask(View v) {
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
StringPresenter.java 18 import android.view.ViewGroup;
36 ((TextView) viewHolder.view).setText(item.toString());
  /development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/
NewDocumentActivity.java 22 import android.view.View;
62 public void onRemoveFromOverview(View view) {
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DetailFragment.java 26 import android.view.LayoutInflater;
27 import android.view.View;
28 import android.view.ViewGroup;
29 import android.view.animation.Animation;
30 import android.view.animation.AnimationUtils;
75 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
80 public void onViewCreated(View view, Bundle savedInstanceState) {
81 FrameLayout root = (FrameLayout) view;
    [all...]
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
VisibilityMetadataFragment.java 24 import android.view.LayoutInflater;
25 import android.view.View;
26 import android.view.ViewGroup;
82 public View onCreateView(LayoutInflater inflater, ViewGroup container,
89 public void onViewCreated(View view, Bundle savedInstanceState) {
90 super.onViewCreated(view, savedInstanceState);
91 mShowNotificationButton = (Button) view.findViewById(R.id.show_notification_button);
92 mShowNotificationButton.setOnClickListener(new View.OnClickListener()
    [all...]
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingFragment.java 32 import android.view.LayoutInflater;
33 import android.view.View;
34 import android.view.ViewGroup;
39 * The main fragment that shows the buttons and the text view containing the log.
41 public class MessagingFragment extends Fragment implements View.OnClickListener {
84 public View onCreateView(LayoutInflater inflater, ViewGroup container,
86 View rootView = inflater.inflate(R.layout.fragment_message_me, container, false);
110 public void onClick(View view) {
    [all...]
  /development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
MainActivity.java 22 import android.view.Menu;
23 import android.view.MenuItem;
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
SlidingTabsColorsFragment.java 19 import com.example.android.common.view.SlidingTabLayout;
26 import android.support.v4.view.ViewPager;
27 import android.view.LayoutInflater;
28 import android.view.View;
29 import android.view.ViewGroup;
35 * A basic sample which shows how to use {@link com.example.android.common.view.SlidingTabLayout}
65 * {@link android.support.v4.view.PagerAdapter#getPageTitle(int)}
140 * Inflates the {@link View} which will be displayed by this {@link Fragment}, from the app's
144 public View onCreateView(LayoutInflater inflater, ViewGroup container
    [all...]
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 21 import android.view.animation.DecelerateInterpolator;
22 import android.view.animation.Interpolator;
  /external/chromium-trace/
init.js 12 var timelineViewEl = document.querySelector('.view');
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
ScrollAccessibilityHelper.java 9 import android.view.View;
10 import android.view.accessibility.AccessibilityEvent;
20 // This is copied straight out of android.view.ViewConfiguration.
26 private View mEventSender;
28 public HandlerCallback(View eventSender) {
50 public ScrollAccessibilityHelper(View eventSender) {
57 * {@link android.view.ViewConfiguration#getSendRecurringAccessibilityEventsInterval()}
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
ContentWrapperView.java 12 import android.view.Gravity;
13 import android.view.MotionEvent;
14 import android.view.View;
15 import android.view.ViewGroup;
16 import android.view.ViewParent;
25 * - consume all touch events. This way the parent view (the FrameLayout ContentView) won't
34 // Index of the child View that will get swapped out during transitions.
40 private View mViewToHide;
41 private View mViewToShow
106 View view = getChildAt(CONTENT_INDEX); local
    [all...]
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.css 12 #tree-view-container {
  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_view_browsertest.cc 35 PasswordGenerationPopupView* view() { function in class:autofill::TestPasswordGenerationPopupController
52 return PasswordGenerationPopupViewTester::For(controller_->view()).Pass();
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.h 48 const View* initially_focused_view() const {
64 // If the bubble is not anchored to a view, places the bubble in the top
94 virtual views::View* GetInitiallyFocusedView() OVERRIDE;
96 void set_initially_focused_view(views::View* view) {
98 initially_focused_view_ = view;
113 views::View* initially_focused_view_;
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_impl.cc 54 const WebViewInfo& view = views_info.Get(i); local
55 if (view.type != WebViewInfo::kPage && view.type != WebViewInfo::kApp)
63 if (kBuildNumber < 1755 && view.type == WebViewInfo::kApp &&
64 view.url.find("_generated_background") != std::string::npos)
70 if ((*web_view_iter)->GetId() == view.id) {
77 devtools_http_client_->CreateClient(view.id));
85 view.id,
109 return Status(kUnknownError, "web view not found");
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
JellyBeanBrowserAccessibilityManager.java 8 import android.view.accessibility.AccessibilityNodeInfo;
9 import android.view.accessibility.AccessibilityNodeProvider;

Completed in 2053 milliseconds

<<61626364656667686970>>