OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newV
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java
599
View
newV
= views.get(newI);
600
if (
newV
instanceof BubbleTextView ||
newV
instanceof FolderIcon) {
601
return
newV
;
636
View
newV
= views.get(index);
637
CellLayout.LayoutParams tmpLp = (CellLayout.LayoutParams)
newV
.getLayoutParams();
640
(
newV
instanceof BubbleTextView ||
newV
instanceof FolderIcon)) {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java
598
View
newV
= views.get(newI);
599
if (
newV
instanceof BubbleTextView ||
newV
instanceof FolderIcon) {
600
return
newV
;
635
View
newV
= views.get(index);
636
CellLayout.LayoutParams tmpLp = (CellLayout.LayoutParams)
newV
.getLayoutParams();
639
(
newV
instanceof BubbleTextView ||
newV
instanceof FolderIcon)) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java
154
public void onUpgrade(final SQLiteDatabase db, int oldV, final int
newV
) {
156
if (
newV
== DB_VERSION_NOP_UPGRADE_TO) { // that's a no-op
166
+
newV
+ ", which will destroy all old data");
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java
253
public void onUpgrade(final SQLiteDatabase db, int oldV, final int
newV
) {
261
+ " to version " +
newV
+ ", which will destroy all old data");
263
} else if (oldV >
newV
) {
267
+ " (current version is " +
newV
+ "), destroying all old data");
271
for (int version = oldV + 1; version <=
newV
; version++) {
[
all
...]
/external/expat/lib/
xmlparse.c
[
all
...]
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java
380
public void onUpgrade(final SQLiteDatabase db, final int oldV, final int
newV
) {
382
updateDatabase(mContext, db, mInternal, oldV,
newV
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar
Completed in 62 milliseconds