OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Placement
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/SemaCXX/
warn-new-overaligned-3.cpp
27
struct
Placement
{
28
Placement
() {
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.h
74
enum
Placement
{
82
// Refresh the work area and balloon
placement
.
94
void set_placement(
Placement
placement
) { placement_ =
placement
; }
140
Placement
placement_;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java
41
public static final class
Placement
{
52
private
Placement
mPlacementCache = new
Placement
();
208
* Computes the item's
placement
within its section and populates the {@code
placement
}
212
public
Placement
getItemPlacementInSection(int position) {
ContactListAdapter.java
212
Placement
placement
= getItemPlacementInSection(position);
local
220
view.setSectionHeader(
placement
.sectionHeader);
221
view.setDividerVisible(!
placement
.lastInSection);
ContactEntryListAdapter.java
478
Placement
placement
= getItemPlacementInSection(position);
local
479
return
placement
.firstInSection ? type : getItemViewTypeCount() + type;
PhoneNumberListAdapter.java
394
Placement
placement
= getItemPlacementInSection(position);
local
395
view.setSectionHeader(
placement
.firstInSection ?
placement
.sectionHeader : null);
396
view.setDividerVisible(!
placement
.lastInSection);
/external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.h
94
enum
Placement
{
102
// Refresh the work area and balloon
placement
.
114
void set_placement(
Placement
placement
) { placement_ =
placement
; }
171
Placement
placement_;
/external/chromium_org/third_party/skia/src/core/
SkTLList.h
17
typename SkTLList<T>::
Placement
placement
,
213
enum
Placement
{
321
Placement
placement
,
352
typename SkTLList<T>::
Placement
placement
,
355
if (SkTLList<T>::kBefore_Placement ==
placement
) {
368
typename SkTLList<T>::
Placement
,
/external/skia/src/core/
SkTLList.h
17
typename SkTLList<T>::
Placement
placement
,
213
enum
Placement
{
321
Placement
placement
,
352
typename SkTLList<T>::
Placement
placement
,
355
if (SkTLList<T>::kBefore_Placement ==
placement
) {
368
typename SkTLList<T>::
Placement
,
Completed in 112 milliseconds