OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowName
(Results
1 - 15
of
15
) sorted by null
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
HoughCircle_Demo.cpp
18
const std::string
windowName
= "Hough Circle Detection Demo";
49
imshow(
windowName
, display);
86
namedWindow(
windowName
, WINDOW_AUTOSIZE );
87
createTrackbar(cannyThresholdTrackbarName,
windowName
, &cannyThreshold,maxCannyThreshold);
88
createTrackbar(accumulatorThresholdTrackbarName,
windowName
, &accumulatorThreshold, maxAccumulatorThreshold);
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerPinnedStackTests.java
59
final String
windowName
= getWindowName(topActivityName);
70
"Pinned window must be focused window.",
windowName
);
81
"Pinned window can't be focused window.",
windowName
);
ActivityManagerReplaceWindowTests.java
52
final String
windowName
= getWindowName(activityName);
67
final String oldToken = getWindowToken(
windowName
, activityName, true);
78
final String newToken = getWindowToken(
windowName
, activityName, false);
84
private String getWindowToken(String
windowName
, String activityName, boolean visibleOnly)
90
mAmWmState.getWmState().getMatchingWindowTokens(
windowName
, mTempWindowTokens);
ActivityManagerManifestLayoutTests.java
144
final String
windowName
= getWindowName(activityName);
149
mAmWmState.assertFocusedWindow("Test window must be the front window.",
windowName
);
154
mAmWmState.getWmState().getMatchingWindowState(
windowName
, mTempWindowList);
ActivityAndWindowManagersState.java
196
final String
windowName
=
198
mWmState.getMatchingWindowState(
windowName
, matchingWindowStates);
300
void assertFocusedWindow(String msg, String
windowName
) {
301
assertEquals(msg,
windowName
, mWmState.getFocusedWindow());
304
void assertNotFocusedWindow(String msg, String
windowName
) {
305
if (mWmState.getFocusedWindow().equals(
windowName
)) {
306
failNotEquals(msg, mWmState.getFocusedWindow(),
windowName
);
310
void assertFrontWindow(String msg, String
windowName
) {
311
assertEquals(msg,
windowName
, mWmState.getFrontWindow());
317
final String
windowName
[
all
...]
/external/libpng/contrib/gregbook/
rpng-x.c
446
XTextProperty
windowName
, *pWindowName = &
windowName
;
rpng2-x.c
839
XTextProperty
windowName
, *pWindowName = &
windowName
;
[
all
...]
/prebuilts/devtools/tools/lib/
uiautomatorviewer.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.4.0-beta6/
uiautomatorviewer-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/24.5.0/
uiautomatorviewer-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/uiautomatorviewer/25.0.0-alpha1/
uiautomatorviewer-25.0.0-alpha1.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
/prebuilts/tools/common/fest/
fest-swing-1.2.1.jar
Completed in 863 milliseconds