OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentView
(Results
26 - 50
of
51
) sorted by null
1
2
3
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java
409
final RemoteViews oldContentView = oldNotification.notification.
contentView
;
411
final RemoteViews
contentView
= notification.notification.
contentView
;
417
+ "
contentView
=" + oldContentView);
420
+ "
contentView
=" +
contentView
);
428
&&
contentView
!= null && oldContentView != null
429
&&
contentView
.getPackage() != null
431
&& oldContentView.getPackage().equals(
contentView
.getPackage())
432
&& oldContentView.getLayoutId() ==
contentView
.getLayoutId())
[
all
...]
/external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m
52
NSArray *subviews = [[panel
contentView
] subviews];
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java
120
LinearLayout
contentView
= new LinearLayout(this);
121
contentView
.setOrientation(LinearLayout.VERTICAL);
122
setContentView(
contentView
);
132
contentView
.addView(mWebView, new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, 0.0f));
/external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm
550
NSView *
contentView
= [[self window]
contentView
];
552
if (view ==
contentView
)
WebNetscapePluginView.mm
213
NSView *
contentView
= [currentWindow
contentView
];
214
NSRect contentRect = [
contentView
convertRect:[
contentView
frame] toView:nil]; // convert to window-relative coordinates
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m
179
port = [ [ qz_window
contentView
] qdPort ];
SDL_QuartzWM.m
130
[ qz_window invalidateCursorRectsForView: [ qz_window
contentView
] ];
SDL_QuartzVideo.m
587
[ [ qz_window
contentView
] addSubview:window_view ];
786
[ [ qz_window
contentView
] addSubview:window_view ];
803
[ [ qz_window
contentView
] addSubview:window_view ];
[
all
...]
/external/webkit/WebCore/platform/mac/
WidgetMac.mm
211
if ([scrollView drawsBackground] && ![[scrollView
contentView
] copiesOnScroll])
/external/webkit/WebKit/mac/Carbon/
HIViewAdapter.m
185
return [[self window]
contentView
];
HIWebView.mm
629
[[view->fKitWindow
contentView
] addSubview:view->fWebView];
[
all
...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java
194
n.
contentView
= expandedView;
/external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm
306
[[window
contentView
] addSubview:webView];
[
all
...]
/external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.mm
110
QTMovieView *movieView = (QTMovieView *)[[self fullscreenWindow]
contentView
];
WebFrameView.mm
[
all
...]
WebHTMLView.mm
[
all
...]
WebPDFView.mm
740
NSClipView *clipView = [[realDocView enclosingScrollView]
contentView
];
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
300
n.
contentView
= expandedView;
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
197
pw.println(prefix + "
contentView
=" + notification.
contentView
);
721
if (notification.
contentView
== null) {
722
throw new IllegalArgumentException("
contentView
required: pkg=" + pkg
[
all
...]
/packages/apps/Music/src/com/android/music/
MediaPlaybackService.java
[
all
...]
/external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm
265
[[[m_webFrame->_private->webFrameView _scrollView]
contentView
] setCopiesOnScroll:YES];
[
all
...]
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 1572 milliseconds
1
2
3