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

  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
RatioResolutionStrategy.java 40 final int specWidth = View.MeasureSpec.getSize(widthMeasureSpec);
44 final float realRatio = (float)specWidth / specHeight;
49 width = specWidth;
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 419 final int specWidth = resolveSize(0, widthMeasureSpec);
438 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight()
441 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight();
582 setMeasuredDimension(specWidth, height);
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 671 milliseconds