OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:titlecontainer
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java
264
View
titleContainer
= field.findViewById(R.id.kind_title_layout);
265
titleContainer
.setVisibility(View.GONE);
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js
885
var
titleContainer
= document.createElement('h3');
886
titleContainer
.className = 'expectations-title';
887
titleContainer
.textContent = title;
890
itemContainer.appendChild(
titleContainer
);
[
all
...]
/external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js
885
var
titleContainer
= createElement('div', 'title');
886
sessionOuterDiv.appendChild(
titleContainer
);
890
titleContainer
.appendChild(sessionInnerDiv);
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
[
all
...]
Completed in 1337 milliseconds