OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VISIBILITY
(Results
1 - 19
of
19
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
161
public static final String
VISIBILITY
= "
visibility
";
BluetoothOppTransferHistory.java
112
+ BluetoothShare.
VISIBILITY
+ " IS NULL OR "
113
+ BluetoothShare.
VISIBILITY
+ " == '"
122
BluetoothShare.
VISIBILITY
, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppProvider.java
179
+ BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.
VISIBILITY
247
copyInteger(BluetoothShare.
VISIBILITY
, values, filteredValues);
250
if (values.getAsInteger(BluetoothShare.
VISIBILITY
) == null) {
251
filteredValues.put(BluetoothShare.
VISIBILITY
, BluetoothShare.VISIBILITY_VISIBLE);
BluetoothOppReceiver.java
200
int visibilityColumn = cursor.getColumnIndexOrThrow(BluetoothShare.
VISIBILITY
);
201
int
visibility
= cursor.getInt(visibilityColumn);
local
206
&&
visibility
== BluetoothShare.VISIBILITY_VISIBLE) {
208
values.put(BluetoothShare.
VISIBILITY
, BluetoothShare.VISIBILITY_HIDDEN);
218
updateValues.put(BluetoothShare.
VISIBILITY
, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppIncomingFileConfirmActivity.java
169
mUpdateValues.put(BluetoothShare.
VISIBILITY
, BluetoothShare.VISIBILITY_HIDDEN);
BluetoothOppNotification.java
61
static final String visible = "(" + BluetoothShare.
VISIBILITY
+ " IS NULL OR "
62
+ BluetoothShare.
VISIBILITY
+ " == '" + BluetoothShare.VISIBILITY_VISIBLE + "'" + ")";
BluetoothOppService.java
563
cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.
VISIBILITY
)),
690
int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.
VISIBILITY
));
[
all
...]
BluetoothOppUtility.java
237
* update
visibility
to Hidden
241
updateValues.put(BluetoothShare.
VISIBILITY
, BluetoothShare.VISIBILITY_HIDDEN);
TestActivity.java
204
* BluetoothShare.
VISIBILITY
, BluetoothShare.USER_CONFIRMATION,
293
// updateValues.put(BluetoothShare.
VISIBILITY
,
309
updateValues.put(BluetoothShare.
VISIBILITY
, BluetoothShare.VISIBILITY_HIDDEN);
/external/chromium_org/ash/wm/
workspace_controller.cc
133
ui::LayerAnimationElement::
VISIBILITY
,
header_painter.cc
279
ui::LayerAnimationElement::
VISIBILITY
));
/external/chromium_org/ui/compositor/
layer_animation_element.h
34
VISIBILITY
,
51
bool
visibility
;
member in struct:ui::LayerAnimationElement::TargetValue
109
bool
visibility
,
layer.cc
363
LayerAnimationElement::
VISIBILITY
))
794
void Layer::SetVisibilityFromAnimation(bool
visibility
) {
795
SetVisibilityImmediately(
visibility
);
layer_animation_element.cc
231
target->
visibility
= target_;
239
properties.insert(LayerAnimationElement::
VISIBILITY
);
687
visibility
(false),
699
visibility
(delegate ? delegate->GetVisibilityForAnimation() : false),
902
bool
visibility
,
904
return new VisibilityTransition(
visibility
, duration);
layer_animator.cc
117
ANIMATED_PROPERTY(bool,
VISIBILITY
,
Visibility
, bool,
visibility
);
/packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java
63
{ Albums.
VISIBILITY
, "INTEGER NOT NULL" },
PhotoProvider.java
145
* Column name for the
visibility
level of the album. Can be any of the
148
public static final String
VISIBILITY
= "
visibility
";
160
// Privacy values for Albums.
VISIBILITY
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
193
ui::LayerAnimationElement::
VISIBILITY
);
386
// directly. Instead of this should listen for
visibility
changes and then
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 244 milliseconds