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

  /external/deqp/modules/glshared/
glsShaderPerformanceCase.hpp 67 int getViewportWidth (void) const { return m_measurer.getViewportWidth(); }
glsShaderPerformanceMeasurer.hpp 94 int getViewportWidth (void) const { return m_viewportWidth; }
  /frameworks/base/libs/hwui/
Snapshot.h 161 int getViewportWidth() const { return mViewportData.mWidth; }
OpenGLRenderer.h 235 int getViewportWidth() { return currentSnapshot()->getViewportWidth(); }
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java 215 public int getViewportWidth() {
241 scale = (float) getWidth() / getViewportWidth();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 748 mTemplates.startConversation(mWebView.getViewportWidth(),
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 372 int getViewportWidth() {
382 return (getMeasuredWidth() - getViewportWidth()) / 2;
712 if (DEBUG) Log.d(TAG, "getRelativeChildOffset(): " + getViewportWidth() + ", "
849 (getViewportWidth() - padding - getChildWidth(index)) / 2;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 420 int getViewportWidth() {
430 return (getMeasuredWidth() - getViewportWidth()) / 2;
894 childWidth = getViewportWidth() - horizontalPadding
    [all...]

Completed in 789 milliseconds