Home
last modified time | relevance | path

Searched refs:shown (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/
DMultiSelectGridFragment.java207 public void setGridShown(boolean shown) { in setGridShown() argument
208 setGridShown(shown, true); in setGridShown()
215 public void setGridShownNoAnimation(boolean shown) { in setGridShownNoAnimation() argument
216 setGridShown(shown, false); in setGridShownNoAnimation()
229 private void setGridShown(boolean shown, boolean animate) { in setGridShown() argument
234 if (mGridShown == shown) { in setGridShown()
237 mGridShown = shown; in setGridShown()
238 if (shown) { in setGridShown()
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto131 // Spam notifications shown despite throttling
134 // Spam notifications not shown due to throttling
137 // Non spam notifications shown despite throttling
140 // Non spam notifications not shown due to throttling
144 // prompt is shown.
206 // The ToS is shown the user
216 // was shown
220 // randomized. A dialog to instruct the user to set the PIN has been shown
228 // The user is being shown the Android framework UI to request a permission.
/packages/apps/StorageManager/src/com/android/storagemanager/utils/
DUtils.java32 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument
37 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown()
38 if (shown) { in setViewShown()
58 view.setVisibility(shown ? View.VISIBLE : View.GONE); in setViewShown()
/packages/apps/Settings/src/com/android/settings/widget/
DLoadingViewController.java78 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument
81 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown()
82 if (shown) { in setViewShown()
103 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
DPermissionsFrameFragment.java93 private void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument
96 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown()
97 if (shown) { in setViewShown()
118 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
DPermissionsFrameFragment.java104 private void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument
107 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown()
108 if (shown) { in setViewShown()
129 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoDreamSettingsReceiver.java46 boolean shown = ACTION_ADD_ALBUM.equals(intent.getAction()); in onReceive()
63 if (DEBUG) Log.d(TAG, "receive: " + albumId + " is " + shown); in onReceive()
65 settings[idx].setAlbumEnabled(albumId, shown); in onReceive()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java220 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate()
222 hideAttachmentsWhenShowingSims(shown); in onFinishInflate()
231 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate()
233 hideAttachmentsWhenShowingSims(shown); in onFinishInflate()
272 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate()
274 hideAttachmentsWhenShowingSims(shown); in onFinishInflate()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java257 @Override public void setCandidatesViewShown(boolean shown) { in setCandidatesViewShown() argument
258 super.setCandidatesViewShown(shown); in setCandidatesViewShown()
259 if (shown) { in setCandidatesViewShown()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags32 # the list of suggestions shown.
55 # @param suggestions The suggestions shown when the user left QSB. See qsb_click above.
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md11 The basic relationships of SAX and DOM is shown in the following UML diagram.
21 …onal concepts: `Allocator`, `Encoding` and `Stream`. Their inheritance hierarchy is shown as below.
109 The 32-bit `flags_` contains both JSON type and other additional information. As shown in the above…
346 The state diagram is shown as follows:
DDoxyfile.in143 # operators of the base classes will not be shown.
366 # are shown inside the group in which they are included (e.g. using \ingroup)
377 # with only public data fields or simple typedef fields will be shown inline in
380 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
1183 # documentation will contain sections that can be hidden and shown after the
1191 # shown in the various tree structured indices initially; the user can expand
1430 # to set the initial width (in pixels) of the frame in which the tree is shown.
1728 # Note that which sources are shown also depends on other settings such as
2184 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2190 # but if the number exceeds 15, the total amount of fields shown is limited to
[all …]
Dencoding.md80 As shown in the declaration, each encoding has a `CharType` template parameter. Actually, it may be…
Dpointer.md102 The conventions are shown here for comparison:
Dtutorial.md5 As shown in [Usage at a glance](@ref index), a JSON can be parsed into DOM, and then the DOM can be…
/packages/apps/UnifiedEmail/unified_src/
DREADME1 This is a temporary directory that is being used to enable email and Gmail content to be shown
/packages/apps/Dialer/java/com/android/dialershared/bubble/g3doc/
DINTEGRATION.md17 ## Ensure Bubbles can be shown
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile110 # operators of the base classes will not be shown.
848 # documentation will contain sections that can be hidden and shown after the
1002 # is shown.
1101 # Note that which sources are shown also depends on other settings
1513 # nodes that will be shown in the graph. If the number of nodes in a graph
1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1524 # from the root by following a path via at most 3 edges will be shown. Nodes
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile110 # operators of the base classes will not be shown.
848 # documentation will contain sections that can be hidden and shown after the
1002 # is shown.
1101 # Note that which sources are shown also depends on other settings
1513 # nodes that will be shown in the graph. If the number of nodes in a graph
1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1524 # from the root by following a path via at most 3 edges will be shown. Nodes
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md53 RapidJSON is cross-platform. Some platform/compiler combinations which have been tested are shown a…
/packages/apps/TV/res/raw/
Dthird_party_licenses3491 # - Its license terms and conditions are shown below.
3495 # - Its license terms and conditions are shown below.
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz