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

  /cts/tests/src/android/view/cts/
SurfaceViewStubActivity.java 115 mWidthInOnMeasure = getDefaultSize(FIX_WIDTH, widthMeasureSpec);
116 mHeightInOnMeasure = getDefaultSize(FIX_HEIGHT, heightMeasureSpec);
  /frameworks/base/core/java/android/webkit/
HTML5VideoFullScreen.java 34 int width = getDefaultSize(mVideoWidth, widthMeasureSpec);
35 int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
  /frameworks/base/core/java/android/widget/
VideoView.java 108 int width = getDefaultSize(mVideoWidth, widthMeasureSpec);
109 int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
  /frameworks/base/core/java/android/view/
SurfaceView.java 267 : getDefaultSize(0, widthMeasureSpec);
270 : getDefaultSize(0, heightMeasureSpec);
View.java     [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 263 setMeasuredDimension(getDefaultSize(getSuggestedMinimumWidth(),
264 widthMeasureSpec), getDefaultSize(getSuggestedMinimumHeight(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 331 getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec),
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 359 milliseconds