Searched defs:layout (Results 1 - 10 of 10) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
H A DFocusFinderCtsActivity.java30 public ViewGroup layout; field in class:FocusFinderCtsActivity
43 setContentView(R.layout.focus_finder_layout);
44 layout = (ViewGroup) findViewById(R.id.layout);
H A DFrameMetricsListenerTest.java58 private void layout(final int layoutId) { method in class:FrameMetricsListenerTest
69 layout(R.layout.scrollview_layout);
130 layout(R.layout.scrollview_layout);
194 layout(R.layout.scrollview_layout);
H A DViewTreeObserverTest.java55 layout(R.layout.viewtreeobserver_layout);
62 private void layout(final int layoutId) { method in class:ViewTreeObserverTest
73 final LinearLayout layout = (LinearLayout) mActivity.findViewById(R.id.linearlayout);
84 mViewTreeObserver = layout.getViewTreeObserver();
106 final LinearLayout layout =
108 mViewTreeObserver = layout.getViewTreeObserver();
118 final LinearLayout layout = (LinearLayout) mActivity.findViewById(R.id.linearlayout);
119 mViewTreeObserver = layout.getViewTreeObserver();
157 final LinearLayout layout
[all...]
/cts/tests/tests/widget/src/android/widget/cts/
H A DResourceCursorAdapterTest.java51 mParent = (ViewGroup) layoutInflater.inflate(R.layout.cursoradapter_host, null);
62 adapter = new MockResourceCursorAdapter(mContext, R.layout.cursoradapter_item0, mCursor);
68 R.layout.cursoradapter_item0, mCursor, false);
76 R.layout.cursoradapter_item0, mCursor);
83 mResourceCursorAdapter.setViewResource(R.layout.cursoradapter_item1);
92 R.layout.cursoradapter_item0, mCursor);
96 // the original dropdown'layout is set in constructor
99 // set the dropdown to new layout
100 mResourceCursorAdapter.setDropDownViewResource(R.layout.cursoradapter_item1);
117 R.layout
175 MockResourceCursorAdapter(Context context, int layout, Cursor c) argument
182 MockResourceCursorAdapter(Context context, int layout, Cursor c, boolean autoRequery) argument
[all...]
H A DTextViewTest.java310 mActivity.setContentView(R.layout.textview_gravity);
388 layout(R.layout.textview_autolink);
509 mActivity.setContentView(R.layout.textview_selectallonfocus);
578 mActivity.setContentView(R.layout.textview_hint_linksclickable_freezestext);
868 layout(R.layout.textview_hint_linksclickable_freezestext);
1323 final FrameLayout layout = new FrameLayout(mActivity);
1326 layout.addView(textView, layoutParams);
1327 layout
5204 private void layout(final TextView textView) { method in class:TextViewTest
5213 private void layout(final int layoutId) { method in class:TextViewTest
[all...]
/cts/tests/tests/transition/src/android/transition/cts/
H A DBaseTransitionTest.java78 protected View loadLayout(final int layout) throws Throwable { argument
84 root[0] = mActivity.getLayoutInflater().inflate(layout, mSceneRoot, false);
91 protected Scene loadScene(final View layout) throws Throwable { argument
96 scene[0] = new Scene(mSceneRoot, layout);
/cts/tests/tests/text/src/android/text/cts/
H A DStaticLayoutLineBreakingTest.java130 private static void layout(CharSequence source, int[] breaks) { method in class:StaticLayoutLineBreakingTest
131 layout(source, breaks, WIDTH);
134 private static void layout(CharSequence source, int[] breaks, int width) { method in class:StaticLayoutLineBreakingTest
236 layout("", NO_BREAK);
237 layout("I", NO_BREAK);
238 layout("V", NO_BREAK);
239 layout("X", NO_BREAK);
240 layout("L", NO_BREAK);
241 layout("I VILI", NO_BREAK);
242 layout("XXX
[all...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DAudioFrequencyUnprocessedActivity.java128 setContentView(R.layout.audio_frequency_unprocessed_activity);
193 private void enableLayout(LinearLayout layout, boolean enable) { argument
194 for (int i = 0; i < layout.getChildCount(); i++) {
195 View view = layout.getChildAt(i);
H A DAudioFrequencyMicActivity.java165 setContentView(R.layout.audio_frequency_mic_activity);
263 private void enableLayout(LinearLayout layout, boolean enable) { argument
264 for (int i = 0; i < layout.getChildCount(); i++) {
265 View view = layout.getChildAt(i);
/cts/apps/CtsVerifier/libs/
H A Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig.class BuildConfig. ...

Completed in 191 milliseconds