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

  /packages/apps/Camera/src/com/android/camera/ui/
ControlPanelLayout.java 39 protected void onMeasure(int widthSpec, int heightSpec) {
40 int widthSpecSize = MeasureSpec.getSize(widthSpec);
42 int widthMode = MeasureSpec.getMode(widthSpec);
RotateLayout.java 67 protected void onMeasure(int widthSpec, int heightSpec) {
72 measureChild(mChild, widthSpec, heightSpec);
78 measureChild(mChild, heightSpec, widthSpec);
IndicatorControlWheelContainer.java 141 protected void onMeasure(int widthSpec, int heightSpec) {
153 int widthMode = MeasureSpec.getMode(widthSpec);
159 measuredWidth = Math.min(desiredWidth, MeasureSpec.getSize(widthSpec));
161 measuredWidth = MeasureSpec.getSize(widthSpec);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewMock.java 69 protected void onMeasure(int widthSpec, int heightSpec) {
71 mOnMeasureWidthSpec = widthSpec;
76 item.measure(widthSpec, heightSpec);
78 setMeasuredSize(widthSpec, heightSpec);
GLViewTest.java 333 protected void onMeasure(int widthSpec, int heightSpec) {
  /packages/apps/Camera/src/com/android/camera/
PreviewFrameLayout.java 54 protected void onMeasure(int widthSpec, int heightSpec) {
55 int previewWidth = MeasureSpec.getSize(widthSpec);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Icon.java 40 protected void onMeasure(int widthSpec, int heightSpec) {
43 .measure(widthSpec, heightSpec);
MeasureHelper.java 45 public void measure(int widthSpec, int heightSpec) {
48 getLength(widthSpec, mPreferredWidth + p.left + p.right),
GLView.java 332 public void measure(int widthSpec, int heightSpec) {
333 if (widthSpec == mLastWidthSpec && heightSpec == mLastHeightSpec
338 mLastWidthSpec = widthSpec;
342 onMeasure(widthSpec, heightSpec);
349 protected void onMeasure(int widthSpec, int heightSpec) {
FilmStripView.java 150 protected void onMeasure(int widthSpec, int heightSpec) {
153 .setPreferredContentSize(MeasureSpec.getSize(widthSpec), height)
154 .measure(widthSpec, heightSpec);
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 183 final int widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY);
185 mButton.measure(widthSpec, heightSpec);
242 int widthSpec;
255 widthSpec = MeasureSpec.makeMeasureSpec(layoutParams.width, MeasureSpec.EXACTLY);
257 view.measure(widthSpec, heightSpec);
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 526 int widthSpec = 0;
536 widthSpec = -1;
538 widthSpec = getAnchorView().getWidth();
540 widthSpec = mDropDownWidth;
566 mDropDownVerticalOffset, widthSpec, heightSpec);
569 widthSpec = ViewGroup.LayoutParams.MATCH_PARENT;
588 mPopup.setWindowLayoutMode(widthSpec, heightSpec);
    [all...]
GridLayout.java 862 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) {
868 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, lp.height);
    [all...]
PopupWindow.java 719 * @param widthSpec an explicit width measure spec mode, either
728 public void setWindowLayoutMode(int widthSpec, int heightSpec) {
729 mWidthMode = widthSpec;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListItemCoordinates.java 242 int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
244 view.measure(widthSpec, heightSpec);
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListView.java 351 int widthSpec = MeasureSpec.makeMeasureSpec(mHeaderWidth, MeasureSpec.EXACTLY);
359 view.measure(widthSpec, heightSpec);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 177 protected void onMeasure(int widthSpec, int heightSpec) {
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 385 int widthSpec = MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.AT_MOST);
387 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
690 int widthSpec = MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.AT_MOST);
693 layout.measure(widthSpec, heightSpec);
    [all...]
PagedView.java 532 int widthSpec = MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.EXACTLY);
535 measure(widthSpec, heightSpec);
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 2279 milliseconds