HomeSort by relevance Sort by last modified time
    Searched defs:Placement (Results 1 - 8 of 8) sorted by null

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfStandardStructureDictionary_autogen.cpp 11 SkString SkPdfStandardStructureDictionary::Placement(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Placement", "");
20 return get("Placement", "") != NULL;
  /external/clang/test/SemaCXX/
warn-new-overaligned-3.cpp 27 struct Placement {
28 Placement() {
  /external/v8/src/compiler/
scheduler.h 34 enum Placement { kUnknown, kSchedulable, kFixed };
39 int minimum_rpo_; // Minimum legal RPO placement.
43 Placement placement_ : 3; // Whether the node is fixed, schedulable,
66 Placement GetPlacement(Node* node);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 41 public static final class Placement {
52 private Placement mPlacementCache = new Placement();
198 * Computes the item's placement within its section and populates the {@code placement}
202 public Placement getItemPlacementInSection(int position) {
  /external/skia/src/core/
SkTLList.h 17 typename SkTLList<T>::Placement placement,
231 enum Placement {
339 Placement placement,
370 typename SkTLList<T>::Placement placement,
373 if (SkTLList<T>::kBefore_Placement == placement) {
386 typename SkTLList<T>::Placement,
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBar.java 85 * Defines the placement of the snack bar (e.g. anchored view, anchor gravity).
87 public static class Placement {
91 private Placement(@NonNull final View anchorView, final boolean anchorAbove) {
108 public static Placement above(final View anchorView) {
109 return new Placement(anchorView, true);
115 public static Placement below(final View anchorView) {
116 return new Placement(anchorView, false);
131 private Placement mPlacement;
173 * Place the snack bar with the given placement requirement.
175 public Builder withPlacement(final Placement placement)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 218 milliseconds