Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD84810210 for ; Thu, 18 Dec 2014 20:31:35 +0000 (UTC) Received: (qmail 16371 invoked by uid 500); 18 Dec 2014 20:31:35 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 16269 invoked by uid 500); 18 Dec 2014 20:31:35 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 16253 invoked by uid 99); 18 Dec 2014 20:31:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2014 20:31:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3D3B79CA153; Thu, 18 Dec 2014 20:31:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bigosmallm@apache.org To: commits@flex.apache.org Date: Thu, 18 Dec 2014 20:31:36 -0000 Message-Id: <0d87568b00724803b28f58c36a5cf795@git.apache.org> In-Reply-To: <45ae7cbe3d464a5eae241a19a8c6b908@git.apache.org> References: <45ae7cbe3d464a5eae241a19a8c6b908@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: [flex-sdk] [refs/heads/release4.14.0] - Update comments to keep up with latest visual changes Update comments to keep up with latest visual changes Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/64d0aa88 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/64d0aa88 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/64d0aa88 Branch: refs/heads/release4.14.0 Commit: 64d0aa88f7e91b3b80fc8303ae24f95aca94e352 Parents: 82c789e Author: OmPrakash Muppirala Authored: Thu Dec 18 12:27:44 2014 -0800 Committer: OmPrakash Muppirala Committed: Thu Dec 18 12:27:44 2014 -0800 ---------------------------------------------------------------------- .../spark/src/spark/components/BusyIndicator.as | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/64d0aa88/frameworks/projects/spark/src/spark/components/BusyIndicator.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/BusyIndicator.as b/frameworks/projects/spark/src/spark/components/BusyIndicator.as index 0086f74..1f665ee 100644 --- a/frameworks/projects/spark/src/spark/components/BusyIndicator.as +++ b/frameworks/projects/spark/src/spark/components/BusyIndicator.as @@ -68,8 +68,8 @@ package spark.components /** * The BusyIndicator defines a component to display when a long-running * operation is in progress. - * For Web, Desktop and Android, a circle is drawn that rotates. - * For iOS, a spinner with twelve spoke is drawn. + * For Web, Desktop and iOS, a spinner with twelve spoke is drawn. + * For Android, a circle is drawn that rotates. * The color of the circle or spokes is controlled by the value of the symbolColor style. * The transparency of this component can be modified using the alpha property, * but the alpha value of each spoke cannot be modified. @@ -88,10 +88,12 @@ package spark.components *

The BusyIndicator has the following default characteristics:

* * - * + * * * *
CharacteristicDescription
Default size160 DPI: 26x26 pixels
- * 240 DPI: 40x40 pixels
- * 320 DPI: 52x52 pixels
- * 380 DPI: 80x80 pixels
Default size160 DPI: 36x36 pixels
+ * 120 DPI: 27x27 pixels
+ * 240 DPI: 54x54 pixels
+ * 320 DPI: 72x72 pixels
+ * 480 DPI: 108x108 pixels
+ * 640 DPI: 144x144 pixels
Minimum size20x20 pixels
Maximum sizeNo limit