Searched refs:setLayout (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h72 void setLayout(const Layout& pLayout);
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp86 void RelocationFactory::setLayout(const Layout& pLayout) function in class:RelocationFactory
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java89 dialog.getWindow().setLayout(ViewGroup.LayoutParams.MATCH_PARENT,
/frameworks/base/core/java/android/view/
H A DWindow.java599 public void setLayout(int width, int height) { method in class:Window
616 * @see #setLayout
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp71 m_pRelocFactory->setLayout(pLinker.getLayout());
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java655 mWindow.getWindow().setLayout(MATCH_PARENT, WRAP_CONTENT);
939 mWindow.getWindow().setLayout(MATCH_PARENT, newHeight);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp70 m_pRelocFactory->setLayout(pLinker.getLayout());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp108 m_pRelocFactory->setLayout(pLinker.getLayout());
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2622 setLayout(WRAP_CONTENT, WRAP_CONTENT);
H A DPhoneWindowManager.java1572 win.setLayout(WindowManager.LayoutParams.MATCH_PARENT,

Completed in 275 milliseconds