OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customization
(Results
26 - 50
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py
1
"""Hook to allow user-specified
customization
code to run.
8
to have a standard
customization
file, which gets run when a program
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py
1
"""Hook to allow user-specified
customization
code to run.
8
to have a standard
customization
file, which gets run when a program
/packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java
49
* Record of any user
customization
to conversation settings
103
* User
customization
to conversations. If this is set, we need to recover them after
280
// Conversation
customization
only used once
321
final LongSparseArray<ConversationCustomization>
customization
) {
322
this.mCustomization =
customization
;
408
* @param
customization
The user setting
customization
to the conversation if any
412
final long threadId, int refSubId, final ConversationCustomization
customization
) {
427
if (
customization
!= null) {
428
// There is user
customization
we need to recove
[
all
...]
/external/libnl/include/netlink/
handlers.h
36
* nl_recvmsgs() callback for message processing
customization
44
* nl_recvmsgs() callback for error message processing
customization
/packages/apps/TV/src/com/android/tv/menu/
CustomizableOptionsRowAdapter.java
21
import com.android.tv.
customization
.CustomAction;
27
* An adapter of options that can accepts
customization
data.
PartnerOptionsRowAdapter.java
21
import com.android.tv.
customization
.CustomAction;
MenuRowFactory.java
25
import com.android.tv.
customization
.CustomAction;
26
import com.android.tv.
customization
.TvCustomizationManager;
/cts/hostsidetests/devicepolicy/app/CustomizationApp/
AndroidManifest.xml
30
android:label="
Customization
CTS Tests" />
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/values-w820dp/
dimens.xml
17
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/res/values-w820dp/
dimens.xml
18
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/res/values-w820dp/
dimens.xml
16
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/developers/samples/android/content/AutoBackupForApps/Application/src/main/res/values-w820dp/
dimens.xml
17
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/developers/samples/android/ui/transition/BasicTransition/Application/src/main/res/values-w820dp/
dimens.xml
18
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/res/values-w820dp/
dimens.xml
16
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/development/samples/browseable/AutoBackupForApps/res/values-w820dp/
dimens.xml
17
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/development/samples/browseable/BasicTransition/res/values-w820dp/
dimens.xml
18
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/development/samples/browseable/RuntimePermissionsWear/Application/res/values-w820dp/
dimens.xml
16
<!-- Example
customization
of dimensions originally defined in res/values/dimens.xml
/device/htc/flounder/sepolicy/
kickstart.te
35
# sys.current.cnv : to indicate which NV file is used for dynamical
customization
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointCombMultiplier.java
16
* Still, if we want to handle larger scalars, we could allow
customization
of the comb
/external/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.m
21
// Override point for
customization
after application launch.
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoViewActivity.java
23
* Activity to display the conversation images in full-screen. Most of the
customization
is in
/packages/apps/TV/src/com/android/tv/customization/
TvCustomizationManager.java
17
package com.android.tv.
customization
;
74
* Initialize TV
customization
options.
102
if (DEBUG) Log.d(TAG, "Found TV
customization
package " + packageName);
110
Log.w(TAG, "A
customization
package " + mCustomizationPackage
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ViewRule.java
26
* There is no
customization
here, everything that is common to all views is
/docs/source.android.com/src/source/
index.jd
31
consumer product with source code open for
customization
and porting.
56
<p>Uncontrolled
customization
can, of course, lead to incompatible
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
Settings.java
39
// in a
customization
package.
142
if (DEBUG) Log.v(TAG, "found
customization
package: " + packageName);
Completed in 822 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>