HomeSort by relevance Sort by last modified time
    Searched full:small_size (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
SurfaceAndTextureViews.java 44 private static final int SMALL_SIZE = 200;
56 mView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE));
61 mSurfaceView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE));
66 mTextureView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE));
80 if (mView.getWidth() <= SMALL_SIZE) {
81 mView.setLayoutParams(new LayoutParams(SMALL_SIZE * 2, SMALL_SIZE));
    [all...]
  /frameworks/base/tests/OneMedia/res/values/
dimens.xml 7 <dimen name="small_size">11sp</dimen>
styles.xml 28 <item name="android:textSize">@dimen/small_size</item>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 343 struct small_size { }; struct in namespace:boost::exception_detail
344 small_size dispatch_boost_exception( void const * );
358 enable_error_info_helper<T,sizeof(small_size)>
  /external/v8/src/ia32/
codegen-ia32.cc 229 Label forward_much_overlap, small_size, medium_size, pop_and_return; local
246 __ j(below_equal, &small_size);
312 __ j(below_equal, &small_size);
383 __ j(below_equal, &small_size);
492 __ bind(&small_size); // Entry point into this block.
    [all...]
  /external/v8/src/x87/
codegen-x87.cc 126 Label forward_much_overlap, small_size, medium_size, pop_and_return; local

Completed in 293 milliseconds