Home
last modified time | relevance | path

Searched +defs:tab +defs:width (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/aosp_15_r20/frameworks/base/core/java/android/app/
H A DActionBar.java653 public abstract void addTab(Tab tab); in addTab()
667 public abstract void addTab(Tab tab, boolean setSelected); in addTab()
683 public abstract void addTab(Tab tab, int position); in addTab()
699 public abstract void addTab(Tab tab, int position, boolean setSelected); in addTab()
713 public abstract void removeTab(Tab tab); in removeTab()
753 public abstract void selectTab(Tab tab); in selectTab()
1326 public void onTabSelected(Tab tab, FragmentTransaction ft); in onTabSelected()
1337 public void onTabUnselected(Tab tab, FragmentTransaction ft); in onTabUnselected()
1348 public void onTabReselected(Tab tab, FragmentTransaction ft); in onTabReselected()
1394 public LayoutParams(int width, int height) { in LayoutParams()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/unicode/
Dcreate_tables.cpp416 void print_tab(Out& out, int tab) in print_tab()
423 void print_table(Out& out, C const& c, bool trailing_comma, int width = 4, int group = 16) in print_table()
425 int const tab = 4; in print_table() local
/aosp_15_r20/external/pciutils/
H A Dbitops.h31 #define BITS(x, at, width) (((x) >> (at)) & ((1 << (width)) - 1)) argument
36 #define TABLE(tab, x, buf) \ argument
/aosp_15_r20/bionic/libc/stdio/
H A Dvfscanf.cpp44 size_t width; /* field width, or 0 */ in __svfscanf() local
709 static const unsigned char* __sccl(char* tab, const unsigned char* fmt) { in __sccl()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java183 private final ImageView tab; field in SlidingTab.Slider
407 int width = MeasureSpec.getSize(widthMeasureSpec); in measure() local
505 final int width; in onMeasure() local
/aosp_15_r20/external/webp/src/dec/
H A Dvp8_dec.c108 int* const width, int* const height) { in VP8GetInfo()
428 const uint8_t* tab; in GetLargeValue() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dparse.go93 width int member
363 tab int member
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-gifdecoder-prebuilt/android_common_apex30/aar/
Dclasses.jar ... GifFrame currentFrame final java.util.List frames int width int height boolean gctFlag int gctSize int bgIndex int pixelAspect ...
Dglide-gifdecoder-prebuilt.jar ... GifFrame currentFrame final java.util.List frames int width int height boolean gctFlag int gctSize int bgIndex int pixelAspect ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/maven_repo/bumptech/glide-gifdecoder-prebuilt/android_common/aar/
Dglide-gifdecoder-prebuilt.jar ... GifFrame currentFrame final java.util.List frames int width int height boolean gctFlag int gctSize int bgIndex int pixelAspect ...
Dclasses.jar ... GifFrame currentFrame final java.util.List frames int width int height boolean gctFlag int gctSize int bgIndex int pixelAspect ...
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/4.8.0/
Dgifdecoder-4.8.0.jar ... GifFrame currentFrame final java.util.List frames int width int height boolean gctFlag int gctSize int bgIndex int pixelAspect ...
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/4.5.0/
Dgifdecoder-4.5.0.jar ... GifFrame currentFrame final java.util.List frames int width int height boolean gctFlag int gctSize int bgIndex int pixelAspect ...
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/
Dgifdecoder-SNAPSHOT.jar ... GifFrame currentFrame final java.util.List frames int width int height boolean gctFlag int gctSize int bgIndex int pixelAspect ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/extras/material-design/android-support-design-nodeps/android_common/aar/
Dandroid-support-design-nodeps.jarandroid/support/design/animation/AnimationUtils.class AnimationUtils.java package android.support. ...
Dclasses.jarandroid/support/design/animation/AnimationUtils.class AnimationUtils.java package android.support. ...
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp5961 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; in TabBarLayout() local
6022 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6070 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6079 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6153 if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) in TabBarRemoveTab() local
6161 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab()
6183 static void ImGui::TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarScrollToTab()
6196 void ImGui::TabBarQueueChangeTabOrder(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int dir) in TabBarQueueChangeTabOrder()
6281 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarTabListPopupButton() local
6319 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; in BeginTabItem() local
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dbootstrap.js1091 width: this.$element[0].offsetWidth property
1523 $.fn.tab = function ( option ) { function
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dclk-stm32-core.c245 uint8_t width) in _get_div()
1044 int stm32_clk_parse_fdt_by_name(void *fdt, int node, const char *name, uint32_t *tab, uint32_t *nb) in stm32_clk_parse_fdt_by_name()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/aaos-libs/car-ui-lib-source/android_common_apex30/aar/
Dclasses.jarcom/android/car/ui/ com/android/car/ui/AlertDialogBuilder$1 ...
Dcar-ui-lib-source.jarcom/android/car/ui/ com/android/car/ui/AlertDialogBuilder$1 ...
/aosp_15_r20/external/okhttp/website/static/
H A Dbootstrap.min.js6 …createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend"… variable
/aosp_15_r20/external/wuffs-mirror-release-c/release/c/
H A Dwuffs-v0.2.c1197 wuffs_base__rect_ie_u32::width() const { in width() function
1583 uint32_t width; member
1619 uint32_t width, in wuffs_base__pixel_config__set()
1738 uint32_t width, in set()
1769 wuffs_base__pixel_config::width() const { in width() function
1826 uint32_t width, in wuffs_base__image_config__set()
1885 uint32_t width, in set()
2109 wuffs_base__frame_config::width() const { in width() function
2220 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
2232 size_t width = (size_t)(pixcfg->private_impl.width); in wuffs_base__pixel_buffer__set_from_slice() local
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java177 public void setSize(int width, int height) { in setSize()
793 void tab(int tabs) { in tab() method in Cea608CCParser.CCMemory
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-v7-appcompat-nodeps/android_common/aar/
Dandroid-support-v7-appcompat-nodeps.jar ... void <init> (int, int) int width int height public void <init> (int, ...

12345678910>>...18