OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textLayout
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ApnPreference.java
79
View
textLayout
= view.findViewById(R.id.text_layout);
80
if ((
textLayout
!= null) &&
textLayout
instanceof RelativeLayout) {
81
textLayout
.setOnClickListener(this);
/packages/apps/Settings/src/com/android/settings/inputmethod/
CheckBoxAndSettingsPreference.java
49
View
textLayout
= view.findViewById(R.id.inputmethod_pref);
50
textLayout
.setOnClickListener(
/packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java
133
View
textLayout
= view.findViewById(R.id.tts_engine_pref_text);
134
textLayout
.setOnClickListener(new View.OnClickListener() {
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
47
// Destruction of m_layout requires
TextLayout
to be a complete type, so the constructor and destructor are made non-inline to avoid compilation errors.
52
OwnPtr<
TextLayout
> m_layout;
701
ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0,
TextLayout
* layout = 0)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 204 milliseconds