HomeSort by relevance Sort by last modified time
    Searched full:logo (Results 51 - 75 of 1154) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieActivity.java 50 * The client of this activity can pass a logo bitmap in the intent (KEY_LOGO_BITMAP)
51 * to set the action bar logo so the playback process looks more seamlessly integrated with
57 public static final String KEY_LOGO_BITMAP = "logo-bitmap";
120 Bitmap logo = intent.getParcelableExtra(KEY_LOGO_BITMAP); local
121 if (logo != null) {
123 new BitmapDrawable(getResources(), logo));
  /packages/apps/TV/src/com/android/tv/data/
ChannelLogoFetcher.java 96 // Updates or removes the logo by comparing the logo uri which is got from the cloud
134 // Downloads the channel logo.
155 // Inserts the logo to DB.
169 "Inserting logo file to DB succeeded. {from="
178 // their logo uris are null.
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 143 * Return the logo resource identifier to use for this component. If
144 * the component defines a logo, that is used; else, the application
145 * logo is used.
147 * @return The logo associated with this component.
150 return logo != 0 ? logo : applicationInfo.logo;
PackageItemInfo.java 142 * component's logo. Logos may be larger/wider than icons and are
144 * combination. From the "logo" attribute or, if not set, 0.
146 public int logo; field in class:PackageItemInfo
174 logo = orig.logo;
552 * or null if no default logo is available.
561 * Retrieve the current graphical logo associated with this item. This
562 * will call back on the given PackageManager to load the logo from
565 * @param pm A PackageManager from which the logo can be loaded; usually
568 * @return Returns a Drawable containing the item's logo. If the ite
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 81 @param[in] LogoFile File name of logo to display on the center of the screen.
83 @retval EFI_SUCCESS ConsoleControl has been flipped to graphics and logo displayed.
84 @retval EFI_UNSUPPORTED Logo not found
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 87 @param[in] LogoFile File name of logo to display on the center of the screen.
89 @retval EFI_SUCCESS ConsoleControl has been flipped to graphics and logo displayed.
90 @retval EFI_UNSUPPORTED Logo not found
  /external/python/cpython2/Demo/turtle/
tdemo_clock.py 58 mode("logo")
78 #writer.mode("logo")
129 mode("logo")
  /external/python/cpython3/Lib/turtledemo/
clock.py 58 mode("logo")
78 #writer.mode("logo")
129 mode("logo")
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
CustomizationVerifier.java 109 Drawable logo = mActivity.getDrawable(R.drawable.ic_enterprise_blue_24dp);
110 logo.setColorFilter(new PorterDuffColorFilter(color, SRC_ATOP));
111 return logo;
  /external/python/cpython3/Lib/test/
test_urllibnet.py 156 with self.urlretrieve(self.logo) as (file_location, info):
165 with self.urlretrieve(self.logo,
174 with self.urlretrieve(self.logo) as (file_location, info):
178 logo = "http://www.pythontest.net/" variable in class:urlretrieveNetworkTests
181 with self.urlretrieve(self.logo) as (file_location, fileheaders):
194 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
  /cts/tests/leanbackjank/app/
AndroidManifest.xml 41 android:logo="@drawable/videos_by_google_banner"
49 android:logo="@drawable/videos_by_google_banner"
  /development/samples/HoneycombGallery/
AndroidManifest.xml 34 android:logo="@drawable/logo"
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
IntelFrameworkPkg.dsc 60 # Logo (Logo.bmp), and etc.
  /external/libogg/doc/
index.html 70 <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
98 The Xiph Fish Logo is a
  /frameworks/support/samples/SupportLeanbackJank/src/main/
AndroidManifest.xml 31 android:logo="@drawable/app_banner"
38 android:logo="@drawable/app_banner"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeLabelProvider.java 41 * Returns the element's logo with a fallback on the android logo.
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 272 @param[in] LogoFile File name of logo to display on the center of the screen.
274 @retval EFI_SUCCESS ConsoleControl has been flipped to graphics and logo displayed.
275 @retval EFI_UNSUPPORTED Logo not found
334 // Try to open Boot Logo Protocol.
536 // Report displayed Logo information.
543 // The first Logo.
551 // Merge new logo with old one.
576 // No logo displayed.
586 // Advertise displayed Logo information.
590 // Only one logo displayed, use its Blt buffer directly for BootLogo protocol.
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 272 @param[in] LogoFile File name of logo to display on the center of the screen.
274 @retval EFI_SUCCESS ConsoleControl has been flipped to graphics and logo displayed.
275 @retval EFI_UNSUPPORTED Logo not found
334 // Try to open Boot Logo Protocol.
536 // Report displayed Logo information.
543 // The first Logo.
551 // Merge new logo with old one.
576 // No logo displayed.
586 // Advertise displayed Logo information.
590 // Only one logo displayed, use its Blt buffer directly for BootLogo protocol.
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
FullWidthDetailsOverviewRowPresenter.java 37 * FullWidthDetailsOverviewRowPresenter is made in three parts: logo view on the left, action list view on
46 * <p>The logo view is rendered using a customizable {@link DetailsOverviewLogoPresenter} passed in
48 * can access the logo ViewHolder from {@link ViewHolder#getLogoViewHolder()}.
87 * This is the alignment mode that the logo and description align to the starting edge of the
92 * This is the alignment mode that the ending edge of logo and the starting edge of description
105 * @param vh The ViewHolder that has bound logo view.
342 * Returns the ViewHolder for logo.
409 * @param logoPresenter The {@link Presenter} used to render the logo view.
632 * Called by {@link DetailsOverviewLogoPresenter} to notify logo was bound to view.
634 * @param viewHolder The row ViewHolder that has logo bound to view
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.inf 3 # to show progress bar and logo.
  /external/jline/src/src/site/
site.xml 5 <src>images/logo.jpg</src>
  /external/nanohttpd/core/src/site/
site.xml 17 <logo name="Maven" href="http://maven.apache.org/"
  /external/nanohttpd/markdown-plugin/src/site/
site.xml 17 <logo name="Maven" href="http://maven.apache.org/"
  /external/nanohttpd/samples/src/site/
site.xml 17 <logo name="Maven" href="http://maven.apache.org/"
  /external/nanohttpd/src/site/
site.xml 17 <logo name="Maven" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/maven-feather.png" />

Completed in 1432 milliseconds

1 23 4 5 6 7 8 91011>>