Searched refs:LayoutType (Results 1 – 12 of 12) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | LayoutMetric.java | 21 abstract class LayoutMetric<LayoutType extends Enum> { 23 private LayoutType layoutType; 29 public LayoutMetric(float value, LayoutType layoutType) { in LayoutMetric() 42 protected abstract void validatePair(float value, LayoutType layoutType); in validatePair() 44 public void set(float value, LayoutType layoutType) { in set() 61 public LayoutType getLayoutType() { in getLayoutType() 65 public void setLayoutType(LayoutType layoutType) { in setLayoutType()
|
D | PositionMetric.java | 19 public abstract class PositionMetric<LayoutType extends Enum> extends LayoutMetric<LayoutType> { 32 public PositionMetric(float value, LayoutType layoutType) { in PositionMetric()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | layout.h | 671 using LayoutType = LayoutImpl< 684 class Layout : public internal_layout::LayoutType<sizeof...(Ts), Ts...> { 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 736 : internal_layout::LayoutType<sizeof...(Ts), Ts...>(sizes...) {}
|
/external/abseil-cpp/absl/container/internal/ |
D | layout.h | 669 using LayoutType = LayoutImpl< 682 class Layout : public internal_layout::LayoutType<sizeof...(Ts), Ts...> { 691 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 734 : internal_layout::LayoutType<sizeof...(Ts), Ts...>(sizes...) {}
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 671 using LayoutType = LayoutImpl< 684 class Layout : public internal_layout::LayoutType<sizeof...(Ts), Ts...> { 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 736 : internal_layout::LayoutType<sizeof...(Ts), Ts...>(sizes...) {}
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 669 using LayoutType = LayoutImpl< 682 class Layout : public internal_layout::LayoutType<sizeof...(Ts), Ts...> { 691 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 734 : internal_layout::LayoutType<sizeof...(Ts), Ts...>(sizes...) {}
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 671 using LayoutType = LayoutImpl< 684 class Layout : public internal_layout::LayoutType<sizeof...(Ts), Ts...> { 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 736 : internal_layout::LayoutType<sizeof...(Ts), Ts...>(sizes...) {}
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | layout.h | 671 using LayoutType = LayoutImpl< 684 class Layout : public internal_layout::LayoutType<sizeof...(Ts), Ts...> { 693 using PartialType = internal_layout::LayoutType<NumSizes, Ts...>; 736 : internal_layout::LayoutType<sizeof...(Ts), Ts...>(sizes...) {}
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 378 template <typename LayoutType, typename Impl> 449 template <typename LayoutType, typename Impl> 455 return LayoutPattern<LayoutType, decltype(new_allof)>(std::move(new_allof), 461 LayoutType** matched_layout) 503 LayoutType** matched_layout_; 841 template <typename LayoutType, typename LayoutImpl> 845 const LayoutPattern<LayoutType, LayoutImpl>& layout) 872 LayoutPattern<LayoutType, LayoutImpl> layout_; 1016 template <typename LayoutType, typename LayoutImpl> 1017 auto WithLayout(const LayoutPattern<LayoutType, LayoutImpl>& layout) const { [all …]
|
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 1120 const ImGuiLayoutType backup_layout_type = window->DC.LayoutType; in NewLine() 1121 window->DC.LayoutType = ImGuiLayoutType_Vertical; in NewLine() 1126 window->DC.LayoutType = backup_layout_type; in NewLine() 1149 …ImGuiSeparatorFlags flags = (window->DC.LayoutType == ImGuiLayoutType_Horizontal) ? ImGuiSeparator… in Separator() 5541 window->DC.LayoutType = ImGuiLayoutType_Horizontal; in BeginMenuBar() 5583 window->DC.LayoutType = ImGuiLayoutType_Vertical; in EndMenuBar() 5612 if (window->DC.LayoutType == ImGuiLayoutType_Horizontal) in BeginMenu() 5642 …if (window->DC.LayoutType == ImGuiLayoutType_Vertical) // (window->Flags & (ImGuiWindowFlags_Popup… in BeginMenu() 5735 …veDir == ImGuiDir_Left && NavMoveRequestButNoResultYet() && window->DC.LayoutType == ImGuiLayoutTy… in EndMenu() 5757 if (window->DC.LayoutType == ImGuiLayoutType_Horizontal) in MenuItem()
|
D | imgui_internal.h | 1077 ImGuiLayoutType LayoutType; member 1114 LayoutType = ParentLayoutType = ImGuiLayoutType_Vertical; in ImGuiWindowTempData()
|
D | imgui.cpp | 2766 if (window->DC.LayoutType == ImGuiLayoutType_Horizontal) in ItemSize() 5332 window->DC.LayoutType = ImGuiLayoutType_Vertical; in Begin() 5333 …window->DC.ParentLayoutType = parent_window ? parent_window->DC.LayoutType : ImGuiLayoutType_Verti… in Begin()
|