HomeSort by relevance Sort by last modified time
    Searched refs:screenWidth (Results 1 - 25 of 33) sorted by null

1 2

  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DrawableParams.java 35 * @param screenWidth the screen width
59 int screenWidth, int screenHeight,
65 super(projectKey, screenWidth, screenHeight, density, xdpi, ydpi,
SessionParams.java 65 * @param screenWidth the screen width
90 int screenWidth, int screenHeight,
96 super(projectKey, screenWidth, screenHeight, density, xdpi, ydpi,
RenderParams.java 58 * @param screenWidth the screen width
81 int screenWidth, int screenHeight,
88 mScreenWidth = screenWidth;
  /frameworks/base/core/java/com/android/internal/widget/
WeightedLinearLayout.java 59 final int screenWidth = metrics.widthPixels;
60 final boolean isPortrait = screenWidth < metrics.heightPixels;
74 final int weightedMin = (int) (screenWidth * widthWeightMin);
75 final int weightedMax = (int) (screenWidth * widthWeightMin);
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 46 final int screenWidth = display.getWidth();
52 tiny.setLayoutParams(new LinearLayout.LayoutParams(screenWidth, screenHeight));
58 final int height = 2 * (cacheSize / 2) / screenWidth;
59 large.setLayoutParams(new LinearLayout.LayoutParams(screenWidth, height));
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutBridge.java 86 * @param screenWidth the screen width
89 * layout. This size is never smaller than <var>screenWidth</var> x <var>screenHeight</var>.
113 int screenWidth, int screenHeight, boolean renderFullSize,
125 * @param screenWidth the screen width
150 int screenWidth, int screenHeight, int density, float xdpi, float ydpi,
161 * @param screenWidth the screen width
183 int screenWidth, int screenHeight, String themeName, boolean isProjectTheme,
193 * @param screenWidth
215 int screenWidth, int screenHeight, String themeName,
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 110 int screenWidth = MeasureSpec.getSize(widthMeasureSpec);
116 mMinFragmentWidth = (int) (FRAGMENT_WIDTH_SCREEN_WIDTH_FRACTION * screenWidth);
118 screenWidth;
119 mLowerThreshold = (screenWidth - mMinFragmentWidth) / MAX_FRAGMENT_VIEW_COUNT;
134 child.measure(MeasureSpec.makeMeasureSpec(screenWidth, MeasureSpec.EXACTLY),
140 resolveSize(screenWidth, widthMeasureSpec),
ContactDetailTabCarousel.java 120 int screenWidth = MeasureSpec.getSize(widthMeasureSpec);
122 int tabWidth = (int) (mTabWidthScreenWidthFraction * screenWidth);
126 mAllowedHorizontalScrollLength = tabWidth * TAB_COUNT - screenWidth;
128 int tabHeight = (int) (screenWidth * mTabHeightScreenWidthFraction);
139 resolveSize(screenWidth, widthMeasureSpec),
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 138 int screenWidth = metrics.widthPixels;
142 while (textWidth < screenWidth) {
148 int dragAmount = Math.min(screenWidth, textWidth - screenWidth);
  /frameworks/base/include/utils/
ResourceTypes.h 909 uint16_t screenWidth;
1000 screenWidth = dtohs(screenWidth);
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 263 int screenWidth = mEnvironment.getScreenWidth();
279 R.xml.skb_qwerty, screenWidth, skbHeight, mContext);
284 screenWidth, skbHeight, mContext);
289 screenWidth, skbHeight, mContext);
294 R.xml.skb_smiley, screenWidth, skbHeight, mContext);
299 R.xml.skb_phone, screenWidth, skbHeight, mContext);
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 222 final int screenWidth = context.getResources().getDisplayMetrics().widthPixels;
228 screenWidth - screenPos[0] - width / 2, height);
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 311 void setSizeScreenWidthAndScale(int width, int height, int screenWidth,
564 int screenWidth() const { return m_screenWidth; }
WebViewCore.cpp     [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 167 return webViewCore->screenWidth();
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 740 int screenWidth = metrics.widthPixels;
742 vg.setFrame(0, 0, screenWidth, screenHeight);
743 vg.setLayoutParams(new ViewGroup.LayoutParams(screenWidth, screenHeight));
757 vg.addView(textView, new LayoutParams(screenWidth, screenHeight));
762 screenWidth / 2, screenHeight / 2, 0);
767 textView.setFrame(0, 0, screenWidth, screenHeight);
    [all...]
WindowTest.java 381 int screenWidth = dm.widthPixels;
383 assertEquals(screenWidth, decor.getWidth());
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 71 static const int screenWidth = 1920;
682 info.rect = WebRect(0, 0, screenWidth, screenHeight);
685 screenWidth - screenUnavailableBorder * 2,
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 654 int keyboardHidden, int navigation, int screenWidth, int screenHeight,
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 512 jint screenWidth, jint screenHeight,
536 config.screenWidth = (uint16_t)screenWidth;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 720 final int screenWidth = getMeasuredWidth();
729 while (x < mScrollX + screenWidth && rightScreen < pageCount - 1) {
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1235 out->screenWidth = out->SCREENWIDTH_ANY;
    [all...]
ResourceTable.cpp     [all...]

Completed in 870 milliseconds

1 2