Searched defs:make (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceBuilderFactory.java23 SurfaceControl.Builder make(SurfaceSession s); method in interface:SurfaceBuilderFactory
H A DTransactionFactory.java25 Transaction make(); method in interface:TransactionFactory
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DMainActivity.java27 static Map<String,?> make(String name) { method in class:MainActivity
36 add(make("List Item: " + i));
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java34 public static AlteredCharSequence make(CharSequence source, char[] sub, method in class:AlteredCharSequence
101 return AlteredCharSequence.make(mSource.subSequence(start, end),
H A DBoringLayout.java27 * You will probably never want to make one of these yourself;
28 * if you do, be sure to call {@link #isBoring} first to make sure
53 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, method in class:BoringLayout
79 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth, method in class:BoringLayout
88 * this one if it is already suitable. The caller must make sure that
117 * this one if it is already suitable. The caller must make sure that
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DZOrderingTests.java115 public SurfaceControl.Builder make(SurfaceSession s) { method in class:ZOrderingTests.HierarchyRecordingBuilderFactory
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java129 void make(BerTlv berTlv) { method in class:CommandParamsFactory
231 CatLog.d(this, "make: caught ResultException e=" + e);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java98 public final String make; field in class:ExifInterfaceTest.ExpectedValue
141 make = getString(typedArray, 7);
288 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make);
/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java139 public static Matrix_Delegate make(AffineTransform matrix) { method in class:Matrix_Delegate
915 // make a copy of the matrix
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java53 * UiccController is created with the call to make() function.
54 * UiccController is a singleton and make() must only be called once
132 public static UiccController make(Context c, CommandsInterface[] ci) { method in class:UiccController
135 throw new RuntimeException("UiccController.make() should only be called once");
194 "UiccController.getInstance can't be called before make()");
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java151 public byte[] make() { method in class:PduComposer
155 /* make the message */
775 // Transaction-ID should be set(by Transaction) before make().
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
H A DExifInterfaceTest.java234 public final String make; field in class:ExifInterfaceTest.ExpectedValue
277 make = getString(typedArray, 7);
743 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 139 milliseconds