Searched refs:view (Results 176 - 200 of 1416) sorted by relevance

1234567891011>>

/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DAutoCompleteTextViewActivityLandscape.java24 import android.view.KeyEvent;
25 import android.view.View;
26 import android.view.ViewGroup;
27 import android.view.Window;
28 import android.view.WindowManager;
30 import android.view.inputmethod.InputMethodManager;
H A DBigEditTextActivityNonScrollablePanScan.java23 import android.view.View;
24 import android.view.ViewGroup;
25 import android.view.WindowManager;
45 View view = getLayoutInflater().inflate(
48 ((LinearLayout) mRootView).addView(view);
50 mDefaultFocusedView = view.findViewById(R.id.data);
H A DBigEditTextActivityNonScrollableResize.java23 import android.view.View;
24 import android.view.ViewGroup;
25 import android.view.WindowManager;
45 View view = getLayoutInflater().inflate(
48 ((LinearLayout) mRootView).addView(view);
50 mDefaultFocusedView = view.findViewById(R.id.data);
H A DBigEditTextActivityScrollablePanScan.java23 import android.view.View;
24 import android.view.ViewGroup;
25 import android.view.WindowManager;
53 View view = getLayoutInflater().inflate(
56 mLayout.addView(view);
59 mDefaultFocusedView = view.findViewById(R.id.data);
H A DBigEditTextActivityScrollableResize.java23 import android.view.View;
24 import android.view.ViewGroup;
25 import android.view.WindowManager;
53 View view = getLayoutInflater().inflate(
56 mLayout.addView(view);
59 mDefaultFocusedView = view.findViewById(R.id.data);
H A DBottomEditTextActivityPanScan.java21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.WindowManager;
47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
48 mDefaultFocusedView = view.findViewById(R.id.dialog_edit_text);
49 ((LinearLayout) mRootView).addView(view);
H A DBottomEditTextActivityResize.java21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.WindowManager;
47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
48 mDefaultFocusedView = view.findViewById(R.id.dialog_edit_text);
49 ((LinearLayout) mRootView).addView(view);
H A DManyEditTextActivityNoScrollPanScan.java21 import android.view.KeyEvent;
22 import android.view.View;
23 import android.view.ViewGroup;
24 import android.view.WindowManager;
26 import android.view.inputmethod.InputMethodManager;
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl17 package android.view;
19 import com.android.internal.view.IInputContext;
20 import com.android.internal.view.IInputMethodClient;
29 import android.view.IApplicationToken;
30 import android.view.IDisplayContentChangeListener;
31 import android.view.IOnKeyguardExitResult;
32 import android.view.IRotationWatcher;
33 import android.view.IWindowSession;
34 import android.view.KeyEvent;
35 import android.view
[all...]
H A DViewStub.java17 package android.view;
35 * Therefore, the ViewStub exists in the view hierarchy until {@link #setVisibility(int)} or
123 * Returns the id taken by the inflated view. If the inflated id is
124 * {@link View#NO_ID}, the inflated view keeps its original id.
126 * @return A positive integer used to identify the inflated view or
127 * {@link #NO_ID} if the inflated view should keep its id.
137 * Defines the id taken by the inflated view. If the inflated id is
138 * {@link View#NO_ID}, the inflated view keeps its original id.
140 * @param inflatedId A positive integer used to identify the inflated view or
141 * {@link #NO_ID} if the inflated view shoul
[all...]
H A DViewDebug.java17 package android.view;
50 * Various debugging/tracing tools related to {@link View} and the view hierarchy.
73 * the view server. Only non-void methods with no arguments can be annotated
105 * @see android.view.ViewDebug.IntToString
125 * @see android.view.ViewDebug.IntToString
182 * @see android.view.ViewDebug.ExportedProperty
206 * @see android.view.ViewDebug.ExportedProperty
242 * the view is captured. Methods with this annotation must have no arguments
280 * @param className The className of the view to find
281 * @param hashCode The hashCode of the view t
360 trace(View view, RecyclerTraceType type, int... parameters) argument
368 startRecyclerTracing(String prefix, View view) argument
384 trace(View view, HierarchyTraceType type) argument
392 startHierarchyTracing(String prefix, View view) argument
402 dispatchCommand(View view, String command, String parameters, OutputStream clientStream) argument
491 profileViewAndChildren(final View view, BufferedWriter out) argument
496 profileViewAndChildren(final View view, BufferedWriter out, boolean root) argument
592 profileViewOperation(View view, final ViewOperation<T> operation) argument
648 captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
803 isRequestedView(View view, String className, int hashCode) argument
827 dumpViewWithProperties(Context context, View view, BufferedWriter out, int level) argument
917 dumpViewProperties(Context context, Object view, BufferedWriter out) argument
923 dumpViewProperties(Context context, Object view, BufferedWriter out, String prefix) argument
939 exportMethods(Context context, Object view, BufferedWriter out, Class<?> klass, String prefix) argument
1012 exportFields(Context context, Object view, BufferedWriter out, Class<?> klass, String prefix) argument
1343 dumpCapturedView(String tag, Object view) argument
[all...]
H A DInputFilter.java17 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/
H A DSubMenuBuilder.java17 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) { argument
112 return (SubMenu) super.setHeaderViewInt(view);
H A DContextMenuBuilder.java17 package com.android.internal.view.menu;
23 import android.view.ContextMenu;
24 import android.view.View;
27 * Implementation of the {@link android.view.ContextMenu} interface.
31 * is not a content view of a Dialog or Activity (for example, the
32 * view was added directly to the window manager) and needs to show
38 * with a view's context menu items and show the context menu.
62 public ContextMenu setHeaderView(View view) { argument
63 return (ContextMenu) super.setHeaderViewInt(view);
67 * Shows this context menu, allowing the optional original view (an
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java23 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/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
54 private void bindView(View view, Context context, RecipientEntry entry) { argument
55 TextView display = (TextView) view.findViewById(android.R.id.title);
56 ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
60 TextView destination = (TextView) view.findViewById(android.R.id.text1);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java17 package android.view;
35 import android.view.InflateException;
36 import android.view.LayoutInflater;
37 import android.view.View;
38 import android.view.ViewGroup;
80 View view = null;
86 view = createView(name, prefix, attrs);
87 if (view != null) {
98 if (view == null) {
99 view
218 setupViewInContext(View view, AttributeSet attrs) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSizeTest.java17 package android.view;
20 import android.view.DrawableBgMinSize;
26 import android.view.View;
83 public void doMinimumSizeTest(View view) throws Exception { argument
84 assertTrue(view.getClass().getSimpleName() + " should respect the background Drawable's minimum width",
85 view.getWidth() >= mBackgroundDrawable.getMinimumWidth());
86 assertTrue(view.getClass().getSimpleName() + " should respect the background Drawable's minimum height",
87 view.getHeight() >= mBackgroundDrawable.getMinimumHeight());
115 public void doDiffBgMinimumSizeTest(final View view) throws Exception { argument
119 assertTrue(view
[all...]
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DStorageBrowser.java26 import android.view.LayoutInflater;
27 import android.view.View;
28 import android.view.ViewGroup;
36 * A list view displaying all storage units on a device.
73 TextView view;
75 view = (TextView)mInflater.inflate(
78 view = (TextView)convertView;
83 view.setText(info.getDescription());
85 view.setText("???");
87 return view;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEventHole.java29 import android.view.HapticFeedbackConstants;
30 import android.view.IWindowManager;
31 import android.view.InputDevice;
32 import android.view.KeyCharacterMap;
33 import android.view.KeyEvent;
34 import android.view.MotionEvent;
35 import android.view.View;
36 import android.view.ViewConfiguration;
37 import android.view.ViewTreeObserver;
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java22 import android.view.View;
58 protected void onBindView(View view) { argument
59 super.onBindView(view);
61 View checkboxView = view.findViewById(com.android.internal.R.id.checkbox);
67 syncSummaryView(view);
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DAddColumn.java23 import android.view.View;
44 final TextView view = new TextView(AddColumn.this);
45 view.setText("Column " + (i + 1));
46 view.setPadding(3, 3, 3, 3);
47 newRow.addView(view, new TableRow.LayoutParams());
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestCanvas.java21 import android.view.LayoutInflater;
22 import android.view.View;
23 import android.view.ViewGroup;
45 public void onViewCreated(View view, Bundle savedInstanceState) { argument
46 super.onViewCreated(view, savedInstanceState);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAnimated3dActivity.java28 import android.view.View;
38 ImageView view = new ImageView(this);
39 view.setImageResource(R.drawable.large_photo);
41 setContentView(view, new FrameLayout.LayoutParams(
45 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 0.0f, 360.0f);
H A DBitmaps3dActivity.java27 import android.view.Gravity;
28 import android.view.View;
36 final BitmapsView view = new BitmapsView(this);
38 layout.addView(view, new FrameLayout.LayoutParams(800, 400, Gravity.CENTER));
39 view.setRotationX(-35.0f);

Completed in 319 milliseconds

1234567891011>>