Searched defs:updateLayout (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/wear/src/android/support/wear/widget/
H A DWearableLinearLayoutManager.java98 updateLayout();
109 updateLayout();
112 private void updateLayout() { method in class:WearableLinearLayoutManager
/frameworks/base/libs/hwui/
H A DTexture.cpp95 bool Texture::updateLayout(uint32_t width, uint32_t height, GLint internalFormat, function in class:android::uirenderer::Texture
127 bool needsAlloc = updateLayout(width, height, internalFormat, format, GL_TEXTURE_2D);
351 needsAlloc |= updateLayout(bitmap.width(), bitmap.height(), internalFormat, format, target);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbView.java78 updateLayout();
171 updateLayout();
211 private void updateLayout() { method in class:AssistOrbView
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java195 updateLayout();
201 void updateLayout() { method in class:MediaRouteChooserDialog
H A DMediaRouteControllerDialog.java452 updateLayout();
458 void updateLayout() { method in class:MediaRouteControllerDialog
/frameworks/base/core/java/android/widget/
H A DFastScroller.java466 updateLayout();
502 updateLayout();
511 updateLayout();
560 public void updateLayout() { method in class:FastScroller
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java115 updateLayout();
133 * NOTE: Call {@link #updateLayout()} or {@link #show()} to effect visual changes to the
157 * NOTE: Call {@link #updateLayout()} or {@link #show()} to effect visual changes to the
169 * NOTE: Call {@link #updateLayout()} or {@link #show()} to effect visual changes to the
194 public FloatingToolbar updateLayout() { method in class:FloatingToolbar

Completed in 279 milliseconds