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

<<31323334353637383940>>

  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
SetupProfileFragment.java 23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.ViewGroup;
34 public class SetupProfileFragment extends Fragment implements View.OnClickListener {
46 public View onCreateView(LayoutInflater inflater, ViewGroup container,
52 public void onViewCreated(View view, Bundle savedInstanceState) {
53 view.findViewById(R.id.set_up_profile).setOnClickListener(this);
57 public void onClick(View view)
    [all...]
  /developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 30 import android.view.View;
31 import android.view.ViewGroup;
32 import android.view.ViewPropertyAnimator;
46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground());
65 // ending color. Also create an update listener that sets the View background color for each
76 final View view = endValues.view; local
105 view.setBackgroundColor((Integer) value)
    [all...]
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
SetupProfileFragment.java 23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.ViewGroup;
35 public class SetupProfileFragment extends Fragment implements View.OnClickListener {
47 public View onCreateView(LayoutInflater inflater, ViewGroup container,
53 public void onViewCreated(View view, Bundle savedInstanceState) {
54 view.findViewById(R.id.set_up_profile).setOnClickListener(this);
58 public void onClick(View view)
    [all...]
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
SetupProfileFragment.java 23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.ViewGroup;
34 public class SetupProfileFragment extends Fragment implements View.OnClickListener {
46 public View onCreateView(LayoutInflater inflater, ViewGroup container,
52 public void onViewCreated(View view, Bundle savedInstanceState) {
53 view.findViewById(R.id.set_up_profile).setOnClickListener(this);
57 public void onClick(View view)
    [all...]
  /developers/samples/android/ui/transition/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 30 import android.view.View;
31 import android.view.ViewGroup;
32 import android.view.ViewPropertyAnimator;
46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground());
65 // ending color. Also create an update listener that sets the View background color for each
76 final View view = endValues.view; local
105 view.setBackgroundColor((Integer) value)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transitions.java 20 import android.view.View;
21 import android.view.ViewGroup;
60 public void selectScene(View view) {
61 switch (view.getId()) {
85 View view = findViewById(id); local
86 ViewGroup.LayoutParams params = view.getLayoutParams();
89 view.setLayoutParams(params)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentContextMenu.java 25 import android.view.ContextMenu;
26 import android.view.LayoutInflater;
27 import android.view.Menu;
28 import android.view.MenuItem;
29 import android.view.View;
30 import android.view.ViewGroup;
31 import android.view.ContextMenu.ContextMenuInfo;
51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false)
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 25 import android.view.ContextMenu;
26 import android.view.ContextMenu.ContextMenuInfo;
27 import android.view.LayoutInflater;
28 import android.view.Menu;
29 import android.view.MenuItem;
30 import android.view.View;
31 import android.view.ViewGroup;
51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
53 View root = inflater.inflate(R.layout.fragment_context_menu, container, false)
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 25 import android.view.View;
46 public void onShareFileClick(View view) {
51 saveThumbnail(view, file);
62 * Save thumbnail of given {@link View} to {@link File}.
64 private void saveThumbnail(View view, File file) {
66 view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888)
    [all...]
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
SetupProfileFragment.java 23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.ViewGroup;
35 public class SetupProfileFragment extends Fragment implements View.OnClickListener {
47 public View onCreateView(LayoutInflater inflater, ViewGroup container,
53 public void onViewCreated(View view, Bundle savedInstanceState) {
54 view.findViewById(R.id.set_up_profile).setOnClickListener(this);
58 public void onClick(View view)
    [all...]
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
SetupProfileFragment.java 23 import android.view.LayoutInflater;
24 import android.view.View;
25 import android.view.ViewGroup;
34 public class SetupProfileFragment extends Fragment implements View.OnClickListener {
46 public View onCreateView(LayoutInflater inflater, ViewGroup container,
52 public void onViewCreated(View view, Bundle savedInstanceState) {
53 view.findViewById(R.id.set_up_profile).setOnClickListener(this);
57 public void onClick(View view)
    [all...]
  /development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
ChangeColor.java 30 import android.view.View;
31 import android.view.ViewGroup;
32 import android.view.ViewPropertyAnimator;
46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground());
65 // ending color. Also create an update listener that sets the View background color for each
76 final View view = endValues.view; local
105 view.setBackgroundColor((Integer) value)
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
FullScreenVideoTestAwContentsClient.java 8 import android.view.Gravity;
9 import android.view.View;
10 import android.view.ViewGroup;
11 import android.view.WindowManager;
31 private View mCustomView;
39 public void onShowCustomView(View view, WebChromeClient.CustomViewCallback callback) {
40 mCustomView = view;
46 mActivity.getWindow().addContentView(view,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
TouchEvent.cpp 44 PassRefPtrWillBeRawPtr<AbstractView> view,
46 : UIEventWithKeyState(type, true, cancelable, view, 0,
60 PassRefPtrWillBeRawPtr<AbstractView> view,
71 initUIEvent(type, true, cancelable, view, 0);
99 if (!cancelable() && view() && view()->frame()) {
100 view()->frame()->console().addMessage(ConsoleMessage::create(JSMessageSource, WarningMessageLevel,
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageAnimator.cpp 51 documents[i]->view()->serviceScrollAnimations(monotonicAnimationStartTime);
53 if (const FrameView::ScrollableAreaSet* scrollableAreas = documents[i]->view()->scrollableAreas()) {
79 RefPtr<FrameView> view = rootFrame->view(); local
89 view->setFrameRect(view->frameRect());
93 view->updateLayoutAndStyleForPainting();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestFragment.java 7 import android.view.LayoutInflater;
8 import android.view.View;
9 import android.view.ViewGroup;
24 public View onCreateViewReturnValue;
50 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
57 FrameLayout view = new FrameLayout(context); local
58 view.addView(button);
60 onCreateViewReturnValue = view;
67 public void onViewCreated(View view, Bundle savedInstanceState)
    [all...]
  /frameworks/base/core/java/android/view/
InputFilter.java 17 package android.view;
23 import android.view.IInputFilter;
24 import android.view.InputEvent;
25 import android.view.InputEventConsistencyVerifier;
26 import android.view.KeyEvent;
27 import android.view.MotionEvent;
28 import android.view.WindowManagerPolicy;
  /frameworks/base/core/java/com/android/internal/view/menu/
SubMenuBuilder.java 17 package com.android.internal.view.menu;
21 import android.view.Menu;
22 import android.view.MenuItem;
23 import android.view.SubMenu;
24 import android.view.View;
111 public SubMenu setHeaderView(View view) {
112 return (SubMenu) super.setHeaderViewInt(view);
  /frameworks/base/core/java/com/android/internal/widget/
AccountViewAdapter.java 21 import android.view.View;
22 import android.view.ViewGroup;
35 * @param context The context where the View associated with this Adapter is running
37 * account and the each member of AccountElements will correspond to one item view.
65 public View getView(int position, View convertView, ViewGroup parent) {
66 AccountItemView view; local
68 view = new AccountItemView(mContext);
70 view = (AccountItemView) convertView
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 23 import android.view.Gravity;
24 import android.view.KeyCharacterMap;
25 import android.view.KeyEvent;
26 import android.view.MotionEvent;
27 import android.view.View;
28 import android.view.ViewConfiguration;
29 import android.view.ViewGroup;
  /frameworks/base/services/core/java/com/android/server/am/
UserSwitchingDialog.java 22 import android.view.LayoutInflater;
23 import android.view.View;
24 import android.view.ViewTreeObserver;
25 import android.view.WindowManager;
53 // Custom view due to alignment and font size requirements
54 View view = LayoutInflater.from(getContext()).inflate(R.layout.user_switching_dialog, null); local
55 ((TextView) view.findViewById(R.id.message)).setText(
57 setView(view);
    [all...]
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java 6 import android.view.LayoutInflater;
7 import android.view.View;
21 View view = LayoutInflater.from(context).inflate(R.layout.address, this); local
22 mNameView = (TextView) view.findViewById(R.id.name);
23 mStreetView = (TextView) view.findViewById(R.id.street);
24 mCityStateZipView = (TextView) view.findViewById(R.id.cityStateZip);
25 mCountryView = (TextView) view.findViewById(R.id.country);
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 17 package com.android.browser.view;
19 import android.view.View;
21 import com.android.browser.view.PieMenu.PieView;
31 private View mView;
43 public PieItem(View view, int level) {
44 mView = view;
51 public PieItem(View view, int level, PieView sym)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
DialogManager.java 24 import android.view.View;
41 * To actually show a Dialog, the View uses {@link DialogManager#showDialogInView(View, Bundle)},
63 * Called by a View to show a dialog. It has to pass itself and a Bundle with extra information.
64 * If the view can show several dialogs, it should distinguish them using an item in the Bundle.
65 * The View needs to have a valid and unique Id. This function modifies the bundle by adding a
68 public void showDialogInView(final View view, final Bundle bundle) {
69 final int viewId = view.getId()
97 final View view = mActivity.findViewById(viewId); local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViews.java 21 import android.view.View;
35 /** The primary action view of the entry. */
36 public final View primaryActionView;
41 /** The view containing the details for the call log row, including the action buttons. */
42 public final View callLogEntryView;
43 /** The view containing call log item actions. Null until the ViewStub is inflated. */
44 public View actionsView;
116 private CallLogListItemViews(QuickContactBadge quickContactView, View primaryActionView,
117 PhoneCallDetailsViews phoneCallDetailsViews, View callLogEntryView
    [all...]

Completed in 1378 milliseconds

<<31323334353637383940>>