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

  /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);
  /packages/apps/Email/src/com/android/email/activity/
MessageListItemCoordinates.java 253 int widthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
255 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);
  /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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 390 int widthSpec = MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.AT_MOST);
392 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
741 int widthSpec = MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.AT_MOST);
744 layout.measure(widthSpec, heightSpec);
    [all...]
PagedView.java 544 int widthSpec = MeasureSpec.makeMeasureSpec(getMeasuredWidth(), MeasureSpec.EXACTLY);
547 measure(widthSpec, heightSpec);
    [all...]
  /development/sdk/prebuilt/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/10/
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 
  /prebuilt/sdk/8/
android.jar 

Completed in 428 milliseconds