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
123 bool needsAlloc = updateLayout(width, height, internalFormat, format, GL_TEXTURE_2D);
349 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.java192 updateLayout();
198 void updateLayout() { method in class:MediaRouteChooserDialog
H A DMediaRouteControllerDialog.java448 updateLayout();
454 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();
131 * NOTE: Call {@link #updateLayout()} or {@link #show()} to effect visual changes to the
155 * NOTE: Call {@link #updateLayout()} or {@link #show()} to effect visual changes to the
167 * NOTE: Call {@link #updateLayout()} or {@link #show()} to effect visual changes to the
192 public FloatingToolbar updateLayout() { method in class:FloatingToolbar

Completed in 259 milliseconds