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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 66 int widthSpecMode = MeasureSpec.EXACTLY;
67 super.onMeasure(MeasureSpec.makeMeasureSpec(widthSpecSize, widthSpecMode),
PagedViewCellLayoutChildren.java 79 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
85 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
PagedViewCellLayout.java 171 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
177 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
198 // Initial values correspond to widthSpecMode == MeasureSpec.EXACTLY
201 if (widthSpecMode == MeasureSpec.AT_MOST) {
CellLayout.java     [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 147 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
152 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) {
165 } else if (widthSpecMode == MeasureSpec.EXACTLY) {
177 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {
190 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {
    [all...]
AdapterViewAnimator.java 697 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
719 if (widthSpecMode == MeasureSpec.UNSPECIFIED) {
    [all...]
SlidingDrawer.java 280 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
286 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
    [all...]
ImageView.java 955 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
    [all...]
StackView.java     [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 308 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
314 if (widthSpecMode == MeasureSpec.EXACTLY) {
316 } else if (widthSpecMode == MeasureSpec.AT_MOST) {
  /packages/apps/Messaging/src/com/android/messaging/ui/
AsyncImageView.java 322 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
324 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) {
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 481 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
488 if (widthSpecMode == MeasureSpec.UNSPECIFIED
491 +"(wspec=" + widthSpecMode + ", hspec=" + heightSpecMode + ")",
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 807 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
829 } else if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
    [all...]

Completed in 397 milliseconds