/external/mockftpserver/MockFtpServer/src/site/ |
site.xml | 5 <src>images/mockftpserver-logo.png</src>
12 <logo
16 <logo
|
/external/libexif/doc/ |
footer.html | 7 width="88" height="31" border="0" align="top" alt="SourceForge.net Logo" /></a>
|
/external/slf4j/slf4j-site/src/site/pages/templates/ |
header.js | 4 document.write('<img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="" border="0"/>');
|
/compatibility/cdd/source/ |
android-cdd-footer.html | 27 <td class="noborder"><img src="images/android-logo.png" alt="Android logo"/></td>
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
keywords.gperf | 40 logo, LOGO
|
/external/mockftpserver/branches/1.x_Branch/src/site/ |
site.xml | 11 <logo
15 <logo
|
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
ActionBarWrapper.java | 72 public void setLogo(Drawable logo) { 73 mActionBar.setLogo(logo);
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
ActionBarWrapper.java | 73 public void setLogo(Drawable logo) { 74 mActionBar.setLogo(logo);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/ |
BootGraphicsResourceTableDxe.c | 93 Update information of logo image drawn on screen.
95 @param This The pointer to the Boot Logo protocol instance.
96 @param BltBuffer The BLT buffer for logo drawn on screen. If BltBuffer
97 is set to NULL, it indicates that logo image is no
104 @retval EFI_SUCCESS The boot logo information was updated.
106 @retval EFI_OUT_OF_RESOURCES The logo information was not updated due to
124 Update information of logo image drawn on screen.
126 @param This The pointer to the Boot Logo protocol instance.
127 @param BltBuffer The BLT buffer for logo drawn on screen. If BltBuffer
128 is set to NULL, it indicates that logo image is no [all...] |
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/ |
ChannelLogoUtilsTest.java | 73 Bitmap logo = BitmapFactory.decodeResource(getContext().getResources(), local 75 assertNotNull(logo); 76 assertTrue(ChannelLogoUtils.storeChannelLogo(getContext(), mChannelId, logo)); local 78 // wait 10 secs to make sure that the logo file is written into the disk. 96 // wait 10 secs to make sure that the logo file is written into the disk.
|
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/ |
PreviewChannelHelper.java | 118 * {@link PreviewChannel.Builder#setLogo(Uri) url as your logo}. In such case, 119 * {@link #updatePreviewChannel(long, PreviewChannel)} will load the logo over the network. To 135 // Rollback channel insertion if logo could not be added. 138 throw new IOException("Failed to add logo, so channel (ID=" 161 * {@link PreviewChannel.Builder#setLogo(Uri) url as your logo}. In such case, 162 * {@link #updatePreviewChannel(long, PreviewChannel)} will load the logo over the network. To 223 * {@link PreviewChannel.Builder#setLogo(Uri) url as your logo}. In such case, 224 * {@link #updatePreviewChannel(long, PreviewChannel)} will load the logo over the network. To 238 throw new IOException("Fail to update channel (ID=" + channelId + ") logo."); 259 * Internally, a logo is added to a channel after the channel has been added to the TvProvider 270 Bitmap logo = channel.getLogo(mContext); local [all...] |
/frameworks/support/leanback/src/main/java/androidx/leanback/app/ |
OnboardingFragment.java | 95 * <h4>Logo Splash Animation</a></h4> 96 * When onboarding screen appears, the logo splash animation is played by default. The animation 97 * fades in the logo image, pauses in a few seconds and fades it out. 99 * In most cases, the logo animation needs to be customized because the logo images of applications 102 * The logo animation can be customized in two ways: 104 * <li>The simplest way is to provide the logo image by calling {@link #setLogoResourceId} to show 105 * the default logo animation. This method should be called in {@link Fragment#onCreateView}.</li> 106 * <li>If the logo animation is complex, then override {@link #onCreateLogoAnimation} and return the 110 * If the inherited class provides neither the logo image nor the animation, the logo animation wil [all...] |
OnboardingSupportFragment.java | 92 * <h4>Logo Splash Animation</a></h4> 93 * When onboarding screen appears, the logo splash animation is played by default. The animation 94 * fades in the logo image, pauses in a few seconds and fades it out. 96 * In most cases, the logo animation needs to be customized because the logo images of applications 99 * The logo animation can be customized in two ways: 101 * <li>The simplest way is to provide the logo image by calling {@link #setLogoResourceId} to show 102 * the default logo animation. This method should be called in {@link Fragment#onCreateView}.</li> 103 * <li>If the logo animation is complex, then override {@link #onCreateLogoAnimation} and return the 107 * If the inherited class provides neither the logo image nor the animation, the logo animation wil [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/ |
BootLogoLib.c | 3 to show progress bar and LOGO.
31 Show LOGO returned from Edkii Platform Logo protocol on all consoles.
33 @retval EFI_SUCCESS Logo was displayed.
34 @retval EFI_UNSUPPORTED Logo was not found or cannot be displayed.
94 // Try to open Boot Logo Protocol.
233 // Report displayed Logo information.
240 // The first Logo.
248 // Merge new logo with old one.
264 // No logo displayed. [all...] |
/external/ImageMagick/ |
QuickStart.txt | 42 convert logo: logo.gif 43 display logo.gif 121 convert logo: logo.gif 122 imdisplay logo.gif 136 identify -verbose logo:
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
DetailsOverviewLogoPresenter.java | 28 * ViewHolder for Logo view of DetailsOverviewRow. 78 * Create a View for the Logo, default implementation loads from 85 * @return View created for the logo. 104 * and FullWidthDetailsOverviewRowPresenter.ViewHolder that hosts the logo. 117 * Returns true if the logo view is bound to image. Subclass may override. The default 129 * Bind logo View to drawable of DetailsOverviewRow and call notifyOnBindLogo(). The 130 * default implementation assumes the Logo View is an ImageView and change layout size to
|
/external/hamcrest/ |
README.md | 1  58 [logo]: https://raw.github.com/hamcrest/JavaHamcrest/master/doc/images/logo.jpg
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
PostMultipart.java | 42 .addFormDataPart("title", "Square Logo") 43 .addFormDataPart("image", "logo-square.png", 44 RequestBody.create(MEDIA_TYPE_PNG, new File("website/static/logo-square.png")))
|
/device/linaro/bootloader/edk2/MdeModulePkg/Logo/ |
Logo.c | 2 Logo DXE Driver, install Edkii Platform Logo protocol.
42 Load a platform logo image and return its data and attributes.
91 Platform Logo protocol.
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/ |
site.xml | 9 <logo name="ANTLR Web Site" href="http://antlr.org/"
|
/frameworks/base/docs/downloads/training/ |
NewsReader.zip | |
/development/samples/training/multiscreen/newsreader/ |
AndroidManifest.xml | 29 android:logo="@drawable/logo" android:theme="@style/NewsReaderStyle">
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
PlatformCapsule.dsc | 39 # Logo (Logo.bmp), and etc.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
SplashScreenStartingData.java | 41 int logo, int windowFlags, Configuration mergedOverrideConfiguration) { 49 mLogo = logo;
|
/prebuilts/tools/common/m2/repository/junit/junit/3.8.1/ |
junit-3.8.1-sources.jar | |