Home | History | Annotate | Download | only in widget

Lines Matching defs:setLayoutFrozen

953         setLayoutFrozen(false);
969 setLayoutFrozen(false);
1885 * Enable or disable layout and scroll. After <code>setLayoutFrozen(true)</code> is called,
1886 * Layout requests will be postponed until <code>setLayoutFrozen(false)</code> is called;
1894 * <code>setLayoutFrozen(true)</code> does not prevent app from directly calling {@link
1906 public void setLayoutFrozen(boolean frozen) {
1908 assertNotInLayoutOrScroll("Do not setLayoutFrozen in layout or scroll");
1931 * @see #setLayoutFrozen(boolean)