OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layoutroot
(Results
1 - 11
of
11
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java
58
ViewGroup
layoutRoot
= (ViewGroup) mActivity.getWindow().getDecorView();
60
View v = inflater.inflate(mLayoutResourceID,
layoutRoot
);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp
128
bool TextAutosizer::processSubtree(RenderObject*
layoutRoot
)
132
if (!m_document->settings() || !m_document->settings()->textAutosizingEnabled() ||
layoutRoot
->view()->document().printing() || !m_document->page())
150
// The
layoutRoot
could be neither a container nor a cluster, so walk up the tree till we find each of these.
151
RenderBlock* container =
layoutRoot
->isRenderBlock() ? toRenderBlock(
layoutRoot
) :
layoutRoot
->containingBlock();
167
processCluster(clusterInfo, container,
layoutRoot
, windowInfo);
168
InspectorInstrumentation::didAutosizeText(
layoutRoot
);
TextAutosizer.h
49
bool processSubtree(RenderObject*
layoutRoot
);
RenderObject.cpp
[
all
...]
RenderBox.cpp
[
all
...]
/packages/apps/Camera/src/com/android/camera/
RotateDialogController.java
59
ViewGroup
layoutRoot
= (ViewGroup) mActivity.getWindow().getDecorView();
61
View v = inflater.inflate(mLayoutResourceID,
layoutRoot
);
/packages/apps/Settings/src/com/android/settings/
DateTimeSettingsSetupWizard.java
104
final View
layoutRoot
= findViewById(R.id.layout_root);
105
layoutRoot
.setSystemUiVisibility(View.STATUS_BAR_DISABLE_BACK);
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h
100
RenderObject*
layoutRoot
(bool onlyDuringLayout = false) const;
394
virtual void gatherDebugLayoutRects(RenderObject*
layoutRoot
);
FrameView.cpp
804
RenderObject* FrameView::
layoutRoot
(bool onlyDuringLayout) const
[
all
...]
/packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizardXL.java
163
final View
layoutRoot
= findViewById(R.id.layout_root);
164
layoutRoot
.setSystemUiVisibility(View.STATUS_BAR_DISABLE_BACK);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp
480
RenderObject* root = frame->view()->
layoutRoot
();
[
all
...]
Completed in 670 milliseconds