HomeSort by relevance Sort by last modified time
    Searched full:getwidth (Results 526 - 550 of 2100) sorted by null

<<21222324252627282930>>

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
MultiPropertyAnimation.java 106 PropertyValuesHolder pvhW = PropertyValuesHolder.ofFloat("width", ball.getWidth(),
107 ball.getWidth() * 2);
Transition3d.java 89 final float centerX = mContainer.getWidth() / 2.0f;
149 final float centerX = mContainer.getWidth() / 2.0f;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 144 int rectRight = getWidth() - getPaddingRight();
188 getWidth() - getPaddingRight(),
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
CardViewActivity.java 155 mWidthSeekBar.setProgress(mCardView.getWidth());
157 mWidthSeekBar.setMax(content.getWidth());
  /development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
ClippingBasicFragment.java 133 final int margin = Math.min(view.getWidth(), view.getHeight()) / 10;
134 outline.setRoundRect(margin, margin, view.getWidth() - margin,
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionPopup.java 63 mSuggestionsPopup.setWidth(mUrlField.getWidth());
141 mSuggestionsPopup.setWidth(mUrlField.getWidth());
  /external/chromium_org/third_party/angle/samples/angle/multiple_draw_buffers/
MultipleDrawBuffers.cpp 84 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, getWindow()->getWidth(), getWindow()->getHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL);
135 size_t width = getWindow()->getWidth();
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 132 frame->GetWidth() * frame->GetHeight() * 4,
133 frame->GetWidth() * 4);
  /external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_list.js 55 row.children[i].style.width = cm.getWidth(i) + 'px';
174 cell.style.width = cm.getWidth(i) + 'px';
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 52 return de::inBounds(x, 0, access.getWidth()) && de::inBounds(y, 0, access.getHeight()) && de::inBounds(z, 0, access.getDepth());
504 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
511 const int x = wrap(sampler.wrapS, i, level.getWidth());
529 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
544 const int x = wrap(sampler.wrapS, i, level.getWidth());
563 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
583 const int x = wrap(sampler.wrapS, i, level.getWidth());
604 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coordX, prec.coordBits.x(), prec.uvwBits.x());
609 const int w = level.getWidth();
638 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x())
    [all...]
  /external/deqp/framework/referencerenderer/
rrMultisamplePixelBufferAccess.hpp 48 inline int getNumSamples (void) const { return raw().getWidth(); }
76 inline int getNumSamples (void) const { return raw().getWidth(); }
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 70 int viewportW = m_renderCtx.getRenderTarget().getWidth();
121 << TestLog::Message << "size: " << renderTarget.getWidth() << "x" << renderTarget.getHeight() << TestLog::EndMessage
  /external/deqp/modules/internal/
ditImageIOTests.cpp 57 m_testCtx.getLog() << TestLog::Message << "Loaded " << texture.getWidth() << "x" << texture.getHeight() << "x" << texture.getDepth() << " image with format " << texture.getFormat() << TestLog::EndMessage;
60 TCU_CHECK(texture.getAccess().getRowPitch() == texture.getWidth()*texture.getFormat().getPixelSize());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
TrackHeaderBox.java 88 public double getWidth() {
186 result.append("width=").append(getWidth());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 78 public int getWidth() {
190 IsoTypeWriter.writeUInt16(byteBuffer, getWidth());
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 143 pImageCG = CGImageMaskCreate(pClipMask->GetWidth(), pClipMask->GetHeight(),
149 rect_cg = CGRectMake(0, 0, m_pBitmap->GetWidth(), m_pBitmap->GetHeight());
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 124 xTile = (int)Math.floor(((worldX) / worldPixelWidth) * mWorld.getWidth());
146 final float tileWidth = level.getLevelWidth() / mWorld.getWidth();
TiledVertexGrid.java 134 final int tilesAcross = mWorld.getWidth();
137 mWorldPixelWidth = mWorld.getWidth() * mTileWidth;
  /frameworks/base/core/java/android/transition/
SidePropagation.java 96 int right = left + sceneRoot.getWidth();
158 return sceneRoot.getWidth();
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 134 canvas.translate(-0.5f*getWidth(), -0.5f*getHeight());
202 public int getWidth() {
SlidingTab.java 262 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
595 float target = mThreshold * (isHorizontal() ? getWidth() : getHeight());
650 int width = slider.tab.getWidth();
652 int viewWidth = getWidth();
716 || !isHorizontal() && x > -TRACKING_MARGIN && x < TRACKING_MARGIN + view.getWidth();
726 // onLayout(true, getLeft(), getTop(), getLeft() + getWidth(), getTop() + getHeight());
742 int deltaX = (int) x - handle.getLeft() - (handle.getWidth() / 2);
    [all...]
TextProgressBar.java 154 int contentWidth = mProgressBar.getWidth() - (params.leftMargin + params.rightMargin);
160 int textWidth = mChronometer.getWidth();
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
TargetDrawable.java 201 public int getWidth() {
216 canvas.translate(-0.5f * getWidth(), -0.5f * getHeight());
  /frameworks/base/docs/html/training/wearables/watch-faces/
issues.jd 121 android.graphics.Canvas#getWidth Canvas.getWidth()} and {@link
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 203 mRenderState.setViewport(getWidth(), getHeight());
244 left <= 0.0f && top <= 0.0f && right >= getWidth() && bottom >= getHeight()) {
652 if (bounds.isEmpty() || bounds.getWidth() > mCaches.maxTextureSize ||
678 mSnapshot->initializeViewport(bounds.getWidth(), bounds.getHeight());
756 Layer* layer = mCaches.layerCache.get(mRenderState, bounds.getWidth(), bounds.getHeight());
764 bounds.getWidth() / float(layer->getWidth()), 0.0f);
776 layer->getWidth(), layer->getHeight());
789 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, layer->getWidth(), layer->getHeight(),
796 bounds.getWidth(), bounds.getHeight())
    [all...]

Completed in 1080 milliseconds

<<21222324252627282930>>