OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newapp
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
InputMonitor.java
330
public void setFocusedAppLw(AppWindowToken
newApp
) {
332
if (
newApp
== null) {
335
final InputApplicationHandle handle =
newApp
.mInputApplicationHandle;
336
handle.name =
newApp
.toString();
337
handle.dispatchingTimeoutNanos =
newApp
.inputDispatchingTimeoutNanos;
/external/icu4c/samples/layout/
cgnomelayout.c
141
static void
newapp
(GtkObject *object, gpointer data)
function
164
newapp
, NULL),
gnomelayout.cpp
149
void
newapp
(GtkObject */*object*/, gpointer /*data*/)
function
172
newapp
, NULL),
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js
178
var
newApp
= createObject(apps[i]);
179
newApp
.page_index = p;
180
newApp
.app_launch_index = idx;
182
newApp
.id = apps[i].id + '-' + idx;
184
newApps.push(
newApp
);
Completed in 214 milliseconds